[main] Update dependencies from dotnet/arcade-services (#16909)

This commit is contained in:
v-wuzhai 2023-07-09 20:13:29 -07:00 committed by GitHub
commit f11ab63936
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"microsoft.dotnet.darc": {
"version": "1.1.0-beta.23307.2",
"version": "1.1.0-beta.23354.1",
"commands": [
"darc"
]

View file

@ -215,13 +215,13 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>853cdb7499e6edddd5239e4b7a90f098ea84a261</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23307.2">
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23354.1">
<Uri>https://github.com/dotnet/arcade-services</Uri>
<Sha>8d74e150b7a10da89b7d15171cc5662f79b8affb</Sha>
<Sha>c10f58f6a1be87d1a3bcc5acb3d0156b8c1b1592</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.23307.2">
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.23354.1">
<Uri>https://github.com/dotnet/arcade-services</Uri>
<Sha>8d74e150b7a10da89b7d15171cc5662f79b8affb</Sha>
<Sha>c10f58f6a1be87d1a3bcc5acb3d0156b8c1b1592</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Logging.Console" Version="8.0.0-alpha.1.22557.12">
<Uri>https://github.com/dotnet/runtime</Uri>

View file

@ -40,7 +40,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade-services -->
<MicrosoftDotNetDarcLibVersion>1.1.0-beta.23307.2</MicrosoftDotNetDarcLibVersion>
<MicrosoftDotNetDarcLibVersion>1.1.0-beta.23354.1</MicrosoftDotNetDarcLibVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/winforms -->