Update dependencies from https://github.com/dotnet/arcade build 20190227.8 (#749)

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

View file

@ -36,9 +36,9 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19126.6">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19127.8">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>3f38c38af31863b35c9334320b95cca56e29c942</Sha>
<Sha>f393a6b6b2df0854e051f314977137d31855b6c8</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.19126.6"
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19127.8"
}
}