From 51ba0d8a0f2d9b1edff98c8abfe6e4abfd9f93b4 Mon Sep 17 00:00:00 2001 From: Andrea Cuneo Date: Tue, 19 Nov 2024 19:27:57 +0100 Subject: [PATCH] fix(deps): remove NetAnalyzer from nuget dependencies and remove net6.0 from Frameworks * remove .net6.0 (EOL) * remove NetAnalyzers from package dependencies (move to private assets) --- Directory.Build.props | 20 +++++++++++++++---- .../MessagePack.NodaTime.Tests.csproj | 10 ++++++---- 2 files changed, 22 insertions(+), 8 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index ae9a4b8..79df18a 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,8 +1,8 @@ - net6.0;netstandard2.0 - 10.0 + net8.0;netstandard2.0;netstandard2.1; + 12 true 1591 enable @@ -45,10 +45,22 @@ - + + all + runtime; build; native; contentfiles; analyzers + + + + all + runtime; build; native; contentfiles; analyzers + - + + + + + all diff --git a/MessagePack.NodaTime.Tests/MessagePack.NodaTime.Tests.csproj b/MessagePack.NodaTime.Tests/MessagePack.NodaTime.Tests.csproj index 658c0d8..1350a7d 100644 --- a/MessagePack.NodaTime.Tests/MessagePack.NodaTime.Tests.csproj +++ b/MessagePack.NodaTime.Tests/MessagePack.NodaTime.Tests.csproj @@ -1,7 +1,12 @@ - net6.0 + net8.0 + + + + + @@ -23,7 +28,4 @@ all - - - \ No newline at end of file