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

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19202.13
This commit is contained in:
dotnet-maestro 2019-04-03 12:13:23 +00:00
parent 187acd7a69
commit 3e668e262c
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.19201.12">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19202.13">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>505e38906e1ee2d032c41bb297de0958307db946</Sha>
<Sha>764f362c8e92e41905fe5f6c782ab9980c86c909</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.19201.12"
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19202.13"
}
}