[release/3.1.1xx] Update dependencies from dotnet/toolset (#5354)
* Update dependencies from https://github.com/dotnet/toolset build 20191025.16 - Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview2.19525.16 * Update dependencies from https://github.com/dotnet/toolset build 20191025.17 - Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview2.19525.17 * Dependency coherency updates - Microsoft.NET.Sdk - 3.1.100-preview2.19525.7 (parent: Microsoft.Dotnet.Toolset.Internal)
This commit is contained in:
parent
9727479d6c
commit
72a364cbea
2 changed files with 6 additions and 6 deletions
|
@ -71,13 +71,13 @@
|
|||
<Uri>https://github.com/dotnet/templating</Uri>
|
||||
<Sha>fa98e14b1b8d84a1a711ef909384f16ada8bbe7c</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.100-preview2.19525.15">
|
||||
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.100-preview2.19525.17">
|
||||
<Uri>https://github.com/dotnet/toolset</Uri>
|
||||
<Sha>b137de71286cc5d603e0922b302dc6d85cece8b5</Sha>
|
||||
<Sha>613c771e391e6f0b0579a360928188225728507f</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.100-preview2.19525.4" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.100-preview2.19525.7" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>5d0fe6572a2f7a11fe5eabdee4800002e111e726</Sha>
|
||||
<Sha>e48fd678f261a8e0aeb7a4a968b353f922f42a69</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.1.100-preview2.19525.7" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Uri>https://github.com/dotnet/cli</Uri>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.100-preview2.19525.15</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.100-preview2.19525.17</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/winforms -->
|
||||
|
@ -52,7 +52,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk (to run tests) -->
|
||||
<MicrosoftNETSdkPackageVersion>3.1.100-preview2.19525.4</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>3.1.100-preview2.19525.7</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
|
|
Loading…
Reference in a new issue