[master] Update dependencies from dotnet/toolset (#2418)

* Update dependencies from https://github.com/dotnet/toolset build 20190611.6

- Microsoft.Dotnet.Toolset.Internal - 3.0.100-preview7.19311.6

* Update dependencies from https://github.com/dotnet/toolset build 20190612.1

- Microsoft.Dotnet.Toolset.Internal - 3.0.100-preview7.19312.1
This commit is contained in:
dotnet-maestro[bot] 2019-06-12 12:39:45 +00:00 committed by GitHub
parent 3c9a324f7e
commit d35108756b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -42,9 +42,9 @@
<Uri>https://github.com/dotnet/templating</Uri> <Uri>https://github.com/dotnet/templating</Uri>
<Sha>d285831c74b28e71a8a494e1ec2a02a95861bbb8</Sha> <Sha>d285831c74b28e71a8a494e1ec2a02a95861bbb8</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.0.100-preview7.19311.5"> <Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.0.100-preview7.19312.1">
<Uri>https://github.com/dotnet/toolset</Uri> <Uri>https://github.com/dotnet/toolset</Uri>
<Sha>1fd6dbdc6919f7d59e5d7665f2e66a595b3b4b3a</Sha> <Sha>59df1633db16c9c75303d09a9a437701653015a6</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview7.19311.1"> <Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-preview7.19311.1">
<Uri>https://github.com/dotnet/sdk</Uri> <Uri>https://github.com/dotnet/sdk</Uri>

View file

@ -12,7 +12,7 @@
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel> <PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<MicrosoftDotnetToolsetInternalPackageVersion>3.0.100-preview7.19311.5</MicrosoftDotnetToolsetInternalPackageVersion> <MicrosoftDotnetToolsetInternalPackageVersion>3.0.100-preview7.19312.1</MicrosoftDotnetToolsetInternalPackageVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<!-- Dependency from https://github.com/dotnet/winforms --> <!-- Dependency from https://github.com/dotnet/winforms -->