From 618b90717377a082323853b888e3e859ef6a02cd Mon Sep 17 00:00:00 2001 From: Tomas Matousek Date: Fri, 19 Dec 2025 11:50:58 -0800 Subject: [PATCH] Remove usage of StyleCop --- Directory.Build.props | 1 - eng/Analyzers.props | 5 ----- eng/Versions.props | 1 - .../Microsoft.TemplateEngine.Cli.UnitTests.csproj | 1 - .../dotnet-new.IntegrationTests.csproj | 1 - 5 files changed, 9 deletions(-) delete mode 100644 eng/Analyzers.props diff --git a/Directory.Build.props b/Directory.Build.props index 3881fc20ecbb..6b7354261d12 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -13,7 +13,6 @@ - true diff --git a/eng/Analyzers.props b/eng/Analyzers.props deleted file mode 100644 index 170e51092bb9..000000000000 --- a/eng/Analyzers.props +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/eng/Versions.props b/eng/Versions.props index cf8398468a07..eeff75233b8c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,7 +58,6 @@ 2.0.3 13.0.3 4.8.6 - 1.2.0-beta.435 4.0.5 2.0.0-beta5.25279.2 1.1.2 diff --git a/test/Microsoft.TemplateEngine.Cli.UnitTests/Microsoft.TemplateEngine.Cli.UnitTests.csproj b/test/Microsoft.TemplateEngine.Cli.UnitTests/Microsoft.TemplateEngine.Cli.UnitTests.csproj index ba7abcd3a1cb..bd9a74bd0769 100644 --- a/test/Microsoft.TemplateEngine.Cli.UnitTests/Microsoft.TemplateEngine.Cli.UnitTests.csproj +++ b/test/Microsoft.TemplateEngine.Cli.UnitTests/Microsoft.TemplateEngine.Cli.UnitTests.csproj @@ -5,7 +5,6 @@ enable MicrosoftAspNetCore true - true true diff --git a/test/dotnet-new.IntegrationTests/dotnet-new.IntegrationTests.csproj b/test/dotnet-new.IntegrationTests/dotnet-new.IntegrationTests.csproj index a5a852ebf2e3..5b912e2f4f11 100644 --- a/test/dotnet-new.IntegrationTests/dotnet-new.IntegrationTests.csproj +++ b/test/dotnet-new.IntegrationTests/dotnet-new.IntegrationTests.csproj @@ -6,7 +6,6 @@ MicrosoftAspNetCore Exe true - true true