Update dependencies from https://github.com/dotnet/arcade build 20190511.1 (#1961)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19261.1
This commit is contained in:
dotnet-maestro[bot] 2019-05-12 12:24:30 +00:00 committed by GitHub
parent ae441e9e2b
commit 7fa595a5e2
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> </Dependency>
</ProductDependencies> </ProductDependencies>
<ToolsetDependencies> <ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19260.2"> <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19261.1">
<Uri>https://github.com/dotnet/arcade</Uri> <Uri>https://github.com/dotnet/arcade</Uri>
<Sha>810920cf8a5fc183585304193f8b4e4e189497e9</Sha> <Sha>136dfbfa8a6173dadc107bf7393bdeaceecb4d3a</Sha>
</Dependency> </Dependency>
</ToolsetDependencies> </ToolsetDependencies>
</Dependencies> </Dependencies>

View file

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