Update dependencies from https://github.com/dotnet/arcade build 20200318.2 (#6865)

- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20168.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
dotnet-maestro[bot] 2020-03-19 12:30:55 +00:00 committed by GitHub
parent c6a7ac677d
commit 9cdacc8241
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -100,9 +100,9 @@
</Dependency> </Dependency>
</ProductDependencies> </ProductDependencies>
<ToolsetDependencies> <ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20168.1"> <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20168.2">
<Uri>https://github.com/dotnet/arcade</Uri> <Uri>https://github.com/dotnet/arcade</Uri>
<Sha>a5981bea658fa46405eb39b59f8d8bbd2730a141</Sha> <Sha>1ffbf7b1b3d4842d027aecda84e9ece2bb3855d0</Sha>
</Dependency> </Dependency>
</ToolsetDependencies> </ToolsetDependencies>
</Dependencies> </Dependencies>

View file

@ -8,6 +8,6 @@
} }
}, },
"msbuild-sdks": { "msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20168.1" "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20168.2"
} }
} }