Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 7.0.313 -> To Version 7.0.314
This commit is contained in:
DotNet-Bot 2024-02-07 06:52:51 +00:00
parent 8ed51e2c19
commit f7f55356b3
3 changed files with 11 additions and 11 deletions

View file

@ -25,7 +25,7 @@
<add key="darc-int-dotnet-runtime-567edaf-1" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-567edafe-1/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-runtime -->
<!-- Begin: Package sources from dotnet-sdk -->
<add key="darc-int-dotnet-sdk-5eda55d" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-sdk-5eda55da/nuget/v3/index.json" />
<add key="darc-int-dotnet-sdk-1c59c72" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-sdk-1c59c729/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-sdk -->
<!-- Begin: Package sources from dotnet-windowsdesktop -->
<add key="darc-int-dotnet-windowsdesktop-f58ad2d" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-windowsdesktop-f58ad2d6/nuget/v3/index.json" />
@ -61,7 +61,7 @@
<add key="darc-int-dotnet-runtime-567edaf-2" value="true" />
<add key="darc-int-dotnet-runtime-567edaf" value="true" />
<!-- Begin: Package sources from dotnet-sdk -->
<add key="darc-int-dotnet-sdk-5eda55d" value="true" />
<add key="darc-int-dotnet-sdk-1c59c72" value="true" />
<!-- End: Package sources from dotnet-sdk -->
<!-- Begin: Package sources from dotnet-windowsdesktop -->
<add key="darc-int-dotnet-windowsdesktop-f58ad2d-1" value="true" />

View file

@ -100,20 +100,20 @@
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.314">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-sdk</Uri>
<Sha>5eda55dac9fcd53b1d99206e801e44a1a2fe72f2</Sha>
<Sha>1c59c729a144b86e3e781bef41d7e8b33f24caeb</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.314-servicing.24106.15">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.314-servicing.24106.50">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-sdk</Uri>
<Sha>5eda55dac9fcd53b1d99206e801e44a1a2fe72f2</Sha>
<Sha>1c59c729a144b86e3e781bef41d7e8b33f24caeb</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.314-servicing.24106.15">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.314-servicing.24106.50">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-sdk</Uri>
<Sha>5eda55dac9fcd53b1d99206e801e44a1a2fe72f2</Sha>
<Sha>1c59c729a144b86e3e781bef41d7e8b33f24caeb</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.314-servicing.24106.15">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.314-servicing.24106.50">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-sdk</Uri>
<Sha>5eda55dac9fcd53b1d99206e801e44a1a2fe72f2</Sha>
<Sha>1c59c729a144b86e3e781bef41d7e8b33f24caeb</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.16-servicing.24067.11" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">

View file

@ -70,8 +70,8 @@
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.314</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>7.0.314-servicing.24106.15</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.314-servicing.24106.15</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>7.0.314-servicing.24106.50</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.314-servicing.24106.50</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>