Update dependencies from https://github.com/dotnet/arcade build 20200229.1 (#6629)

- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20129.1
This commit is contained in:
dotnet-maestro[bot] 2020-03-01 13:44:45 +00:00 committed by GitHub
parent f2e4907862
commit 074423c906
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -100,9 +100,9 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20128.3">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20129.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>5966c5dd9deb5aca8fd8183eec454cf6cf864d14</Sha>
<Sha>86e54fb5076d46a6f959f0329d53c1c72e2280df</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>

View file

@ -8,6 +8,6 @@
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20128.3"
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20129.1"
}
}