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

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19301.2
This commit is contained in:
dotnet-maestro 2019-06-02 12:08:03 +00:00
parent f34db6e1cb
commit cff7863cac
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.19281.5">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19301.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>c901850aa1e175c124da771863dacc763743a520</Sha>
<Sha>8fd0b50b9d689e8d87ab202f11b7c9fbe81271c4</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.19281.5"
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19301.2"
}
}