Update dependencies from https://github.com/dotnet/arcade build 20190119.2 (#315)

This change updates the following dependencies
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19069.2
This commit is contained in:
dotnet-maestro[bot] 2019-01-20 13:44:16 +00:00 committed by GitHub
parent 9c3a00d78f
commit 83c5a438aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.19068.4">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19069.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>4de204b5decdcee471d186e2290a09e35c5c3996</Sha>
<Sha>07ce1f4430b689a7e3aae70a34822c01473cf258</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.19068.4"
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19069.2"
}
}