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

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
dotnet-maestro[bot] 2023-02-01 14:20:04 -08:00 committed by GitHub
parent 60a6e68ba7
commit 0eff5245d0
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.23077.3",
"version": "1.1.0-beta.23101.1",
"commands": [
"darc"
]

View file

@ -210,13 +210,13 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>691fd54681d10eef3c2681fceb8b09b9f9ba9bb0</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23077.3">
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23101.1">
<Uri>https://github.com/dotnet/arcade-services</Uri>
<Sha>a018eaa016d2132265bfafdcb58d8cb35da6d567</Sha>
<Sha>ef64ef0af25b1b29b4b5e0415788a0b7a1be004f</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.23077.3">
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.23101.1">
<Uri>https://github.com/dotnet/arcade-services</Uri>
<Sha>a018eaa016d2132265bfafdcb58d8cb35da6d567</Sha>
<Sha>ef64ef0af25b1b29b4b5e0415788a0b7a1be004f</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.23077.3</MicrosoftDotNetDarcLibVersion>
<MicrosoftDotNetDarcLibVersion>1.1.0-beta.23101.1</MicrosoftDotNetDarcLibVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/winforms -->