Update dependencies from https://github.com/dotnet/sdk build 20220217.23
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 6.0.300-preview.22117.14 -> To Version 6.0.300-preview.22117.23 Dependency coherency updates Microsoft.Net.Compilers.Toolset From Version 4.2.0-1.22114.14 -> To Version 4.2.0-1.22116.16 (parent: Microsoft.NET.Sdk
This commit is contained in:
parent
c9da99109f
commit
d06545cb1b
2 changed files with 8 additions and 8 deletions
|
@ -103,14 +103,14 @@
|
|||
<Uri>https://github.com/dotnet/templating</Uri>
|
||||
<Sha>ae80bff914f34ef76920e93d87a7805483abae27</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.300-preview.22117.14">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.300-preview.22117.23">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>8083ce50af04881424fb68cdae3afa97fbfdcd19</Sha>
|
||||
<Sha>12b20ac8e33d01ad0f168fb04a0343ea75c262e7</Sha>
|
||||
<SourceBuild RepoName="sdk" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.300-preview.22117.14">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.300-preview.22117.23">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>8083ce50af04881424fb68cdae3afa97fbfdcd19</Sha>
|
||||
<Sha>12b20ac8e33d01ad0f168fb04a0343ea75c262e7</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.1-servicing.21567.5" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
@ -141,9 +141,9 @@
|
|||
<SourceBuild RepoName="linker" ManagedOnly="true" />
|
||||
<RepoName>linker</RepoName>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.2.0-1.22114.14" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.2.0-1.22116.16" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/dotnet/roslyn</Uri>
|
||||
<Sha>e96ba4ed8c46c52194bc5eb59f13f56fded10254</Sha>
|
||||
<Sha>cb93a990bf3e8e8ae71ac75e9db7e549a3a44221</Sha>
|
||||
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Build" Version="17.2.0-preview-22116-02" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
|
|
|
@ -56,8 +56,8 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftNETSdkPackageVersion>6.0.300-preview.22117.14</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.300-preview.22117.14</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>6.0.300-preview.22117.23</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.300-preview.22117.23</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue