Update dependencies from https://github.com/dotnet/toolset build 20190926.11 (#4963)
- Microsoft.Dotnet.Toolset.Internal - 3.0.101-servicing.19476.11 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 3.0.101-servicing.19476.8 (parent: Microsoft.Dotnet.Toolset.Internal)
This commit is contained in:
parent
9f5eff9c0b
commit
7fea870c9a
2 changed files with 6 additions and 6 deletions
|
@ -67,17 +67,17 @@
|
|||
<Uri>https://github.com/dotnet/templating</Uri>
|
||||
<Sha>a776e417c83c52908298b3767e462feae8b18b98</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.0.101-servicing.19476.10">
|
||||
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.0.101-servicing.19476.11">
|
||||
<Uri>https://github.com/dotnet/toolset</Uri>
|
||||
<Sha>dc416e62dd43cf023da93d34906bc5fee1b7ab50</Sha>
|
||||
<Sha>0bbc0764bf4d0685ae23fb1d33b6c935e1ea0efa</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.101-servicing.19476.2" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>9cd501f50f426f24d98065d1617ee67cd4ce0d2d</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.101-servicing.19476.7" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.101-servicing.19476.8" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Uri>https://github.com/dotnet/cli</Uri>
|
||||
<Sha>d6f8ca086a10326386fb5e5be024a616bfb22b02</Sha>
|
||||
<Sha>34a3f7cf50555642d799c7ebefe1fae1a3ef98ec</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.101-servicing.19476.10</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>3.0.101-servicing.19476.11</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.101-servicing.19476.7</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.0.101-servicing.19476.8</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicroBuildCorePackageVersion>0.2.0</MicroBuildCorePackageVersion>
|
||||
|
|
Loading…
Reference in a new issue