Update dependencies from https://github.com/dotnet/arcade build 20190309.2 (#952)

This change updates the following dependencies
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19159.2
This commit is contained in:
dotnet-maestro[bot] 2019-03-10 12:30:16 +00:00 committed by GitHub
parent f52f209c00
commit 0615b90e07
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.19158.5">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19159.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>6f0a12a38fec78c48c406cd4d220b224e9c4dfb6</Sha>
<Sha>9006be3d7a82737fc359442e08376516f3e6573e</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.19158.5"
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19159.2"
}
}