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

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19176.14
This commit is contained in:
dotnet-maestro 2019-03-27 12:15:27 +00:00
parent 9cf992f80c
commit 95e1b0cd05
2 changed files with 3 additions and 3 deletions

View file

@ -61,9 +61,9 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19175.9">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19176.14">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>13daa29185518ef3c6d4074fd07efbc5236a76c5</Sha>
<Sha>e23a3e2fd09a6222361ce47b78d23ab42867924c</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.19175.9"
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19176.14"
}
}