[release/8.0.4xx] Update dependencies from dotnet/arcade-services (#19736)

[release/8.0.4xx] Update dependencies from dotnet/arcade-services
This commit is contained in:
dotnet-maestro[bot] 2024-05-14 18:57:11 +00:00 committed by GitHub
parent c6076cab7c
commit 6415eac926
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

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

View file

@ -227,11 +227,11 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>67d23f4ba1813b315e7e33c71d18b63475f5c5f8</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.24259.3">
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.24263.2">
<Uri>https://github.com/dotnet/arcade-services</Uri>
<Sha>1e87b738062df027a2d4687b07e04ee7a18c55a3</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.24259.3">
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.24263.2">
<Uri>https://github.com/dotnet/arcade-services</Uri>
<Sha>1e87b738062df027a2d4687b07e04ee7a18c55a3</Sha>
</Dependency>

View file

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