Update dependencies from https://github.com/dotnet/sdk build 20210517.15
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.100-preview.5.21267.10 -> To Version 6.0.100-preview.6.21267.15 Dependency coherency updates Microsoft.Net.Compilers.Toolset From Version 4.0.0-2.21264.4 -> To Version 4.0.0-1.21267.20 (parent: Microsoft.NET.Sdk
This commit is contained in:
parent
dd30fb6dc0
commit
1088061f22
2 changed files with 6 additions and 6 deletions
|
@ -83,13 +83,13 @@
|
|||
<Uri>https://github.com/dotnet/templating</Uri>
|
||||
<Sha>c13bd264a0eeae6b79dfb01ec814290b383b894b</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-preview.6.21267.13">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-preview.6.21267.15">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>826d24e8c3c721f2d2eecce71d6e97b107efb023</Sha>
|
||||
<Sha>3f3079c65c4b83ac5e014d164b790560ddee7fb8</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.6.21267.13">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-preview.6.21267.15">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>826d24e8c3c721f2d2eecce71d6e97b107efb023</Sha>
|
||||
<Sha>3f3079c65c4b83ac5e014d164b790560ddee7fb8</Sha>
|
||||
</Dependency>
|
||||
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via windowsdesktop -->
|
||||
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="6.0.0-preview.5.21226.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
|
|
@ -57,8 +57,8 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftNETSdkPackageVersion>6.0.100-preview.6.21267.13</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-preview.6.21267.13</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>6.0.100-preview.6.21267.15</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-preview.6.21267.15</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Add table
Reference in a new issue