Update dependencies from https://github.com/dotnet/arcade build 20190312.7 (#1006)

This change updates the following dependencies
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19162.7
This commit is contained in:
dotnet-maestro[bot] 2019-03-13 18:04:40 +00:00 committed by GitHub
parent f5f10c715b
commit c0a321ce60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -61,9 +61,9 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19161.14">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19162.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>2ca74c76adc84f0459b4a0352034db463d0b910f</Sha>
<Sha>443dea11f8649fe12fedf60cfab0a4b2b20bd153</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>

View file

@ -3,6 +3,6 @@
"dotnet": "3.0.100-preview-009812"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19161.14"
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19162.7"
}
}