Update dependencies from https://github.com/dotnet/arcade build 20190510.2 (#1949)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19260.2
This commit is contained in:
dotnet-maestro[bot] 2019-05-11 12:40:04 +00:00 committed by GitHub
parent fadd99b90d
commit 8ef9914bcd
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.19259.9">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19260.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>155080ecb738e189db75f8f2461ebad75d955aa7</Sha>
<Sha>810920cf8a5fc183585304193f8b4e4e189497e9</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.19259.9"
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19260.2"
}
}