Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 6.0.318-servicing.23453.13 -> To Version 6.0.318-servicing.23462.21
This commit is contained in:
DotNet-Bot 2023-09-14 02:54:58 +00:00
parent 72ecba4f2b
commit 6264b298a6
3 changed files with 6 additions and 12 deletions

View file

@ -16,9 +16,6 @@
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
<!-- End: Package sources from DotNet-msbuild-Trusted -->
<!-- Begin: Package sources from dotnet-runtime -->
<add key="darc-int-dotnet-runtime-4bb6dc1" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-4bb6dc19/nuget/v3/index.json" />
<add key="darc-int-dotnet-runtime-4bb6dc1-2" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-4bb6dc19-2/nuget/v3/index.json" />
<add key="darc-int-dotnet-runtime-4bb6dc1-1" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-4bb6dc19-1/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-runtime -->
<!-- Begin: Package sources from dotnet-templating -->
<add key="darc-int-dotnet-templating-1f52152" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-templating-1f521522/nuget/v3/index.json" />
@ -54,9 +51,6 @@
<add key="darc-int-dotnet-aspnetcore-564969b" value="true" />
<!-- End: Package sources from dotnet-aspnetcore -->
<!-- Begin: Package sources from dotnet-runtime -->
<add key="darc-int-dotnet-runtime-4bb6dc1-1" value="true" />
<add key="darc-int-dotnet-runtime-4bb6dc1-2" value="true" />
<add key="darc-int-dotnet-runtime-4bb6dc1" value="true" />
<!-- Begin: Package sources from dotnet-templating -->
<add key="darc-int-dotnet-templating-1f52152-1" value="true" />
<add key="darc-int-dotnet-templating-1f52152-2" value="true" />

View file

@ -103,14 +103,14 @@
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-templating</Uri>
<Sha>1f521522b17430e3760fd09760e77822b0bd891b</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.318-servicing.23453.13">
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.318-servicing.23462.21">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-sdk</Uri>
<Sha>9acb30f9c8cdf9cdaeb015bcd3060ae5f47593d7</Sha>
<Sha>bde28e9622b697cba0e61f43849b5de4f0e98347</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.318-servicing.23453.13">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.318-servicing.23462.21">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-sdk</Uri>
<Sha>9acb30f9c8cdf9cdaeb015bcd3060ae5f47593d7</Sha>
<Sha>bde28e9622b697cba0e61f43849b5de4f0e98347</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="6.0.22-servicing.23424.7" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">

View file

@ -56,8 +56,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>6.0.318-servicing.23453.13</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.318-servicing.23453.13</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>6.0.318-servicing.23462.21</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.318-servicing.23462.21</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>