From c12342136ae4d4f838a7330a8c5c09deb9b49a85 Mon Sep 17 00:00:00 2001 From: Friedrich von Never Date: Tue, 1 Sep 2026 00:17:21 +0200 Subject: [PATCH] Build: migrate to .NET 10 --- CONTRIBUTING.md | 4 ++-- Directory.Build.props | 3 ++- DotNetAuthors.Tests/DotNetAuthors.Tests.fsproj | 3 +-- DotNetAuthors/DotNetAuthors.fsproj | 3 +-- 4 files changed, 6 insertions(+), 7 deletions(-) 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