Update DarcLib, change VMR source mappings back to .json (#14788)

This commit is contained in:
Přemek Vysoký 2022-10-20 15:26:12 +02:00 committed by GitHub
parent d028384f80
commit 95f1456fb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -206,9 +206,9 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>32f13f8a8af8085ca09fbf93513ac848582c4a41</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.22512.1">
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.22519.1">
<Uri>https://github.com/dotnet/arcade-services</Uri>
<Sha>537a89e203d461f66ad44377e8dc4f224a028831</Sha>
<Sha>f599f273949253b9826abb99f1bb12fabdb5bb00</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Logging.Console" Version="7.0.0-rc.1.22426.10">
<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.22512.1</MicrosoftDotNetDarcLibVersion>
<MicrosoftDotNetDarcLibVersion>1.1.0-beta.22519.1</MicrosoftDotNetDarcLibVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/winforms -->