Update dependencies from https://github.com/dotnet/toolset build 20200214.9 (#6401)
- Microsoft.Dotnet.Toolset.Internal - 3.1.103-servicing.20114.9 Dependency coherency updates - Microsoft.NET.Sdk - 3.1.103-servicing.20114.5 (parent: Microsoft.Dotnet.Toolset.Internal)
This commit is contained in:
parent
c979c791c3
commit
a2a42615f9
2 changed files with 6 additions and 6 deletions
|
@ -73,13 +73,13 @@
|
|||
<Uri>https://github.com/dotnet/templating</Uri>
|
||||
<Sha>46091435536c53242905ab4e991bdc0bac153e64</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.103-servicing.20114.8">
|
||||
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.103-servicing.20114.9">
|
||||
<Uri>https://github.com/dotnet/toolset</Uri>
|
||||
<Sha>9b486fbfb8d0220f539d935297c8cc8c372badc1</Sha>
|
||||
<Sha>d969b45fc9c990a05c74a434abcf3cf4cf4f3d87</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.103-servicing.20114.4" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.103-servicing.20114.5" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>6ba4c51eaf1c7eabedee90a10c49a9f0cf3732a0</Sha>
|
||||
<Sha>922c8eefc41632df5a5e052daa8aa946bc298000</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.1.103-servicing.20114.4" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Uri>https://github.com/dotnet/cli</Uri>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.103-servicing.20114.8</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.103-servicing.20114.9</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.103-servicing.20114.4</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>3.1.103-servicing.20114.5</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
|
|
Loading…
Reference in a new issue