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

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
dotnet-maestro[bot] 2023-01-25 12:35:11 +01:00 committed by GitHub
parent 03938aec01
commit 0cb1277305
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.23068.2",
"version": "1.1.0-beta.23074.3",
"commands": [
"darc"
]

View file

@ -205,13 +205,13 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>083fc0406279952794c853630a08a141eef7244f</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23068.2">
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23074.3">
<Uri>https://github.com/dotnet/arcade-services</Uri>
<Sha>f1d9bcb8317ed06f04276a60e4d0e3b46e2a9ce4</Sha>
<Sha>7f00b18a4e98088f201fc2baf8a7a16f3371f88f</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.23068.2">
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.23074.3">
<Uri>https://github.com/dotnet/arcade-services</Uri>
<Sha>f1d9bcb8317ed06f04276a60e4d0e3b46e2a9ce4</Sha>
<Sha>7f00b18a4e98088f201fc2baf8a7a16f3371f88f</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

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