Bump DarcLib

This commit is contained in:
Premek Vysoky 2022-12-06 19:32:16 +01:00
parent b180c090f2
commit 6ab8cf174f
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.22601.1",
"version": "1.1.0-beta.22606.1",
"commands": [
"darc"
]

View file

@ -205,13 +205,13 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>6b3bad6673f3ebe89ebe12ea7c4eff1705b893e6</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.22601.1">
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.22606.1">
<Uri>https://github.com/dotnet/arcade-services</Uri>
<Sha>7706f3fc349838553a94c3b0d84060b50c47d514</Sha>
<Sha>d5675a0eb7702168568d849a3c3453258710aaf5</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.22601.1">
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.22606.1">
<Uri>https://github.com/dotnet/arcade-services</Uri>
<Sha>7706f3fc349838553a94c3b0d84060b50c47d514</Sha>
<Sha>d5675a0eb7702168568d849a3c3453258710aaf5</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.22601.1</MicrosoftDotNetDarcLibVersion>
<MicrosoftDotNetDarcLibVersion>1.1.0-beta.22606.1</MicrosoftDotNetDarcLibVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/winforms -->