diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9dfa95a..8f46462 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,5 @@ @@ -9,7 +9,7 @@ Contributor Guide Prerequisites ------------- -To work with the project, you'll need [.NET SDK 9][dotnet-sdk] or later. +To work with the project, you'll need [.NET SDK 10][dotnet-sdk] or later. Build ----- diff --git a/Directory.Build.props b/Directory.Build.props index c5194c6..2041661 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,5 +1,5 @@ @@ -14,6 +14,7 @@ SPDX-License-Identifier: MIT + net10.0 enable true diff --git a/DotNetAuthors.Tests/DotNetAuthors.Tests.fsproj b/DotNetAuthors.Tests/DotNetAuthors.Tests.fsproj index 5aff475..eb2e1b2 100644 --- a/DotNetAuthors.Tests/DotNetAuthors.Tests.fsproj +++ b/DotNetAuthors.Tests/DotNetAuthors.Tests.fsproj @@ -1,5 +1,5 @@ @@ -7,7 +7,6 @@ SPDX-License-Identifier: MIT - net9.0 false diff --git a/DotNetAuthors/DotNetAuthors.fsproj b/DotNetAuthors/DotNetAuthors.fsproj index 74e150a..e8ff3a0 100644 --- a/DotNetAuthors/DotNetAuthors.fsproj +++ b/DotNetAuthors/DotNetAuthors.fsproj @@ -1,5 +1,5 @@ @@ -25,7 +25,6 @@ SPDX-License-Identifier: MIT Exe - net9.0