diff --git a/Directory.Build.props b/Directory.Build.props index 66ebe32ad..2f619e97a 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -6,8 +6,7 @@ $(RepoRootPath)obj\$([MSBuild]::MakeRelative($(RepoRootPath), $(MSBuildProjectDirectory)))\ $(RepoRootPath)bin\$(MSBuildProjectName)\ $(RepoRootPath)bin\Packages\$(Configuration)\ - 10 - 12 + 12 latest true true diff --git a/benchmark/CollectionsMarshalBenchmark/CollectionsMarshalBenchmark.csproj b/benchmark/CollectionsMarshalBenchmark/CollectionsMarshalBenchmark.csproj index 7242edd8a..3d1ccb4be 100644 --- a/benchmark/CollectionsMarshalBenchmark/CollectionsMarshalBenchmark.csproj +++ b/benchmark/CollectionsMarshalBenchmark/CollectionsMarshalBenchmark.csproj @@ -5,7 +5,6 @@ net8.0 Benchmark enable - 12 true false diff --git a/benchmark/ExperimentalBenchmark/ExperimentalBenchmark.csproj b/benchmark/ExperimentalBenchmark/ExperimentalBenchmark.csproj index 081e3f7bd..a130ff1b0 100644 --- a/benchmark/ExperimentalBenchmark/ExperimentalBenchmark.csproj +++ b/benchmark/ExperimentalBenchmark/ExperimentalBenchmark.csproj @@ -7,7 +7,6 @@ true $(NoWarn);MSB3243 enable - 12 diff --git a/src/MessagePack.SourceGenerator/MessagePack.SourceGenerator.csproj b/src/MessagePack.SourceGenerator/MessagePack.SourceGenerator.csproj index 4073d14fa..ce7debf5c 100644 --- a/src/MessagePack.SourceGenerator/MessagePack.SourceGenerator.csproj +++ b/src/MessagePack.SourceGenerator/MessagePack.SourceGenerator.csproj @@ -2,7 +2,6 @@ netstandard2.0 - 12 enable enable true diff --git a/tests/MessagePack.SourceGenerator.Tests/MessagePack.SourceGenerator.Tests.csproj b/tests/MessagePack.SourceGenerator.Tests/MessagePack.SourceGenerator.Tests.csproj index 520e616a4..96f7463ad 100644 --- a/tests/MessagePack.SourceGenerator.Tests/MessagePack.SourceGenerator.Tests.csproj +++ b/tests/MessagePack.SourceGenerator.Tests/MessagePack.SourceGenerator.Tests.csproj @@ -4,7 +4,6 @@ net8.0 enable enable - 11 diff --git a/tests/MessagePack.Tests/MessagePack.Tests.csproj b/tests/MessagePack.Tests/MessagePack.Tests.csproj index 430488016..1dc5c5fb7 100644 --- a/tests/MessagePack.Tests/MessagePack.Tests.csproj +++ b/tests/MessagePack.Tests/MessagePack.Tests.csproj @@ -3,7 +3,6 @@ net6.0;net8.0 $(TargetFrameworks);net472 true - 10 true true $(NoWarn);CS1701