Update dependencies from https://github.com/dotnet/arcade build 20190516.4

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19266.4
This commit is contained in:
dotnet-maestro 2019-05-17 12:10:18 +00:00
parent ba04c20cbf
commit c8d671d46f
2 changed files with 3 additions and 3 deletions

View file

@ -72,9 +72,9 @@
</Dependency> </Dependency>
</ProductDependencies> </ProductDependencies>
<ToolsetDependencies> <ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19266.2"> <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19266.4">
<Uri>https://github.com/dotnet/arcade</Uri> <Uri>https://github.com/dotnet/arcade</Uri>
<Sha>37c11672ee11dc2b3365b95a29e0c012f44032be</Sha> <Sha>61cc7d4d347300835925ce5245bfc3ecb6b621d7</Sha>
</Dependency> </Dependency>
</ToolsetDependencies> </ToolsetDependencies>
</Dependencies> </Dependencies>

View file

@ -3,6 +3,6 @@
"dotnet": "3.0.100-preview5-011568" "dotnet": "3.0.100-preview5-011568"
}, },
"msbuild-sdks": { "msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19266.2" "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19266.4"
} }
} }