From 52319f531dbd7eb495937ef509ede4e97b837f95 Mon Sep 17 00:00:00 2001 From: Viktor Hofer <viktor.hofer@microsoft.com> Date: Wed, 5 Mar 2025 12:15:23 +0100 Subject: [PATCH] Normalize casing of targeting pack projects and nuspecs All SBRP projects except the targeting packs consistently use the casing of the package id (+ "." + packageversion), i.e. `Microsoft.Extensions.Logging.8.0.0.csproj`. A few targeting pack projects didn't follow that casing. Similar for the nuspecs which should always be lower-cased. This is in preparation to use the live targeting packs in SBRP and remove the self SBRP dependency. --- ...pp.ref.3.0.0.csproj => Microsoft.NETCore.App.Ref.3.0.0.csproj} | 0 ...pp.ref.3.1.0.csproj => Microsoft.NETCore.App.Ref.3.1.0.csproj} | 0 ...pp.ref.5.0.0.csproj => Microsoft.NETCore.App.Ref.5.0.0.csproj} | 0 ...pp.ref.6.0.0.csproj => Microsoft.NETCore.App.Ref.6.0.0.csproj} | 0 ...ft.NETCore.App.Ref.nuspec => microsoft.netcore.app.ref.nuspec} | 0 ...ft.NETCore.App.Ref.nuspec => microsoft.netcore.app.ref.nuspec} | 0 ...Standard.Library.NETFramework.2.0.1-servicing-26011-01.csproj} | 0 ...rary.ref.2.1.0.csproj => NETStandard.Library.Ref.2.1.0.csproj} | 0 ...dard.library.2.0.3.csproj => NETStandard.Library.2.0.3.csproj} | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename src/targetPacks/ILsrc/microsoft.netcore.app.ref/3.0.0/{microsoft.netcore.app.ref.3.0.0.csproj => Microsoft.NETCore.App.Ref.3.0.0.csproj} (100%) rename src/targetPacks/ILsrc/microsoft.netcore.app.ref/3.1.0/{microsoft.netcore.app.ref.3.1.0.csproj => Microsoft.NETCore.App.Ref.3.1.0.csproj} (100%) rename src/targetPacks/ILsrc/microsoft.netcore.app.ref/5.0.0/{microsoft.netcore.app.ref.5.0.0.csproj => Microsoft.NETCore.App.Ref.5.0.0.csproj} (100%) rename src/targetPacks/ILsrc/microsoft.netcore.app.ref/6.0.0/{microsoft.netcore.app.ref.6.0.0.csproj => Microsoft.NETCore.App.Ref.6.0.0.csproj} (100%) rename src/targetPacks/ILsrc/microsoft.netcore.app.ref/8.0.0/{Microsoft.NETCore.App.Ref.nuspec => microsoft.netcore.app.ref.nuspec} (100%) rename src/targetPacks/ILsrc/microsoft.netcore.app.ref/9.0.0/{Microsoft.NETCore.App.Ref.nuspec => microsoft.netcore.app.ref.nuspec} (100%) rename src/targetPacks/ILsrc/netstandard.library.netframework/2.0.1-servicing-26011-01/{netstandard.library.netframework.2.0.1-servicing-26011-01.csproj => NETStandard.Library.NETFramework.2.0.1-servicing-26011-01.csproj} (100%) rename src/targetPacks/ILsrc/netstandard.library.ref/2.1.0/{netstandard.library.ref.2.1.0.csproj => NETStandard.Library.Ref.2.1.0.csproj} (100%) rename src/targetPacks/ILsrc/netstandard.library/2.0.3/{netstandard.library.2.0.3.csproj => NETStandard.Library.2.0.3.csproj} (100%) diff --git a/src/targetPacks/ILsrc/microsoft.netcore.app.ref/3.0.0/microsoft.netcore.app.ref.3.0.0.csproj b/src/targetPacks/ILsrc/microsoft.netcore.app.ref/3.0.0/Microsoft.NETCore.App.Ref.3.0.0.csproj similarity index 100% rename from src/targetPacks/ILsrc/microsoft.netcore.app.ref/3.0.0/microsoft.netcore.app.ref.3.0.0.csproj rename to src/targetPacks/ILsrc/microsoft.netcore.app.ref/3.0.0/Microsoft.NETCore.App.Ref.3.0.0.csproj diff --git a/src/targetPacks/ILsrc/microsoft.netcore.app.ref/3.1.0/microsoft.netcore.app.ref.3.1.0.csproj b/src/targetPacks/ILsrc/microsoft.netcore.app.ref/3.1.0/Microsoft.NETCore.App.Ref.3.1.0.csproj similarity index 100% rename from src/targetPacks/ILsrc/microsoft.netcore.app.ref/3.1.0/microsoft.netcore.app.ref.3.1.0.csproj rename to src/targetPacks/ILsrc/microsoft.netcore.app.ref/3.1.0/Microsoft.NETCore.App.Ref.3.1.0.csproj diff --git a/src/targetPacks/ILsrc/microsoft.netcore.app.ref/5.0.0/microsoft.netcore.app.ref.5.0.0.csproj b/src/targetPacks/ILsrc/microsoft.netcore.app.ref/5.0.0/Microsoft.NETCore.App.Ref.5.0.0.csproj similarity index 100% rename from src/targetPacks/ILsrc/microsoft.netcore.app.ref/5.0.0/microsoft.netcore.app.ref.5.0.0.csproj rename to src/targetPacks/ILsrc/microsoft.netcore.app.ref/5.0.0/Microsoft.NETCore.App.Ref.5.0.0.csproj diff --git a/src/targetPacks/ILsrc/microsoft.netcore.app.ref/6.0.0/microsoft.netcore.app.ref.6.0.0.csproj b/src/targetPacks/ILsrc/microsoft.netcore.app.ref/6.0.0/Microsoft.NETCore.App.Ref.6.0.0.csproj similarity index 100% rename from src/targetPacks/ILsrc/microsoft.netcore.app.ref/6.0.0/microsoft.netcore.app.ref.6.0.0.csproj rename to src/targetPacks/ILsrc/microsoft.netcore.app.ref/6.0.0/Microsoft.NETCore.App.Ref.6.0.0.csproj diff --git a/src/targetPacks/ILsrc/microsoft.netcore.app.ref/8.0.0/Microsoft.NETCore.App.Ref.nuspec b/src/targetPacks/ILsrc/microsoft.netcore.app.ref/8.0.0/microsoft.netcore.app.ref.nuspec similarity index 100% rename from src/targetPacks/ILsrc/microsoft.netcore.app.ref/8.0.0/Microsoft.NETCore.App.Ref.nuspec rename to src/targetPacks/ILsrc/microsoft.netcore.app.ref/8.0.0/microsoft.netcore.app.ref.nuspec diff --git a/src/targetPacks/ILsrc/microsoft.netcore.app.ref/9.0.0/Microsoft.NETCore.App.Ref.nuspec b/src/targetPacks/ILsrc/microsoft.netcore.app.ref/9.0.0/microsoft.netcore.app.ref.nuspec similarity index 100% rename from src/targetPacks/ILsrc/microsoft.netcore.app.ref/9.0.0/Microsoft.NETCore.App.Ref.nuspec rename to src/targetPacks/ILsrc/microsoft.netcore.app.ref/9.0.0/microsoft.netcore.app.ref.nuspec diff --git a/src/targetPacks/ILsrc/netstandard.library.netframework/2.0.1-servicing-26011-01/netstandard.library.netframework.2.0.1-servicing-26011-01.csproj b/src/targetPacks/ILsrc/netstandard.library.netframework/2.0.1-servicing-26011-01/NETStandard.Library.NETFramework.2.0.1-servicing-26011-01.csproj similarity index 100% rename from src/targetPacks/ILsrc/netstandard.library.netframework/2.0.1-servicing-26011-01/netstandard.library.netframework.2.0.1-servicing-26011-01.csproj rename to src/targetPacks/ILsrc/netstandard.library.netframework/2.0.1-servicing-26011-01/NETStandard.Library.NETFramework.2.0.1-servicing-26011-01.csproj diff --git a/src/targetPacks/ILsrc/netstandard.library.ref/2.1.0/netstandard.library.ref.2.1.0.csproj b/src/targetPacks/ILsrc/netstandard.library.ref/2.1.0/NETStandard.Library.Ref.2.1.0.csproj similarity index 100% rename from src/targetPacks/ILsrc/netstandard.library.ref/2.1.0/netstandard.library.ref.2.1.0.csproj rename to src/targetPacks/ILsrc/netstandard.library.ref/2.1.0/NETStandard.Library.Ref.2.1.0.csproj diff --git a/src/targetPacks/ILsrc/netstandard.library/2.0.3/netstandard.library.2.0.3.csproj b/src/targetPacks/ILsrc/netstandard.library/2.0.3/NETStandard.Library.2.0.3.csproj similarity index 100% rename from src/targetPacks/ILsrc/netstandard.library/2.0.3/netstandard.library.2.0.3.csproj rename to src/targetPacks/ILsrc/netstandard.library/2.0.3/NETStandard.Library.2.0.3.csproj