Update dependencies from https://github.com/dotnet/arcade build 20190301.5 (#796)

This change updates the following dependencies
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19151.5
This commit is contained in:
dotnet-maestro[bot] 2019-03-02 13:36:47 +00:00 committed by GitHub
parent 13b1ee98f0
commit d23fe792d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -60,9 +60,9 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19128.3">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19151.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>6c034531b2af9e6b2f76c86d471fd308a400269e</Sha>
<Sha>2f6e31ec56a54a5bd1cdd2d9410dae2ddc375d23</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>

View file

@ -3,6 +3,6 @@
"dotnet": "3.0.100-preview-009812"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19128.3"
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19151.5"
}
}