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

Microsoft.DotNet.Darc , Microsoft.DotNet.DarcLib
 From Version 1.1.0-beta.24272.2 -> To Version 1.1.0-beta.24274.1
This commit is contained in:
dotnet-maestro[bot] 2024-05-24 12:56:01 +00:00
parent 7afe9c3bbb
commit a32bbbb1e1
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.24272.2",
"version": "1.1.0-beta.24274.1",
"commands": [
"darc"
]

View file

@ -227,13 +227,13 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f2b2071632d5d4c46d0f904f2b0d917b1752551b</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.24272.2">
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.24274.1">
<Uri>https://github.com/dotnet/arcade-services</Uri>
<Sha>753478aeed15b86447a62ab242917201b515158a</Sha>
<Sha>dc20c0565f637abc8f632e065f0fd01f797dccbf</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.24272.2">
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.24274.1">
<Uri>https://github.com/dotnet/arcade-services</Uri>
<Sha>753478aeed15b86447a62ab242917201b515158a</Sha>
<Sha>dc20c0565f637abc8f632e065f0fd01f797dccbf</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

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