Update dependencies from https://github.com/dotnet/arcade-services build 20230704.1

Microsoft.DotNet.Darc , Microsoft.DotNet.DarcLib
 From Version 1.1.0-beta.23307.2 -> To Version 1.1.0-beta.23354.1
This commit is contained in:
dotnet-maestro[bot] 2023-07-07 11:54:18 +00:00
parent 1f5b975028
commit a954861186
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>e4bd767159fde419b50dd54c6d83e1ef970a68d0</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 -->