Skip to content

Commit

Permalink
Workaround VMR issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitche committed Apr 7, 2023
1 parent 62e7e22 commit 0bf74dd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand Down
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down

0 comments on commit 0bf74dd

Please sign in to comment.