Update dependencies from https://github.com/dotnet/toolset build 20191121.7 (#5748)
- Microsoft.Dotnet.Toolset.Internal - 3.0.102-servicing.19571.7 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 3.0.102-servicing.19571.3 (parent: Microsoft.Dotnet.Toolset.Internal)
This commit is contained in:
parent
51cf2f03cb
commit
a4236f423d
2 changed files with 6 additions and 6 deletions
|
@ -71,17 +71,17 @@
|
|||
<Uri>https://github.com/dotnet/templating</Uri>
|
||||
<Sha>7a6c23bdddc0f12d7f0dee0a1b655375a08888c7</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.0.102-servicing.19571.6">
|
||||
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.0.102-servicing.19571.7">
|
||||
<Uri>https://github.com/dotnet/toolset</Uri>
|
||||
<Sha>26003596b279cb59886ffb4e93f4bb968400cf5c</Sha>
|
||||
<Sha>c1106bc0aa13fbb411a237c826c7d23f6129f116</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.101-servicing.19529.1" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>5c9dd04241f307f1aa6b3643d5e07ea89a1dad4a</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.102-servicing.19571.2" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.102-servicing.19571.3" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Uri>https://github.com/dotnet/cli</Uri>
|
||||
<Sha>fe03c281dfb7cacbda842e5235421d4f68f4cd86</Sha>
|
||||
<Sha>1b609e394a5ec94be569e4ff78a8c12e8dc9809a</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-servicing.19480.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>3.0.102-servicing.19571.6</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>3.0.102-servicing.19571.7</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.102-servicing.19571.2</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.0.102-servicing.19571.3</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicroBuildCorePackageVersion>0.2.0</MicroBuildCorePackageVersion>
|
||||
|
|
Loading…
Reference in a new issue