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

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19268.2
This commit is contained in:
dotnet-maestro 2019-05-19 12:08:55 +00:00
parent 9866df1740
commit ae8a506499
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.19267.7">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19268.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>55ce2900743cb609e51e2c6487e87e42eb627880</Sha>
<Sha>6d0514d3da59137630b9add5b5e619bce2631f02</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.19267.7"
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19268.2"
}
}