[release/3.0.1xx] Update dependencies from dotnet/toolset (#4648)
* Update dependencies from https://github.com/dotnet/toolset build 20190907.11 - Microsoft.Dotnet.Toolset.Internal - 3.0.100-rc2.19457.11 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-rc2.19457.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20190907.12 - Microsoft.Dotnet.Toolset.Internal - 3.0.100-rc2.19457.12 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-rc2.19457.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20190907.14 - Microsoft.Dotnet.Toolset.Internal - 3.0.100-rc2.19457.14 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-rc2.19457.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20190907.17 - Microsoft.Dotnet.Toolset.Internal - 3.0.100-rc2.19457.17 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-rc2.19457.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20190907.18 - Microsoft.Dotnet.Toolset.Internal - 3.0.100-rc2.19457.18 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-rc2.19457.8 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20190907.19 - Microsoft.Dotnet.Toolset.Internal - 3.0.100-rc2.19457.19 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-rc2.19457.8 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20190907.22 - Microsoft.Dotnet.Toolset.Internal - 3.0.100-rc2.19457.22 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-rc2.19457.8 (parent: Microsoft.Dotnet.Toolset.Internal)
This commit is contained in:
parent
58eb01ad9b
commit
b1ae190f03
2 changed files with 6 additions and 6 deletions
|
@ -42,17 +42,17 @@
|
|||
<Uri>https://github.com/dotnet/templating</Uri>
|
||||
<Sha>e8d6da33000a416b2b36b4f04b1756dcc99f671d</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.0.100-rc2.19457.8">
|
||||
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.0.100-rc2.19457.22">
|
||||
<Uri>https://github.com/dotnet/toolset</Uri>
|
||||
<Sha>4c32df6316d663fcc0d92c7565b39e2ad066386c</Sha>
|
||||
<Sha>8ede69de899bd1dd5a9dc6ccd3e00967a7ad2100</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.0.100-rc2.19455.7" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>b88161ed99ded0dd598779ad1afe044818422a6f</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-rc2.19457.2" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-rc2.19457.8" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Uri>https://github.com/dotnet/cli</Uri>
|
||||
<Sha>1e0997d065e566e735085625dd081a089d1d8635</Sha>
|
||||
<Sha>dcd6fdad842d9cdd05589a12567d090b925ddd15</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-preview9.19417.1" CoherentParentDependency="Microsoft.WindowsDesktop.App">
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>3.0.100-rc2.19457.8</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>3.0.100-rc2.19457.22</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.19457.2</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.0.100-rc2.19457.8</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicroBuildCorePackageVersion>0.2.0</MicroBuildCorePackageVersion>
|
||||
|
|
Loading…
Reference in a new issue