Update dependencies from https://github.com/dotnet/arcade build 20200207.14 (#6317)

- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20107.14
This commit is contained in:
dotnet-maestro[bot] 2020-02-08 13:55:46 +00:00 committed by GitHub
parent e410e67f7d
commit 6e999a7e4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -104,9 +104,9 @@
</Dependency> </Dependency>
</ProductDependencies> </ProductDependencies>
<ToolsetDependencies> <ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20106.12"> <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20107.14">
<Uri>https://github.com/dotnet/arcade</Uri> <Uri>https://github.com/dotnet/arcade</Uri>
<Sha>50f7059d3a7a83ae1919516755b9ca92c67805e8</Sha> <Sha>c84720afc91b635e2fbeb5dbd7e2742f18773e0e</Sha>
</Dependency> </Dependency>
</ToolsetDependencies> </ToolsetDependencies>
</Dependencies> </Dependencies>

View file

@ -3,6 +3,6 @@
"dotnet": "5.0.100-alpha1-015949" "dotnet": "5.0.100-alpha1-015949"
}, },
"msbuild-sdks": { "msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20106.12" "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20107.14"
} }
} }