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

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

Microsoft.Build
 From Version 17.5.0-preview-22564-01 -> To Version 17.5.0-preview-22567-01 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2022-11-17 19:51:06 +00:00
parent 87e3cb1467
commit 84d158c8d5
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-2fbab31" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-sdk-2fbab317/nuget/v3/index.json" />
<add key="darc-pub-dotnet-sdk-359b48c" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-sdk-359b48cb/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>2fbab317612c64c84b18bdb5436555a3470f8744</Sha>
<Sha>359b48cb7e215461267cfe8274da20aa0c34ce00</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.200-preview.22567.3">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.200-preview.22567.4">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>2fbab317612c64c84b18bdb5436555a3470f8744</Sha>
<Sha>359b48cb7e215461267cfe8274da20aa0c34ce00</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.200-preview.22567.3">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.200-preview.22567.4">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>2fbab317612c64c84b18bdb5436555a3470f8744</Sha>
<Sha>359b48cb7e215461267cfe8274da20aa0c34ce00</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.200-preview.22567.3">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.200-preview.22567.4">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>2fbab317612c64c84b18bdb5436555a3470f8744</Sha>
<Sha>359b48cb7e215461267cfe8274da20aa0c34ce00</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">
@ -149,9 +149,9 @@
<Sha>cc6062cd438899ac810b3766a05b8db636e70225</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.5.0-preview-22564-01" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Build" Version="17.5.0-preview-22567-01" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>d14b74d6f08ab7f2e17706359a38f8c22b569cb5</Sha>
<Sha>100e592026e3fbcdb273e9d8349daad377b40886</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.4.0-rc.117" CoherentParentDependency="Microsoft.NET.Sdk">

View file

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