Workaround VMR issues

This commit is contained in:
mmitche 2023-04-07 10:57:59 -07:00
parent 62e7e228e8
commit 0bf74dd975
3 changed files with 8 additions and 8 deletions

View file

@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"microsoft.dotnet.darc": {
"version": "1.1.0-beta.23206.1",
"version": "1.1.0-beta.23207.1",
"commands": [
"darc"
]

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">
<Uri>https://github.com/dotnet/arcade-services</Uri>
<Sha>ba02feddac8c1a1c9a262af41396a28153edba22</Sha>
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23207.1">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-arcade-services</Uri>
<Sha>05ebb88cb4c733d71012613696743f0c81b67c8a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.23206.1">
<Uri>https://github.com/dotnet/arcade-services</Uri>
<Sha>ba02feddac8c1a1c9a262af41396a28153edba22</Sha>
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.23207.1">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-arcade-services</Uri>
<Sha>05ebb88cb4c733d71012613696743f0c81b67c8a</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.23207.1</MicrosoftDotNetDarcLibVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/winforms -->