Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 7.0.405 -> To Version 7.0.406
This commit is contained in:
DotNet-Bot 2024-01-03 02:06:11 +00:00
parent 1f2f8af63b
commit a00eb249ab
3 changed files with 13 additions and 13 deletions

View file

@ -25,7 +25,7 @@
<add key="darc-int-dotnet-runtime-8f4568c-1" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-8f4568cd-1/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-runtime -->
<!-- Begin: Package sources from dotnet-sdk -->
<add key="darc-int-dotnet-sdk-0870ab3" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-sdk-0870ab35/nuget/v3/index.json" />
<add key="darc-int-dotnet-sdk-042b8c0" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-sdk-042b8c0a/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-sdk -->
<!-- Begin: Package sources from dotnet-windowsdesktop -->
<add key="darc-int-dotnet-windowsdesktop-acb200f" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-windowsdesktop-acb200f3/nuget/v3/index.json" />
@ -61,7 +61,7 @@
<add key="darc-int-dotnet-runtime-8f4568c-2" value="true" />
<add key="darc-int-dotnet-runtime-8f4568c" value="true" />
<!-- Begin: Package sources from dotnet-sdk -->
<add key="darc-int-dotnet-sdk-0870ab3" value="true" />
<add key="darc-int-dotnet-sdk-042b8c0" value="true" />
<!-- End: Package sources from dotnet-sdk -->
<!-- Begin: Package sources from dotnet-windowsdesktop -->
<add key="darc-int-dotnet-windowsdesktop-acb200f-1" value="true" />

View file

@ -98,22 +98,22 @@
<Sha>e1aecaf3a332e25fae8cc7aa09d524b5e7c4a47a</Sha>
<SourceBuild RepoName="test-templates" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.405">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.406">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-sdk</Uri>
<Sha>0870ab3583ae88850fb0249e7a8ec0c1a3911eec</Sha>
<Sha>042b8c0a71f901e4c7b1a0553051a53ac8fff5af</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.405-servicing.23611.8">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.406-servicing.24052.14">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-sdk</Uri>
<Sha>0870ab3583ae88850fb0249e7a8ec0c1a3911eec</Sha>
<Sha>042b8c0a71f901e4c7b1a0553051a53ac8fff5af</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.405-servicing.23611.8">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.406-servicing.24052.14">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-sdk</Uri>
<Sha>0870ab3583ae88850fb0249e7a8ec0c1a3911eec</Sha>
<Sha>042b8c0a71f901e4c7b1a0553051a53ac8fff5af</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.405-servicing.23611.8">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.406-servicing.24052.14">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-sdk</Uri>
<Sha>0870ab3583ae88850fb0249e7a8ec0c1a3911eec</Sha>
<Sha>042b8c0a71f901e4c7b1a0553051a53ac8fff5af</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.15-servicing.23573.3" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">

View file

@ -69,9 +69,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.405</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>7.0.405-servicing.23611.8</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.405-servicing.23611.8</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.406</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>7.0.406-servicing.24052.14</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.406-servicing.24052.14</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>