Update dependencies from https://github.com/dotnet/arcade build 20190502.2 (#1836)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19252.2
This commit is contained in:
dotnet-maestro[bot] 2019-05-03 12:27:31 +00:00 committed by GitHub
parent 65dbb11165
commit 56889f3c3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -72,9 +72,9 @@
</Dependency> </Dependency>
</ProductDependencies> </ProductDependencies>
<ToolsetDependencies> <ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19251.6"> <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19252.2">
<Uri>https://github.com/dotnet/arcade</Uri> <Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ea9b2530a1559dd6426730aba52fca1924db2b65</Sha> <Sha>ed63a7faf2d119829dd971be91bb46b6ebaa1dd2</Sha>
</Dependency> </Dependency>
</ToolsetDependencies> </ToolsetDependencies>
</Dependencies> </Dependencies>

View file

@ -3,6 +3,6 @@
"dotnet": "3.0.100-preview4-011223" "dotnet": "3.0.100-preview4-011223"
}, },
"msbuild-sdks": { "msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19251.6" "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19252.2"
} }
} }