diff --git a/plist-cil.benchmark/plist-cil.benchmark.csproj b/plist-cil.benchmark/plist-cil.benchmark.csproj index 36cc1e8..de77459 100644 --- a/plist-cil.benchmark/plist-cil.benchmark.csproj +++ b/plist-cil.benchmark/plist-cil.benchmark.csproj @@ -1,13 +1,13 @@ - + Exe - net5.0 + net8.0 Claunia.PropertyList.Benchmark - + diff --git a/plist-cil.test/plist-cil.test.csproj b/plist-cil.test/plist-cil.test.csproj index 6f69214..5a42cf0 100644 --- a/plist-cil.test/plist-cil.test.csproj +++ b/plist-cil.test/plist-cil.test.csproj @@ -1,13 +1,16 @@ - + - net5.0 + net8.0 - - - + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/plist-cil/plist-cil.csproj b/plist-cil/plist-cil.csproj index 2ec3529..bbe0c38 100644 --- a/plist-cil/plist-cil.csproj +++ b/plist-cil/plist-cil.csproj @@ -1,7 +1,7 @@ - + - net45;netstandard2.0;netcoreapp2.1;netcoreapp3.1;net5.0 + net6.0;net8.0 2.2 Natalia Portillo Claunia.com @@ -31,7 +31,7 @@ Add .NET 5.0 support. - $(TargetFrameworks);net45 + $(TargetFrameworks);net462 @@ -42,16 +42,16 @@ Add .NET 5.0 support. TRACE;DEBUG - + $(DefineConstants);NATIVE_SPAN - + - - + +