From e73b8c04f9b5ac427f3a92abecdae71ef2c6b219 Mon Sep 17 00:00:00 2001 From: alterNERDtive Date: Sun, 29 May 2022 21:14:54 +0200 Subject: [PATCH] bump to c# 10 because why not --- Directory.build.props | 24 +++++++++++++++++++ plugins/EliteAttack/EliteAttack.csproj | 4 +--- plugins/RatAttack-cli/RatAttack-cli.csproj | 4 +--- plugins/RatAttack/RatAttack.csproj | 4 +--- plugins/SpanshAttack/SpanshAttack.csproj | 4 +--- .../VoiceAttack-base/VoiceAttack-base.csproj | 4 +--- 6 files changed, 29 insertions(+), 15 deletions(-) create mode 100644 Directory.build.props diff --git a/Directory.build.props b/Directory.build.props new file mode 100644 index 0000000..cff20b9 --- /dev/null +++ b/Directory.build.props @@ -0,0 +1,24 @@ + + + 10.0 + + + + $(SolutionDir)StyleCop.ruleset + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + diff --git a/plugins/EliteAttack/EliteAttack.csproj b/plugins/EliteAttack/EliteAttack.csproj index 85a1583..9fe30f5 100644 --- a/plugins/EliteAttack/EliteAttack.csproj +++ b/plugins/EliteAttack/EliteAttack.csproj @@ -21,7 +21,6 @@ DEBUG;TRACE prompt 4 - 8.0 none @@ -30,7 +29,6 @@ TRACE prompt 4 - 8.0 @@ -53,4 +51,4 @@ - \ No newline at end of file + diff --git a/plugins/RatAttack-cli/RatAttack-cli.csproj b/plugins/RatAttack-cli/RatAttack-cli.csproj index 7f91bc1..7eb3b81 100644 --- a/plugins/RatAttack-cli/RatAttack-cli.csproj +++ b/plugins/RatAttack-cli/RatAttack-cli.csproj @@ -25,7 +25,6 @@ DEBUG;TRACE prompt 4 - 8.0 AnyCPU @@ -35,7 +34,6 @@ TRACE prompt 4 - 8.0 @@ -60,4 +58,4 @@ - \ No newline at end of file + diff --git a/plugins/RatAttack/RatAttack.csproj b/plugins/RatAttack/RatAttack.csproj index 4563a5d..1475205 100644 --- a/plugins/RatAttack/RatAttack.csproj +++ b/plugins/RatAttack/RatAttack.csproj @@ -25,7 +25,6 @@ DEBUG;TRACE prompt 4 - 8.0 none @@ -34,7 +33,6 @@ TRACE prompt 4 - 8.0 @@ -59,4 +57,4 @@ - \ No newline at end of file + diff --git a/plugins/SpanshAttack/SpanshAttack.csproj b/plugins/SpanshAttack/SpanshAttack.csproj index dc24e29..a279b46 100644 --- a/plugins/SpanshAttack/SpanshAttack.csproj +++ b/plugins/SpanshAttack/SpanshAttack.csproj @@ -21,7 +21,6 @@ DEBUG;TRACE prompt 4 - 8.0 pdbonly @@ -30,7 +29,6 @@ TRACE prompt 4 - 8.0 @@ -53,4 +51,4 @@ - \ No newline at end of file + diff --git a/plugins/VoiceAttack-base/VoiceAttack-base.csproj b/plugins/VoiceAttack-base/VoiceAttack-base.csproj index f0f617a..51c42a3 100644 --- a/plugins/VoiceAttack-base/VoiceAttack-base.csproj +++ b/plugins/VoiceAttack-base/VoiceAttack-base.csproj @@ -24,7 +24,6 @@ DEBUG;TRACE prompt 4 - 8.0 none @@ -33,7 +32,6 @@ TRACE prompt 4 - 8.0 @@ -75,4 +73,4 @@ - \ No newline at end of file +