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

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-19 01:14:25 +00:00
parent b03a307664
commit a71d9ecf03
3 changed files with 10 additions and 10 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-48c7a4e" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-sdk-48c7a4e3/nuget/v3/index.json" />
<add key="darc-pub-dotnet-sdk-bb6fabd" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-sdk-bb6fabda/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>48c7a4e3ff0bbb8cc13808934b144766c93a1abd</Sha>
<Sha>bb6fabda8633a26f9a4364ee418b4ef4002f4637</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.200-preview.22568.13">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.200-preview.22568.25">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>48c7a4e3ff0bbb8cc13808934b144766c93a1abd</Sha>
<Sha>bb6fabda8633a26f9a4364ee418b4ef4002f4637</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.200-preview.22568.13">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.200-preview.22568.25">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>48c7a4e3ff0bbb8cc13808934b144766c93a1abd</Sha>
<Sha>bb6fabda8633a26f9a4364ee418b4ef4002f4637</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.200-preview.22568.13">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.200-preview.22568.25">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>48c7a4e3ff0bbb8cc13808934b144766c93a1abd</Sha>
<Sha>bb6fabda8633a26f9a4364ee418b4ef4002f4637</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">

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.13</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.200-preview.22568.13</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>7.0.200-preview.22568.25</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.200-preview.22568.25</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>