Merged PR 29761: [internal/release/7.0.1xx] Update dependencies from dnceng/internal/dotnet-sdk

This pull request updates the following dependencies

[marker]: <> (Begin:65272799-fe4d-4dbf-f0fe-08da7ef63651)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-sdk
- **Subscription**: 65272799-fe4d-4dbf-f0fe-08da7ef63651
- **Build**: 20230221.9
- **Date Produced**: February 22, 2023 1:15:48 AM UTC
- **Commit**: 50c5629d65a1a82a37f9384017cdfcc4f8ab5e16
- **Branch**: refs/heads/internal/release/7.0.1xx

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.DotNet.Common.ItemTemplates**: [from 7.0.104 to 7.0.104][1]
  - **Microsoft.DotNet.MSBuildSdkResolver**: [from 7.0.104-servicing.23120.6 to 7.0.104-servicing.23121.9][1]
  - **Microsoft.NET.Sdk**: [from 7.0.104-servicing.23120.6 to 7.0.104-servicing.23121.9][1]
  - **Microsoft.TemplateEngine.Cli**: [from 7.0.104-servicing.23120.6 to 7.0.104-servicing.23121.9][1]

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-sdk/branches?baseVersion=GC0bd9efc&targetVersion=GC50c5629&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:65272799-fe4d-4dbf-f0fe-08da7ef63651)
This commit is contained in:
DotNet Bot 2023-02-22 02:51:09 +00:00 committed by Matt Mitchell
parent 4a27cf2f26
commit afa377dd22
3 changed files with 11 additions and 11 deletions

View file

@ -19,7 +19,7 @@
<add key="darc-int-dotnet-runtime-0a396ac" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-0a396aca/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-runtime -->
<!-- Begin: Package sources from dotnet-sdk -->
<add key="darc-int-dotnet-sdk-0bd9efc" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-sdk-0bd9efc9/nuget/v3/index.json" />
<add key="darc-int-dotnet-sdk-50c5629" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-sdk-50c5629d/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-sdk -->
<!-- Begin: Package sources from dotnet-windowsdesktop -->
<add key="darc-int-dotnet-windowsdesktop-27813f8" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-windowsdesktop-27813f8d/nuget/v3/index.json" />
@ -49,7 +49,7 @@
<!-- Begin: Package sources from dotnet-runtime -->
<add key="darc-int-dotnet-runtime-0a396ac" value="true" />
<!-- Begin: Package sources from dotnet-sdk -->
<add key="darc-int-dotnet-sdk-0bd9efc" value="true" />
<add key="darc-int-dotnet-sdk-50c5629" value="true" />
<!-- End: Package sources from dotnet-sdk -->
<!-- Begin: Package sources from dotnet-windowsdesktop -->
<add key="darc-int-dotnet-windowsdesktop-27813f8" value="true" />

View file

@ -100,20 +100,20 @@
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.104">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-sdk</Uri>
<Sha>0bd9efc90be8a0219f562515a2d42527b6d84c50</Sha>
<Sha>50c5629d65a1a82a37f9384017cdfcc4f8ab5e16</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.104-servicing.23120.6">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.104-servicing.23121.9">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-sdk</Uri>
<Sha>0bd9efc90be8a0219f562515a2d42527b6d84c50</Sha>
<Sha>50c5629d65a1a82a37f9384017cdfcc4f8ab5e16</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.104-servicing.23120.6">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.104-servicing.23121.9">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-sdk</Uri>
<Sha>0bd9efc90be8a0219f562515a2d42527b6d84c50</Sha>
<Sha>50c5629d65a1a82a37f9384017cdfcc4f8ab5e16</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.104-servicing.23120.6">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.104-servicing.23121.9">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-sdk</Uri>
<Sha>0bd9efc90be8a0219f562515a2d42527b6d84c50</Sha>
<Sha>50c5629d65a1a82a37f9384017cdfcc4f8ab5e16</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">

View file

@ -64,8 +64,8 @@
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.104</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>7.0.104-servicing.23120.6</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.104-servicing.23120.6</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>7.0.104-servicing.23121.9</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.104-servicing.23121.9</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>