Update dependencies from https://github.com/dotnet/sdk build 20230411.14
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 7.0.400-preview.23210.7 -> To Version 7.0.400-preview.23211.14 Dependency coherency updates NuGet.Build.Tasks From Version 6.7.0-preview.1.10 -> To Version 6.7.0-preview.1.12 (parent: Microsoft.NET.Sdk
This commit is contained in:
parent
8d15a10f0f
commit
4cc13f21ad
2 changed files with 13 additions and 13 deletions
|
@ -98,22 +98,22 @@
|
|||
<Sha>5a41781eb69eb4721e736a99262dbd32b6bb55d4</Sha>
|
||||
<SourceBuild RepoName="test-templates" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.400-preview.23210.7">
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.400-preview.23211.14">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>7b81b0e381da87154e2fd9a81ee370c35b665fa1</Sha>
|
||||
<Sha>3200e214240e4bf8d6fdfc4d4df3567fb11aa10b</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.400-preview.23210.7">
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.400-preview.23211.14">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>7b81b0e381da87154e2fd9a81ee370c35b665fa1</Sha>
|
||||
<Sha>3200e214240e4bf8d6fdfc4d4df3567fb11aa10b</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.400-preview.23210.7">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.400-preview.23211.14">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>7b81b0e381da87154e2fd9a81ee370c35b665fa1</Sha>
|
||||
<Sha>3200e214240e4bf8d6fdfc4d4df3567fb11aa10b</Sha>
|
||||
<SourceBuild RepoName="sdk" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.400-preview.23210.7">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.400-preview.23211.14">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>7b81b0e381da87154e2fd9a81ee370c35b665fa1</Sha>
|
||||
<Sha>3200e214240e4bf8d6fdfc4d4df3567fb11aa10b</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">
|
||||
|
@ -158,9 +158,9 @@
|
|||
<Sha>cfc1d400eafec60a34d6e0ac4b0979054c03227a</Sha>
|
||||
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="NuGet.Build.Tasks" Version="6.7.0-preview.1.10" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="NuGet.Build.Tasks" Version="6.7.0-preview.1.12" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/nuget/nuget.client</Uri>
|
||||
<Sha>c3544ac6b1eeedc3967cd66275531d9e3636d5dd</Sha>
|
||||
<Sha>3a0c9a47e24642bb4a4465dec7b4d1c379367855</Sha>
|
||||
<SourceBuildTarball RepoName="nuget-client" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.ApplicationInsights" Version="2.0.0">
|
||||
|
|
|
@ -69,9 +69,9 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.400-preview.23210.7</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>7.0.400-preview.23210.7</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.400-preview.23210.7</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.400-preview.23211.14</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>7.0.400-preview.23211.14</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.400-preview.23211.14</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Add table
Reference in a new issue