Update dependencies from https://github.com/dotnet/arcade build 20190418.4 (#1593)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19218.4
This commit is contained in:
dotnet-maestro[bot] 2019-04-19 12:39:32 +00:00 committed by GitHub
parent 17cd2783bf
commit 3fac8bce72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -68,9 +68,9 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19218.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19218.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>46718d98c0fd03690a6a8c83da692a4a85a17902</Sha>
<Sha>1d4c87ff798d7de521128e6c3d890055c2401e80</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>

View file

@ -3,6 +3,6 @@
"dotnet": "3.0.100-preview4-010564"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19218.1"
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19218.4"
}
}