Update dependencies from https://github.com/dotnet/sdk build 20230330.8
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.300-preview.23179.16 -> To Version 7.0.300-preview.23180.8 Dependency coherency updates Microsoft.Net.Compilers.Toolset,Microsoft.Build From Version 4.6.0-3.23178.21 -> To Version 4.6.0-3.23180.6 (parent: Microsoft.NET.Sdk
This commit is contained in:
parent
a6c6f16144
commit
15ebd54c34
2 changed files with 13 additions and 13 deletions
|
@ -98,22 +98,22 @@
|
|||
<Sha>eb937b61acd09d5698e9c16d80e2ad49f4eeaada</Sha>
|
||||
<SourceBuild RepoName="test-templates" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.300-preview.23180.3">
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.300-preview.23180.8">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>b3f862a37780a0882407788c809b87114cb23b95</Sha>
|
||||
<Sha>d8a227f2d10e0f471fb777338334ce1e68ebc515</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.300-preview.23180.3">
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.300-preview.23180.8">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>b3f862a37780a0882407788c809b87114cb23b95</Sha>
|
||||
<Sha>d8a227f2d10e0f471fb777338334ce1e68ebc515</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.300-preview.23180.3">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.300-preview.23180.8">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>b3f862a37780a0882407788c809b87114cb23b95</Sha>
|
||||
<Sha>d8a227f2d10e0f471fb777338334ce1e68ebc515</Sha>
|
||||
<SourceBuild RepoName="sdk" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.300-preview.23180.3">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.300-preview.23180.8">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>b3f862a37780a0882407788c809b87114cb23b95</Sha>
|
||||
<Sha>d8a227f2d10e0f471fb777338334ce1e68ebc515</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.4-servicing.23117.7" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
@ -144,9 +144,9 @@
|
|||
<SourceBuild RepoName="linker" ManagedOnly="true" />
|
||||
<RepoName>linker</RepoName>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.6.0-3.23179.15" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.6.0-3.23180.6" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/dotnet/roslyn</Uri>
|
||||
<Sha>daad346cf905e453a7bb5561dbeb0b1be24a09ca</Sha>
|
||||
<Sha>99e956e42697a6dd886d1e12478ea2b27cceacfa</Sha>
|
||||
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Build" Version="17.6.0" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
|
|
|
@ -69,9 +69,9 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.300-preview.23180.3</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>7.0.300-preview.23180.3</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.300-preview.23180.3</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.300-preview.23180.8</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>7.0.300-preview.23180.8</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.300-preview.23180.8</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue