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

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19311.2
This commit is contained in:
dotnet-maestro 2019-06-12 12:10:02 +00:00
parent c96ae5384d
commit 0ff79c52ad
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.19310.24">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19311.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>f268510de7a7bcf800a6966830f8d11ff8d24e0d</Sha>
<Sha>dfc41299b9aadb1ca98093d660df81811eca901b</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.19310.24"
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19311.2"
}
}