Update dependencies from https://github.com/dotnet/arcade build 20190417.1 (#1549)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19217.1
This commit is contained in:
dotnet-maestro[bot] 2019-04-17 12:37:51 +00:00 committed by GitHub
parent 7e792ec020
commit 8db5bb3aca
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.19215.12">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19217.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>517bf671ea342965d007aa48f5bfd4926e58d582</Sha>
<Sha>4e21d52dabbb9f5705a90f097acb1465a0354c0d</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.19215.12"
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19217.1"
}
}