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

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19201.12
This commit is contained in:
dotnet-maestro 2019-04-02 12:17:56 +00:00
parent adc3605f5d
commit 187acd7a69
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.19179.2">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19201.12">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>31abd61b43b115a6af83c92ce35ed4e8efd01dfd</Sha>
<Sha>505e38906e1ee2d032c41bb297de0958307db946</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.19179.2"
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19201.12"
}
}