Update dependencies from https://github.com/dotnet/arcade build 20190413.2 (#1487)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19213.2
This commit is contained in:
dotnet-maestro[bot] 2019-04-14 17:42:21 +00:00 committed by GitHub
parent a404494c08
commit 45e76d3031
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -68,9 +68,9 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19212.2">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19213.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>9d0fd805448082c8d55e2434607b481bca70a146</Sha>
<Sha>10655eec2ab92accc1487d077979935127f16b4e</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>

View file

@ -3,6 +3,6 @@
"dotnet": "3.0.100-preview4-010564"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19212.2"
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19213.2"
}
}