From ea5a4d8c644ba25a08ca0361a935bdc8d2ddd454 Mon Sep 17 00:00:00 2001 From: Teodor Kurtev Date: Sat, 16 Dec 2023 17:38:40 +0200 Subject: [PATCH] fix: csproj file attributes --- src/MoreDotNet/MoreDotNet.csproj | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/MoreDotNet/MoreDotNet.csproj b/src/MoreDotNet/MoreDotNet.csproj index 6060a79..0e42522 100644 --- a/src/MoreDotNet/MoreDotNet.csproj +++ b/src/MoreDotNet/MoreDotNet.csproj @@ -1,9 +1,9 @@  + 2.0.0 net8.0 ..\..\visual-studio-analyzers.ruleset MoreDotNet - 2.0.0 Teodor Kurtev A combination of helpful extension methods. false @@ -17,4 +17,10 @@ runtime; build; native; contentfiles; analyzers; buildtransitive + + + True + \ + + \ No newline at end of file