[release/3.0.1xx] Update dependencies from dotnet/toolset (#4837)
* Update dependencies from https://github.com/dotnet/toolset build 20190914.8 - Microsoft.Dotnet.Toolset.Internal - 3.0.100-rc2.19464.8 * Update dependencies from https://github.com/dotnet/toolset build 20190914.9 - Microsoft.Dotnet.Toolset.Internal - 3.0.100-rc2.19464.9 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-rc2.19464.5 (parent: Microsoft.Dotnet.Toolset.Internal)
This commit is contained in:
parent
22fca6d5af
commit
7532188c47
2 changed files with 6 additions and 6 deletions
|
@ -67,17 +67,17 @@
|
|||
<Uri>https://github.com/dotnet/templating</Uri>
|
||||
<Sha>b2663fb07294f5d6cf3caa927d58f7cbebf7d626</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.0.100-rc2.19464.7">
|
||||
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.0.100-rc2.19464.9">
|
||||
<Uri>https://github.com/dotnet/toolset</Uri>
|
||||
<Sha>45f55cbe9364ff7fcf8516b384dfaf579ad95adf</Sha>
|
||||
<Sha>8aed43de2ce59f24271f94b9dee3762f46cf8aa3</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-rc2.19463.5" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>1b90fa144c9c49d2f133a7a8e3fb19522ff72e83</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-rc2.19464.4" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-rc2.19464.5" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Uri>https://github.com/dotnet/cli</Uri>
|
||||
<Sha>f159b76b711aecbf790cbcd28c73da77650bb40b</Sha>
|
||||
<Sha>78dd5c129f5a54083fd0dbed4f6479756dad34d1</Sha>
|
||||
</Dependency>
|
||||
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via core setup -->
|
||||
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="4.8.0-rc2.19462.10" CoherentParentDependency="Microsoft.WindowsDesktop.App">
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>3.0.100-rc2.19464.7</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>3.0.100-rc2.19464.9</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/winforms -->
|
||||
|
@ -33,7 +33,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/cli -->
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.0.100-rc2.19464.4</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.0.100-rc2.19464.5</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicroBuildCorePackageVersion>0.2.0</MicroBuildCorePackageVersion>
|
||||
|
|
Loading…
Reference in a new issue