Update dependencies from https://github.com/dotnet/sdk build 20221118.7

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 7.0.200 -> To Version 7.0.200

Dependency coherency updates

NuGet.Build.Tasks
 From Version 6.4.0-rc.117 -> To Version 6.5.0-preview.2.91 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2022-11-18 20:52:20 +00:00
parent 29a7697ae4
commit f723e28401
3 changed files with 12 additions and 12 deletions

View file

@ -13,7 +13,7 @@
<!-- Begin: Package sources from dotnet-runtime -->
<!-- End: Package sources from dotnet-runtime -->
<!-- Begin: Package sources from dotnet-sdk -->
<add key="darc-pub-dotnet-sdk-7d9224a" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-sdk-7d9224aa/nuget/v3/index.json" />
<add key="darc-pub-dotnet-sdk-cd16c47" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-sdk-cd16c473/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-sdk -->
<!-- Begin: Package sources from dotnet-windowsdesktop -->
<!-- End: Package sources from dotnet-windowsdesktop -->

View file

@ -100,20 +100,20 @@
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.200">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>7d9224aacd318f96c482a867279227d4d9562626</Sha>
<Sha>cd16c473a5ccf2076816b4421b4604d0edd52e2a</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.200-preview.22568.1">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.200-preview.22568.7">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>7d9224aacd318f96c482a867279227d4d9562626</Sha>
<Sha>cd16c473a5ccf2076816b4421b4604d0edd52e2a</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.200-preview.22568.1">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.200-preview.22568.7">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>7d9224aacd318f96c482a867279227d4d9562626</Sha>
<Sha>cd16c473a5ccf2076816b4421b4604d0edd52e2a</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.200-preview.22568.1">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.200-preview.22568.7">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>7d9224aacd318f96c482a867279227d4d9562626</Sha>
<Sha>cd16c473a5ccf2076816b4421b4604d0edd52e2a</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-rtm.22518.7" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -154,9 +154,9 @@
<Sha>7037436dc4d2038407c8592b9e256f0cf777f20c</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.5.0-preview.2.88" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="NuGet.Build.Tasks" Version="6.5.0-preview.2.91" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/nuget/nuget.client</Uri>
<Sha>20371248661a98ddef1da9ac27e84f4dde45f1a7</Sha>
<Sha>340d447dfc6eaa0cb5d8c25df69fe7f235e37d62</Sha>
<SourceBuildTarball RepoName="nuget-client" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.ApplicationInsights" Version="2.0.0">

View file

@ -64,8 +64,8 @@
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.200</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>7.0.200-preview.22568.1</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.200-preview.22568.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>7.0.200-preview.22568.7</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.200-preview.22568.7</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>