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

Microsoft.DotNet.Darc , Microsoft.DotNet.DarcLib
 From Version 1.1.0-beta.24281.1 -> To Version 1.1.0-beta.24281.5
This commit is contained in:
dotnet-maestro[bot] 2024-06-01 13:06:14 +00:00
parent b26cb57d7d
commit b6ad68860e
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.24281.1",
"version": "1.1.0-beta.24281.5",
"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.24281.1">
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.24281.5">
<Uri>https://github.com/dotnet/arcade-services</Uri>
<Sha>7202a08bb562d84cd6138c19234c71040fd6a2a9</Sha>
<Sha>edec73136d91cf81e21f2f367e5971c500a7d4dd</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.24281.1">
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.24281.5">
<Uri>https://github.com/dotnet/arcade-services</Uri>
<Sha>7202a08bb562d84cd6138c19234c71040fd6a2a9</Sha>
<Sha>edec73136d91cf81e21f2f367e5971c500a7d4dd</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.24281.1</MicrosoftDotNetDarcLibVersion>
<MicrosoftDotNetDarcLibVersion>1.1.0-beta.24281.5</MicrosoftDotNetDarcLibVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/winforms -->