Update dependencies from https://github.com/dotnet/sdk build 20220523.2
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 7.0.100-preview.5.22272.3 -> To Version 7.0.100-preview.5.22273.2 Dependency coherency updates Microsoft.Net.Compilers.Toolset From Version 4.3.0-2.22270.4 -> To Version 4.3.0-2.22272.1 (parent: Microsoft.NET.Sdk
This commit is contained in:
parent
a3acdcf34e
commit
28a8425ee6
2 changed files with 8 additions and 8 deletions
|
@ -103,14 +103,14 @@
|
|||
<Sha>93db12843bcbbf55bce8c1cd7773616afacea115</Sha>
|
||||
<SourceBuild RepoName="templating" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-preview.5.22272.3">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.100-preview.5.22273.2">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>0de17748988011f4f214eb0036ab3a12a84dae28</Sha>
|
||||
<Sha>f6c52e880cc58531787ec42218f163a2be018479</Sha>
|
||||
<SourceBuild RepoName="sdk" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-preview.5.22272.3">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.100-preview.5.22273.2">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>0de17748988011f4f214eb0036ab3a12a84dae28</Sha>
|
||||
<Sha>f6c52e880cc58531787ec42218f163a2be018479</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="7.0.0-preview.4.22268.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.3.0-2.22270.4" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.3.0-2.22272.1" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/dotnet/roslyn</Uri>
|
||||
<Sha>a51b65c86bb0f42a79c47798c10ad75d5c343f92</Sha>
|
||||
<Sha>038b1a9de7cf82a66c8e57fc3262454beadbbabc</Sha>
|
||||
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Build" Version="17.3.0-preview-22263-02" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
|
|
|
@ -64,8 +64,8 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftNETSdkPackageVersion>7.0.100-preview.5.22272.3</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.100-preview.5.22272.3</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>7.0.100-preview.5.22273.2</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.100-preview.5.22273.2</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue