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

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19310.24
This commit is contained in:
dotnet-maestro 2019-06-11 12:10:51 +00:00
parent afd0eb97b3
commit c96ae5384d
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.19309.1"> <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19310.24">
<Uri>https://github.com/dotnet/arcade</Uri> <Uri>https://github.com/dotnet/arcade</Uri>
<Sha>45361625125cdd3119050a852bd73163ca4b73f4</Sha> <Sha>f268510de7a7bcf800a6966830f8d11ff8d24e0d</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.19309.1" "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19310.24"
} }
} }