Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 7.0.102 -> To Version 7.0.103

Dependency coherency updates

Microsoft.Net.Compilers.Toolset
 From Version 4.4.0-6.22580.4 -> To Version 4.4.0-6.22615.3 (parent: Microsoft.NET.Sdk
This commit is contained in:
DotNet-Bot 2023-01-05 20:26:00 +00:00
parent 890975347d
commit 1f2f910e75
3 changed files with 11 additions and 11 deletions

View file

@ -24,7 +24,7 @@
<add key="darc-int-dotnet-runtime-d037e07" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-d037e070/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-runtime -->
<!-- Begin: Package sources from dotnet-sdk -->
<add key="darc-int-dotnet-sdk-61acec4" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-sdk-61acec4b/nuget/v3/index.json" />
<add key="darc-int-dotnet-sdk-a0d938b" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-sdk-a0d938b8/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-sdk -->
<!-- Begin: Package sources from dotnet-windowsdesktop -->
<add key="darc-int-dotnet-windowsdesktop-f51697b" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-windowsdesktop-f51697b0/nuget/v3/index.json" />
@ -58,7 +58,7 @@
<!-- Begin: Package sources from dotnet-runtime -->
<add key="darc-int-dotnet-runtime-d037e07" value="true" />
<!-- Begin: Package sources from dotnet-sdk -->
<add key="darc-int-dotnet-sdk-61acec4" value="true" />
<add key="darc-int-dotnet-sdk-a0d938b" value="true" />
<!-- End: Package sources from dotnet-sdk -->
<!-- Begin: Package sources from dotnet-windowsdesktop -->
<add key="darc-int-dotnet-windowsdesktop-f51697b-1" value="true" />

View file

@ -100,20 +100,20 @@
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.103">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-sdk</Uri>
<Sha>61acec4bf7cdb89e331f76462c67b47506d4717d</Sha>
<Sha>a0d938b819b2d4ead3cb207da320fa0274c1d102</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.103-servicing.23055.12">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.103-servicing.23055.20">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-sdk</Uri>
<Sha>61acec4bf7cdb89e331f76462c67b47506d4717d</Sha>
<Sha>a0d938b819b2d4ead3cb207da320fa0274c1d102</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.103-servicing.23055.12">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.103-servicing.23055.20">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-sdk</Uri>
<Sha>61acec4bf7cdb89e331f76462c67b47506d4717d</Sha>
<Sha>a0d938b819b2d4ead3cb207da320fa0274c1d102</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.103-servicing.23055.12">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.103-servicing.23055.20">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-sdk</Uri>
<Sha>61acec4bf7cdb89e331f76462c67b47506d4717d</Sha>
<Sha>a0d938b819b2d4ead3cb207da320fa0274c1d102</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.2-servicing.22606.8" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">

View file

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