Update dependencies from https://github.com/dotnet/arcade build 20190108.5

This change updates the following dependencies
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19058.5
This commit is contained in:
dotnet-maestro 2019-01-10 13:13:14 +00:00
parent 2b74fceb74
commit 0b450f6479
2 changed files with 3 additions and 3 deletions

View file

@ -24,9 +24,9 @@
</Dependency> </Dependency>
</ProductDependencies> </ProductDependencies>
<ToolsetDependencies> <ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19058.2"> <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19058.5">
<Uri>https://github.com/dotnet/arcade</Uri> <Uri>https://github.com/dotnet/arcade</Uri>
<Sha>35ce15432d5ae2faa563ad0ba99aff49f8e28130</Sha> <Sha>3220be53ac764d9ee160b0bc64baa492af219aa7</Sha>
</Dependency> </Dependency>
</ToolsetDependencies> </ToolsetDependencies>
</Dependencies> </Dependencies>

View file

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