Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 7.0.113 -> To Version 7.0.114
This commit is contained in:
DotNet-Bot 2023-10-19 02:01:15 +00:00
parent 5980b95096
commit 5b636ce332
3 changed files with 13 additions and 13 deletions

View file

@ -19,7 +19,7 @@
<add key="darc-int-dotnet-runtime-282d494" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-282d4940/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-runtime -->
<!-- Begin: Package sources from dotnet-sdk -->
<add key="darc-int-dotnet-sdk-17fdcf3" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-sdk-17fdcf30/nuget/v3/index.json" />
<add key="darc-int-dotnet-sdk-10d6b29" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-sdk-10d6b299/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-sdk -->
<!-- Begin: Package sources from dotnet-windowsdesktop -->
<add key="darc-int-dotnet-windowsdesktop-5fd6832" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-windowsdesktop-5fd6832b/nuget/v3/index.json" />
@ -49,7 +49,7 @@
<!-- Begin: Package sources from dotnet-runtime -->
<add key="darc-int-dotnet-runtime-282d494" value="true" />
<!-- Begin: Package sources from dotnet-sdk -->
<add key="darc-int-dotnet-sdk-17fdcf3" value="true" />
<add key="darc-int-dotnet-sdk-10d6b29" value="true" />
<!-- End: Package sources from dotnet-sdk -->
<!-- Begin: Package sources from dotnet-windowsdesktop -->
<add key="darc-int-dotnet-windowsdesktop-5fd6832" value="true" />

View file

@ -98,22 +98,22 @@
<Sha>aaaa0c1826f97a9dfcc67e94136bf01010b55f23</Sha>
<SourceBuild RepoName="test-templates" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.113">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.114">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-sdk</Uri>
<Sha>17fdcf30b7838e184a0f381f9b33942a0f07a4d4</Sha>
<Sha>10d6b299c176b132c1d331ff777f9845f96a08f1</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.113-servicing.23517.43">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.114-servicing.23518.31">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-sdk</Uri>
<Sha>17fdcf30b7838e184a0f381f9b33942a0f07a4d4</Sha>
<Sha>10d6b299c176b132c1d331ff777f9845f96a08f1</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.113-servicing.23517.43">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.114-servicing.23518.31">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-sdk</Uri>
<Sha>17fdcf30b7838e184a0f381f9b33942a0f07a4d4</Sha>
<Sha>10d6b299c176b132c1d331ff777f9845f96a08f1</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.113-servicing.23517.43">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.114-servicing.23518.31">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-sdk</Uri>
<Sha>17fdcf30b7838e184a0f381f9b33942a0f07a4d4</Sha>
<Sha>10d6b299c176b132c1d331ff777f9845f96a08f1</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.13-servicing.23513.5" 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.113</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>7.0.113-servicing.23517.43</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.113-servicing.23517.43</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.114</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>7.0.114-servicing.23518.31</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.114-servicing.23518.31</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>