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

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19270.1
This commit is contained in:
dotnet-maestro 2019-05-20 12:08:21 +00:00
parent ae8a506499
commit 4d39411e8d
2 changed files with 3 additions and 3 deletions

View file

@ -72,9 +72,9 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19268.2">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19270.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>6d0514d3da59137630b9add5b5e619bce2631f02</Sha>
<Sha>e913fb3b02d4089a91ff91c041c5f6e7c29038b0</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>

View file

@ -3,6 +3,6 @@
"dotnet": "3.0.100-preview5-011568"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19268.2"
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19270.1"
}
}