From 900bb551972c3f037cb0702cf5c5ab1e6cb85cf2 Mon Sep 17 00:00:00 2001 From: zhiyuanliang Date: Wed, 17 Jul 2024 16:46:36 +0800 Subject: [PATCH 1/2] add directory props --- Directory.Build.props | 5 +++++ examples/BlazorServerApp/BlazorServerApp.csproj | 4 ---- examples/ConsoleApp/ConsoleApp.csproj | 6 +----- examples/FeatureFlagDemo/FeatureFlagDemo.csproj | 4 ---- examples/RazorPages/RazorPages.csproj | 4 ---- examples/TargetingConsoleApp/TargetingConsoleApp.csproj | 4 ---- .../Microsoft.FeatureManagement.AspNetCore.csproj | 4 ---- .../Microsoft.FeatureManagement.csproj | 4 ---- .../Tests.FeatureManagement.AspNetCore.csproj | 6 +----- .../Tests.FeatureManagement/Tests.FeatureManagement.csproj | 4 ---- 10 files changed, 7 insertions(+), 38 deletions(-) create mode 100644 Directory.Build.props diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 00000000..78e2b3c6 --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,5 @@ + + + True + + \ No newline at end of file diff --git a/examples/BlazorServerApp/BlazorServerApp.csproj b/examples/BlazorServerApp/BlazorServerApp.csproj index 115de563..eeae537e 100644 --- a/examples/BlazorServerApp/BlazorServerApp.csproj +++ b/examples/BlazorServerApp/BlazorServerApp.csproj @@ -9,8 +9,4 @@ - - True - - diff --git a/examples/ConsoleApp/ConsoleApp.csproj b/examples/ConsoleApp/ConsoleApp.csproj index 1ef47ac8..8a40ebaf 100644 --- a/examples/ConsoleApp/ConsoleApp.csproj +++ b/examples/ConsoleApp/ConsoleApp.csproj @@ -20,9 +20,5 @@ Always - - - True - - + diff --git a/examples/FeatureFlagDemo/FeatureFlagDemo.csproj b/examples/FeatureFlagDemo/FeatureFlagDemo.csproj index c3955ace..94a10cc8 100644 --- a/examples/FeatureFlagDemo/FeatureFlagDemo.csproj +++ b/examples/FeatureFlagDemo/FeatureFlagDemo.csproj @@ -32,8 +32,4 @@ - - True - - diff --git a/examples/RazorPages/RazorPages.csproj b/examples/RazorPages/RazorPages.csproj index 7eab2e16..2a2cbb46 100644 --- a/examples/RazorPages/RazorPages.csproj +++ b/examples/RazorPages/RazorPages.csproj @@ -10,8 +10,4 @@ - - True - - diff --git a/examples/TargetingConsoleApp/TargetingConsoleApp.csproj b/examples/TargetingConsoleApp/TargetingConsoleApp.csproj index c699e5ab..2d3d3985 100644 --- a/examples/TargetingConsoleApp/TargetingConsoleApp.csproj +++ b/examples/TargetingConsoleApp/TargetingConsoleApp.csproj @@ -20,9 +20,5 @@ Always - - - True - diff --git a/src/Microsoft.FeatureManagement.AspNetCore/Microsoft.FeatureManagement.AspNetCore.csproj b/src/Microsoft.FeatureManagement.AspNetCore/Microsoft.FeatureManagement.AspNetCore.csproj index c35cf77b..7e6b3226 100644 --- a/src/Microsoft.FeatureManagement.AspNetCore/Microsoft.FeatureManagement.AspNetCore.csproj +++ b/src/Microsoft.FeatureManagement.AspNetCore/Microsoft.FeatureManagement.AspNetCore.csproj @@ -44,8 +44,4 @@ - - True - - diff --git a/src/Microsoft.FeatureManagement/Microsoft.FeatureManagement.csproj b/src/Microsoft.FeatureManagement/Microsoft.FeatureManagement.csproj index 954d6361..95e64f26 100644 --- a/src/Microsoft.FeatureManagement/Microsoft.FeatureManagement.csproj +++ b/src/Microsoft.FeatureManagement/Microsoft.FeatureManagement.csproj @@ -52,8 +52,4 @@ - - True - - diff --git a/tests/Tests.FeatureManagement.AspNetCore/Tests.FeatureManagement.AspNetCore.csproj b/tests/Tests.FeatureManagement.AspNetCore/Tests.FeatureManagement.AspNetCore.csproj index 33f4704a..4f9cbc6b 100644 --- a/tests/Tests.FeatureManagement.AspNetCore/Tests.FeatureManagement.AspNetCore.csproj +++ b/tests/Tests.FeatureManagement.AspNetCore/Tests.FeatureManagement.AspNetCore.csproj @@ -46,9 +46,5 @@ Always - - - True - - + diff --git a/tests/Tests.FeatureManagement/Tests.FeatureManagement.csproj b/tests/Tests.FeatureManagement/Tests.FeatureManagement.csproj index fbde38d2..c75fb404 100644 --- a/tests/Tests.FeatureManagement/Tests.FeatureManagement.csproj +++ b/tests/Tests.FeatureManagement/Tests.FeatureManagement.csproj @@ -51,8 +51,4 @@ - - True - - From 469e83fa24bebaedcc054db8695c036c6ac94bd7 Mon Sep 17 00:00:00 2001 From: zhiyuanliang Date: Wed, 17 Jul 2024 17:16:01 +0800 Subject: [PATCH 2/2] update --- Directory.Build.props | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Directory.Build.props b/Directory.Build.props index 78e2b3c6..e1220a8d 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,5 +1,7 @@ + True + \ No newline at end of file