Revert "Update to new darclib"

This reverts commit e7654ddf26.
This commit is contained in:
Matt Mitchell 2023-04-07 12:22:06 -07:00
parent 3c3093ae3e
commit 583654007f
2 changed files with 5 additions and 5 deletions

View file

@ -206,13 +206,13 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>747f53d751983dd062f39f4654bff074536e0012</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23206.1">
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23128.1">
<Uri>https://github.com/dotnet/arcade-services</Uri>
<Sha>ba02feddac8c1a1c9a262af41396a28153edba22</Sha>
<Sha>b2a77aac8c64f46101abc98fdb07a6131fae3625</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.23206.1">
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.23128.1">
<Uri>https://github.com/dotnet/arcade-services</Uri>
<Sha>ba02feddac8c1a1c9a262af41396a28153edba22</Sha>
<Sha>b2a77aac8c64f46101abc98fdb07a6131fae3625</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.23206.1</MicrosoftDotNetDarcLibVersion>
<MicrosoftDotNetDarcLibVersion>1.1.0-beta.23128.1</MicrosoftDotNetDarcLibVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/winforms -->