From 6d9d25aae3dbd96338660ee3fc1d4d3595939e51 Mon Sep 17 00:00:00 2001 From: kasperk81 <83082615+kasperk81@users.noreply.github.com> Date: Sun, 7 Apr 2024 09:53:48 +0300 Subject: [PATCH] remove xml declarations (#19339) --- Directory.Build.props | 1 - Directory.Build.targets | 1 - NuGet.config | 1 - .../UnknownProject/UnknownProject.unknownproj | 3 +-- TestAssets/TestProjects/docker-compose/docker-compose.dcproj | 3 +-- eng/Version.Details.xml | 1 - eng/common/internal/NuGet.config | 1 - eng/common/loc/P22DotNetHtmlLocalization.lss | 1 - eng/common/sdl/NuGet.config | 3 +-- eng/common/sdl/packages.config | 1 - eng/loc/wxl_loc.lss | 3 +-- src/SourceBuild/content/NuGet.config | 1 - src/SourceBuild/content/eng/Version.Details.xml | 1 - .../content/eng/bootstrap/buildBootstrapPreviouslySB.csproj | 1 - src/SourceBuild/content/eng/tools/BinaryToolKit/NuGet.config | 3 +-- .../NuGet.Config | 1 - .../WritePackageVersionsProps.cs | 1 - .../assets/local.NuGet.Config | 1 - .../assets/online.NuGet.Config | 1 - src/redist/packaging/osx/Distribution-Template | 1 - src/redist/packaging/osx/Distribution-Template-x64 | 1 - src/redist/packaging/osx/resources/conclusion.html.lci | 3 +-- src/redist/packaging/osx/resources/welcome.html.lci | 3 +-- src/redist/packaging/windows/LCID/1028/bundle.wxl | 3 +-- src/redist/packaging/windows/LCID/1029/bundle.wxl | 3 +-- src/redist/packaging/windows/LCID/1031/bundle.wxl | 3 +-- src/redist/packaging/windows/LCID/1033/bundle.wxl | 3 +-- src/redist/packaging/windows/LCID/1036/bundle.wxl | 3 +-- src/redist/packaging/windows/LCID/1040/bundle.wxl | 3 +-- src/redist/packaging/windows/LCID/1041/bundle.wxl | 3 +-- src/redist/packaging/windows/LCID/1042/bundle.wxl | 3 +-- src/redist/packaging/windows/LCID/1045/bundle.wxl | 3 +-- src/redist/packaging/windows/LCID/1046/bundle.wxl | 3 +-- src/redist/packaging/windows/LCID/1049/bundle.wxl | 3 +-- src/redist/packaging/windows/LCID/1055/bundle.wxl | 3 +-- src/redist/packaging/windows/LCID/2052/bundle.wxl | 3 +-- src/redist/packaging/windows/LCID/3082/bundle.wxl | 3 +-- .../VS.Redist.Common.Net.Core.SDK.MSBuildExtensions.nuspec | 3 +-- .../VS.Redist.Common.Net.Core.SDK.VSTemplateLocator.nuspec | 3 +-- .../windows/VS.Redist.Common.NetCore.SdkPlaceholder.nuspec | 3 +-- .../windows/VS.Redist.Common.NetCore.Templates.nuspec | 3 +-- .../packaging/windows/VS.Redist.Common.NetCore.Toolset.nuspec | 3 +-- .../packaging/windows/VS.Tools.Net.Core.SDK.Resolver.cxspec | 1 - .../packaging/windows/VS.Tools.Net.Core.SDK.Resolver.nuspec | 3 +-- src/redist/packaging/windows/VS.Tools.Net.Core.SDK.nuspec | 3 +-- src/redist/packaging/windows/bundle.thm | 1 - src/redist/packaging/windows/bundle.wxs | 1 - src/redist/packaging/windows/dotnet.wxs | 1 - src/redist/packaging/windows/dotnethome_x64.wxs | 1 - src/redist/packaging/windows/manifests.wxs | 1 - src/redist/packaging/windows/provider.wxs | 1 - src/redist/packaging/windows/registrykeys.wxs | 1 - src/redist/packaging/windows/sdkplaceholder.wxs | 1 - src/redist/packaging/windows/templates.wxs | 1 - src/redist/packaging/windows/variables.wxi | 1 - src/redist/targets/GenerateMSIs.targets | 1 - .../TestAssetInstance.cs | 3 +-- tools/sdk-readme-table-generator/old.config | 1 - 58 files changed, 29 insertions(+), 87 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index f185d7241..723b8a4f4 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,4 +1,3 @@ - diff --git a/Directory.Build.targets b/Directory.Build.targets index f85748f83..055028b64 100644 --- a/Directory.Build.targets +++ b/Directory.Build.targets @@ -1,4 +1,3 @@ - diff --git a/NuGet.config b/NuGet.config index 89b320a8f..a35c3d36f 100644 --- a/NuGet.config +++ b/NuGet.config @@ -1,4 +1,3 @@ - diff --git a/TestAssets/TestProjects/SlnFileWithNoProjectReferencesAndUnknownProjectType/UnknownProject/UnknownProject.unknownproj b/TestAssets/TestProjects/SlnFileWithNoProjectReferencesAndUnknownProjectType/UnknownProject/UnknownProject.unknownproj index 2ed799e9d..937af7f18 100644 --- a/TestAssets/TestProjects/SlnFileWithNoProjectReferencesAndUnknownProjectType/UnknownProject/UnknownProject.unknownproj +++ b/TestAssets/TestProjects/SlnFileWithNoProjectReferencesAndUnknownProjectType/UnknownProject/UnknownProject.unknownproj @@ -1,3 +1,2 @@ - - + diff --git a/TestAssets/TestProjects/docker-compose/docker-compose.dcproj b/TestAssets/TestProjects/docker-compose/docker-compose.dcproj index 17ed6f924..2ab9fb72f 100644 --- a/TestAssets/TestProjects/docker-compose/docker-compose.dcproj +++ b/TestAssets/TestProjects/docker-compose/docker-compose.dcproj @@ -1,5 +1,4 @@ - - + 2.0 Linux diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1421df19d..b08c88370 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,4 +1,3 @@ - diff --git a/src/SourceBuild/content/eng/tools/tasks/Microsoft.DotNet.SourceBuild.Tasks.LeakDetection/NuGet.Config b/src/SourceBuild/content/eng/tools/tasks/Microsoft.DotNet.SourceBuild.Tasks.LeakDetection/NuGet.Config index 14757d86b..dc7070857 100644 --- a/src/SourceBuild/content/eng/tools/tasks/Microsoft.DotNet.SourceBuild.Tasks.LeakDetection/NuGet.Config +++ b/src/SourceBuild/content/eng/tools/tasks/Microsoft.DotNet.SourceBuild.Tasks.LeakDetection/NuGet.Config @@ -1,4 +1,3 @@ - diff --git a/src/SourceBuild/content/eng/tools/tasks/Microsoft.DotNet.UnifiedBuild.Tasks/WritePackageVersionsProps.cs b/src/SourceBuild/content/eng/tools/tasks/Microsoft.DotNet.UnifiedBuild.Tasks/WritePackageVersionsProps.cs index 4f0ad4cd1..2058d73fc 100644 --- a/src/SourceBuild/content/eng/tools/tasks/Microsoft.DotNet.UnifiedBuild.Tasks/WritePackageVersionsProps.cs +++ b/src/SourceBuild/content/eng/tools/tasks/Microsoft.DotNet.UnifiedBuild.Tasks/WritePackageVersionsProps.cs @@ -209,7 +209,6 @@ namespace Microsoft.DotNet.UnifiedBuild.Tasks using (var outStream = File.Open(OutputPath, FileMode.Create)) using (var sw = new StreamWriter(outStream, new UTF8Encoding(false))) { - sw.WriteLine(@""); sw.WriteLine(@""); WriteVersionEntries(sw, packageElementsToWrite, "packages"); diff --git a/src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/assets/local.NuGet.Config b/src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/assets/local.NuGet.Config index feac553a9..d71c973ac 100644 --- a/src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/assets/local.NuGet.Config +++ b/src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/assets/local.NuGet.Config @@ -1,4 +1,3 @@ - diff --git a/src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/assets/online.NuGet.Config b/src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/assets/online.NuGet.Config index df3141020..881020f5a 100644 --- a/src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/assets/online.NuGet.Config +++ b/src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/assets/online.NuGet.Config @@ -1,4 +1,3 @@ - diff --git a/src/redist/packaging/osx/Distribution-Template b/src/redist/packaging/osx/Distribution-Template index 87a917149..62bea3d7d 100644 --- a/src/redist/packaging/osx/Distribution-Template +++ b/src/redist/packaging/osx/Distribution-Template @@ -1,4 +1,3 @@ - {CLISdkBrandName} ({arch}) diff --git a/src/redist/packaging/osx/Distribution-Template-x64 b/src/redist/packaging/osx/Distribution-Template-x64 index cbd637311..c702c5c72 100644 --- a/src/redist/packaging/osx/Distribution-Template-x64 +++ b/src/redist/packaging/osx/Distribution-Template-x64 @@ -1,4 +1,3 @@ - {CLISdkBrandName} ({arch}) diff --git a/src/redist/packaging/osx/resources/conclusion.html.lci b/src/redist/packaging/osx/resources/conclusion.html.lci index 6905407c1..0192efed0 100644 --- a/src/redist/packaging/osx/resources/conclusion.html.lci +++ b/src/redist/packaging/osx/resources/conclusion.html.lci @@ -1,5 +1,4 @@ - - + diff --git a/src/redist/packaging/osx/resources/welcome.html.lci b/src/redist/packaging/osx/resources/welcome.html.lci index b093ceb92..13ba010ee 100644 --- a/src/redist/packaging/osx/resources/welcome.html.lci +++ b/src/redist/packaging/osx/resources/welcome.html.lci @@ -1,5 +1,4 @@ - - + diff --git a/src/redist/packaging/windows/LCID/1028/bundle.wxl b/src/redist/packaging/windows/LCID/1028/bundle.wxl index 7a7a1c3fb..44aef5032 100644 --- a/src/redist/packaging/windows/LCID/1028/bundle.wxl +++ b/src/redist/packaging/windows/LCID/1028/bundle.wxl @@ -1,5 +1,4 @@ - - + [WixBundleName] 安裝程式 [BUNDLEMONIKER] 確定要取消嗎? diff --git a/src/redist/packaging/windows/LCID/1029/bundle.wxl b/src/redist/packaging/windows/LCID/1029/bundle.wxl index f823144e4..9503bd625 100644 --- a/src/redist/packaging/windows/LCID/1029/bundle.wxl +++ b/src/redist/packaging/windows/LCID/1029/bundle.wxl @@ -1,5 +1,4 @@ - - + Instalační program pro [WixBundleName] [BUNDLEMONIKER] Opravdu chcete akci zrušit? diff --git a/src/redist/packaging/windows/LCID/1031/bundle.wxl b/src/redist/packaging/windows/LCID/1031/bundle.wxl index 31aec6fde..0a0b289c9 100644 --- a/src/redist/packaging/windows/LCID/1031/bundle.wxl +++ b/src/redist/packaging/windows/LCID/1031/bundle.wxl @@ -1,5 +1,4 @@ - - + [WixBundleName]-Installationsprogramm [BUNDLEMONIKER] Möchten Sie den Vorgang wirklich abbrechen? diff --git a/src/redist/packaging/windows/LCID/1033/bundle.wxl b/src/redist/packaging/windows/LCID/1033/bundle.wxl index 3ae19e78e..8c028c1ee 100644 --- a/src/redist/packaging/windows/LCID/1033/bundle.wxl +++ b/src/redist/packaging/windows/LCID/1033/bundle.wxl @@ -1,5 +1,4 @@ - - + [WixBundleName] Installer [BUNDLEMONIKER] Are you sure you want to cancel? diff --git a/src/redist/packaging/windows/LCID/1036/bundle.wxl b/src/redist/packaging/windows/LCID/1036/bundle.wxl index 6243737a1..0341ae549 100644 --- a/src/redist/packaging/windows/LCID/1036/bundle.wxl +++ b/src/redist/packaging/windows/LCID/1036/bundle.wxl @@ -1,5 +1,4 @@ - - + Programme d’installation de [WixBundleName] [BUNDLEMONIKER] Voulez-vous vraiment annuler ? diff --git a/src/redist/packaging/windows/LCID/1040/bundle.wxl b/src/redist/packaging/windows/LCID/1040/bundle.wxl index 14ff0f114..3843fc36b 100644 --- a/src/redist/packaging/windows/LCID/1040/bundle.wxl +++ b/src/redist/packaging/windows/LCID/1040/bundle.wxl @@ -1,5 +1,4 @@ - - + Programma di installazione di [WixBundleName] [BUNDLEMONIKER] Annullare? diff --git a/src/redist/packaging/windows/LCID/1041/bundle.wxl b/src/redist/packaging/windows/LCID/1041/bundle.wxl index 84c2023b9..b3cd2ef40 100644 --- a/src/redist/packaging/windows/LCID/1041/bundle.wxl +++ b/src/redist/packaging/windows/LCID/1041/bundle.wxl @@ -1,5 +1,4 @@ - - + [WixBundleName] インストーラー [BUNDLEMONIKER] 取り消しますか? diff --git a/src/redist/packaging/windows/LCID/1042/bundle.wxl b/src/redist/packaging/windows/LCID/1042/bundle.wxl index d02f2754b..ee9c53407 100644 --- a/src/redist/packaging/windows/LCID/1042/bundle.wxl +++ b/src/redist/packaging/windows/LCID/1042/bundle.wxl @@ -1,5 +1,4 @@ - - + [WixBundleName] 설치 관리자 [BUNDLEMONIKER] 취소하시겠습니까? diff --git a/src/redist/packaging/windows/LCID/1045/bundle.wxl b/src/redist/packaging/windows/LCID/1045/bundle.wxl index 9c2b43ab9..ae7d35776 100644 --- a/src/redist/packaging/windows/LCID/1045/bundle.wxl +++ b/src/redist/packaging/windows/LCID/1045/bundle.wxl @@ -1,5 +1,4 @@ - - + Instalator pakietu [WixBundleName] [BUNDLEMONIKER] Czy na pewno chcesz anulować? diff --git a/src/redist/packaging/windows/LCID/1046/bundle.wxl b/src/redist/packaging/windows/LCID/1046/bundle.wxl index 16431f6a1..9b8f73941 100644 --- a/src/redist/packaging/windows/LCID/1046/bundle.wxl +++ b/src/redist/packaging/windows/LCID/1046/bundle.wxl @@ -1,5 +1,4 @@ - - + Instalador do [WixBundleName] [BUNDLEMONIKER] Tem certeza de que deseja cancelar? diff --git a/src/redist/packaging/windows/LCID/1049/bundle.wxl b/src/redist/packaging/windows/LCID/1049/bundle.wxl index eaa2c86c9..de56ea27a 100644 --- a/src/redist/packaging/windows/LCID/1049/bundle.wxl +++ b/src/redist/packaging/windows/LCID/1049/bundle.wxl @@ -1,5 +1,4 @@ - - + Установщик [WixBundleName] [BUNDLEMONIKER] Отменить? diff --git a/src/redist/packaging/windows/LCID/1055/bundle.wxl b/src/redist/packaging/windows/LCID/1055/bundle.wxl index d38b7dbb3..1dc8bf22c 100644 --- a/src/redist/packaging/windows/LCID/1055/bundle.wxl +++ b/src/redist/packaging/windows/LCID/1055/bundle.wxl @@ -1,5 +1,4 @@ - - + [WixBundleName] Yükleyicisi [BUNDLEMONIKER] İptal etmek istediğinizden emin misiniz? diff --git a/src/redist/packaging/windows/LCID/2052/bundle.wxl b/src/redist/packaging/windows/LCID/2052/bundle.wxl index f1251f271..fcb7dc9a9 100644 --- a/src/redist/packaging/windows/LCID/2052/bundle.wxl +++ b/src/redist/packaging/windows/LCID/2052/bundle.wxl @@ -1,5 +1,4 @@ - - + [WixBundleName] 安装程序 [BUNDLEMONIKER] 是否确实要取消? diff --git a/src/redist/packaging/windows/LCID/3082/bundle.wxl b/src/redist/packaging/windows/LCID/3082/bundle.wxl index d3fe30d21..7b90e9f0d 100644 --- a/src/redist/packaging/windows/LCID/3082/bundle.wxl +++ b/src/redist/packaging/windows/LCID/3082/bundle.wxl @@ -1,5 +1,4 @@ - - + Instalador de [WixBundleName] [BUNDLEMONIKER] ¿Está seguro de que desea cancelar la operación? diff --git a/src/redist/packaging/windows/VS.Redist.Common.Net.Core.SDK.MSBuildExtensions.nuspec b/src/redist/packaging/windows/VS.Redist.Common.Net.Core.SDK.MSBuildExtensions.nuspec index 4d5b44e81..3e0238abd 100644 --- a/src/redist/packaging/windows/VS.Redist.Common.Net.Core.SDK.MSBuildExtensions.nuspec +++ b/src/redist/packaging/windows/VS.Redist.Common.Net.Core.SDK.MSBuildExtensions.nuspec @@ -1,5 +1,4 @@ - - + VS.Redist.Common.Net.Core.SDK.MSBuildExtensions 1.0.0 diff --git a/src/redist/packaging/windows/VS.Redist.Common.Net.Core.SDK.VSTemplateLocator.nuspec b/src/redist/packaging/windows/VS.Redist.Common.Net.Core.SDK.VSTemplateLocator.nuspec index 6b60dae86..8c23b34d4 100644 --- a/src/redist/packaging/windows/VS.Redist.Common.Net.Core.SDK.VSTemplateLocator.nuspec +++ b/src/redist/packaging/windows/VS.Redist.Common.Net.Core.SDK.VSTemplateLocator.nuspec @@ -1,5 +1,4 @@ - - + VS.Redist.Common.Net.Core.SDK.VSTemplateLocator 1.0.0 diff --git a/src/redist/packaging/windows/VS.Redist.Common.NetCore.SdkPlaceholder.nuspec b/src/redist/packaging/windows/VS.Redist.Common.NetCore.SdkPlaceholder.nuspec index 0c6c67101..7c852a0d9 100644 --- a/src/redist/packaging/windows/VS.Redist.Common.NetCore.SdkPlaceholder.nuspec +++ b/src/redist/packaging/windows/VS.Redist.Common.NetCore.SdkPlaceholder.nuspec @@ -1,5 +1,4 @@ - - + VS.Redist.Common.NetCore.SdkPlaceholder.$ARCH$.$MAJOR_MINOR$ 1.0.0 diff --git a/src/redist/packaging/windows/VS.Redist.Common.NetCore.Templates.nuspec b/src/redist/packaging/windows/VS.Redist.Common.NetCore.Templates.nuspec index b6bcf5915..b12cea3c8 100644 --- a/src/redist/packaging/windows/VS.Redist.Common.NetCore.Templates.nuspec +++ b/src/redist/packaging/windows/VS.Redist.Common.NetCore.Templates.nuspec @@ -1,5 +1,4 @@ - - + VS.Redist.Common.NetCore.Templates.$ARCH$.$MAJOR_MINOR$ 1.0.0 diff --git a/src/redist/packaging/windows/VS.Redist.Common.NetCore.Toolset.nuspec b/src/redist/packaging/windows/VS.Redist.Common.NetCore.Toolset.nuspec index 2a6ce36a6..3047a8566 100644 --- a/src/redist/packaging/windows/VS.Redist.Common.NetCore.Toolset.nuspec +++ b/src/redist/packaging/windows/VS.Redist.Common.NetCore.Toolset.nuspec @@ -1,5 +1,4 @@ - - + VS.Redist.Common.NetCore.Toolset.$ARCH$.$MAJOR_MINOR$ 1.0.0 diff --git a/src/redist/packaging/windows/VS.Tools.Net.Core.SDK.Resolver.cxspec b/src/redist/packaging/windows/VS.Tools.Net.Core.SDK.Resolver.cxspec index c457e5ab7..958ba2939 100644 --- a/src/redist/packaging/windows/VS.Tools.Net.Core.SDK.Resolver.cxspec +++ b/src/redist/packaging/windows/VS.Tools.Net.Core.SDK.Resolver.cxspec @@ -1,4 +1,3 @@ - \ No newline at end of file diff --git a/src/redist/packaging/windows/VS.Tools.Net.Core.SDK.Resolver.nuspec b/src/redist/packaging/windows/VS.Tools.Net.Core.SDK.Resolver.nuspec index bf30cb4e1..2703fb4d4 100644 --- a/src/redist/packaging/windows/VS.Tools.Net.Core.SDK.Resolver.nuspec +++ b/src/redist/packaging/windows/VS.Tools.Net.Core.SDK.Resolver.nuspec @@ -1,5 +1,4 @@ - - + VS.Tools.Net.Core.SDK.Resolver 1.0.0 diff --git a/src/redist/packaging/windows/VS.Tools.Net.Core.SDK.nuspec b/src/redist/packaging/windows/VS.Tools.Net.Core.SDK.nuspec index b986d3440..49cecae99 100644 --- a/src/redist/packaging/windows/VS.Tools.Net.Core.SDK.nuspec +++ b/src/redist/packaging/windows/VS.Tools.Net.Core.SDK.nuspec @@ -1,5 +1,4 @@ - - + VS.Tools.Net.Core.SDK.$ARCH$ 1.0.0 diff --git a/src/redist/packaging/windows/bundle.thm b/src/redist/packaging/windows/bundle.thm index fefe8e704..ffaf5c026 100644 --- a/src/redist/packaging/windows/bundle.thm +++ b/src/redist/packaging/windows/bundle.thm @@ -1,4 +1,3 @@ - #(loc.Caption) Segoe UI diff --git a/src/redist/packaging/windows/bundle.wxs b/src/redist/packaging/windows/bundle.wxs index 50869c45e..24051645d 100644 --- a/src/redist/packaging/windows/bundle.wxs +++ b/src/redist/packaging/windows/bundle.wxs @@ -1,4 +1,3 @@ - diff --git a/src/redist/packaging/windows/dotnethome_x64.wxs b/src/redist/packaging/windows/dotnethome_x64.wxs index d62c71b0e..e8a9b5cc0 100644 --- a/src/redist/packaging/windows/dotnethome_x64.wxs +++ b/src/redist/packaging/windows/dotnethome_x64.wxs @@ -1,4 +1,3 @@ - diff --git a/src/redist/packaging/windows/manifests.wxs b/src/redist/packaging/windows/manifests.wxs index 27a3017d0..721555180 100644 --- a/src/redist/packaging/windows/manifests.wxs +++ b/src/redist/packaging/windows/manifests.wxs @@ -1,4 +1,3 @@ - diff --git a/src/redist/packaging/windows/provider.wxs b/src/redist/packaging/windows/provider.wxs index e1711ec76..84c8677d0 100644 --- a/src/redist/packaging/windows/provider.wxs +++ b/src/redist/packaging/windows/provider.wxs @@ -1,4 +1,3 @@ - diff --git a/src/redist/packaging/windows/registrykeys.wxs b/src/redist/packaging/windows/registrykeys.wxs index f47cfca05..32536a7d5 100644 --- a/src/redist/packaging/windows/registrykeys.wxs +++ b/src/redist/packaging/windows/registrykeys.wxs @@ -1,4 +1,3 @@ - diff --git a/src/redist/packaging/windows/sdkplaceholder.wxs b/src/redist/packaging/windows/sdkplaceholder.wxs index 1576a03bd..50974bc1b 100644 --- a/src/redist/packaging/windows/sdkplaceholder.wxs +++ b/src/redist/packaging/windows/sdkplaceholder.wxs @@ -1,4 +1,3 @@ - diff --git a/src/redist/packaging/windows/templates.wxs b/src/redist/packaging/windows/templates.wxs index 27a3017d0..721555180 100644 --- a/src/redist/packaging/windows/templates.wxs +++ b/src/redist/packaging/windows/templates.wxs @@ -1,4 +1,3 @@ - diff --git a/src/redist/packaging/windows/variables.wxi b/src/redist/packaging/windows/variables.wxi index aa574750b..da37e6030 100644 --- a/src/redist/packaging/windows/variables.wxi +++ b/src/redist/packaging/windows/variables.wxi @@ -1,4 +1,3 @@ - diff --git a/src/redist/targets/GenerateMSIs.targets b/src/redist/targets/GenerateMSIs.targets index 9cc8c914a..f2af4b0bf 100644 --- a/src/redist/targets/GenerateMSIs.targets +++ b/src/redist/targets/GenerateMSIs.targets @@ -283,7 +283,6 @@ $(IntermediateOutputPath)WorkloadManifests.wxs diff --git a/test/Microsoft.DotNet.Tools.Tests.Utilities/TestAssetInstance.cs b/test/Microsoft.DotNet.Tools.Tests.Utilities/TestAssetInstance.cs index 78574eb8a..087fb1682 100644 --- a/test/Microsoft.DotNet.Tools.Tests.Utilities/TestAssetInstance.cs +++ b/test/Microsoft.DotNet.Tools.Tests.Utilities/TestAssetInstance.cs @@ -95,8 +95,7 @@ namespace Microsoft.DotNet.TestFramework var newNuGetConfig = Root.GetFile("NuGet.Config"); externalRestoreSources = externalRestoreSources ?? string.Empty; - var content = @" - + var content = @" diff --git a/tools/sdk-readme-table-generator/old.config b/tools/sdk-readme-table-generator/old.config index 6ad8d0797..ca3422d76 100644 --- a/tools/sdk-readme-table-generator/old.config +++ b/tools/sdk-readme-table-generator/old.config @@ -1,4 +1,3 @@ -