Update dependencies from https://github.com/dotnet/arcade build 20190118.4 (#312)

This change updates the following dependencies
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19068.4
This commit is contained in:
dotnet-maestro[bot] 2019-01-19 15:06:33 -08:00 committed by Nick Guerrera
parent 2b036fa32e
commit cbf263d8ea
2 changed files with 3 additions and 3 deletions

View file

@ -28,9 +28,9 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19067.6">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19068.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>bed438c56afcd799b4de747291cf68815ae2f53b</Sha>
<Sha>4de204b5decdcee471d186e2290a09e35c5c3996</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.19067.6"
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19068.4"
}
}