Bump DarcLib

This commit is contained in:
Premek Vysoky 2023-04-12 18:32:48 +02:00
parent 706ec01671
commit 68fda673c0
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.23128.1",
"version": "1.1.0-beta.23212.1",
"commands": [
"darc"
]

View file

@ -206,13 +206,13 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>e5c569253a4cecd110830acbf1ffae96d5a37cc6</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23128.1">
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23212.1">
<Uri>https://github.com/dotnet/arcade-services</Uri>
<Sha>b2a77aac8c64f46101abc98fdb07a6131fae3625</Sha>
<Sha>93a00e5b861eb9c3d0448639b1a1cef2176793e3</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.23128.1">
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.23212.1">
<Uri>https://github.com/dotnet/arcade-services</Uri>
<Sha>b2a77aac8c64f46101abc98fdb07a6131fae3625</Sha>
<Sha>93a00e5b861eb9c3d0448639b1a1cef2176793e3</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

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