Update dependencies from https://github.com/dotnet/arcade build 20190203.1 (#378)

This change updates the following dependencies
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19103.1
This commit is contained in:
dotnet-maestro[bot] 2019-02-04 13:36:46 +00:00 committed by GitHub
parent 63f33c5d6b
commit 664049fc49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -28,9 +28,9 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19102.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19103.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>fa609521d7545e498da8b877876d59affb36dc0d</Sha>
<Sha>58be4cadf2cabd4b3b3186576557835a1987a711</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.19102.1"
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19103.1"
}
}