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

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
dotnet-maestro[bot] 2024-02-12 11:36:34 +01:00 committed by GitHub
parent 94ea581abe
commit ab44b49a39
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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.24080.1",
"version": "1.1.0-beta.24108.3",
"commands": [
"darc"
]

View file

@ -255,13 +255,13 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f7eb7794c703dc29a83b414b786e9a154f0ca042</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.24080.1">
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.24108.3">
<Uri>https://github.com/dotnet/arcade-services</Uri>
<Sha>749beebfd890571ce6f3fe8f557cb3cad070c946</Sha>
<Sha>bf50318ece9144a8086b85029b1954045adaed2a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.24080.1">
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.24108.3">
<Uri>https://github.com/dotnet/arcade-services</Uri>
<Sha>749beebfd890571ce6f3fe8f557cb3cad070c946</Sha>
<Sha>bf50318ece9144a8086b85029b1954045adaed2a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24106.2">
<Uri>https://github.com/dotnet/arcade</Uri>

View file

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