Update dependencies from https://github.com/dotnet/arcade build 20190504.1 (#1865)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19254.1
This commit is contained in:
dotnet-maestro[bot] 2019-05-05 12:31:30 +00:00 committed by GitHub
parent 0d92710651
commit b3415e52b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.19253.8">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19254.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>4cacf7aa7b2cd8bdd042e721e6ad73d809dd5678</Sha>
<Sha>1b8589bbf53b9a5e819460798eff59830f39a3be</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>

View file

@ -3,6 +3,6 @@
"dotnet": "3.0.100-preview4-011223"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19253.8"
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19254.1"
}
}