diff --git a/Directory.Build.props b/Directory.Build.props
index ca37645..0f48e2b 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -16,7 +16,7 @@
README.md
- 12.0
+ 14.0
true
enable
diff --git a/ListingManager.Tests/EssentialCSharp.ListingManager.Tests.csproj b/ListingManager.Tests/EssentialCSharp.ListingManager.Tests.csproj
index 12bbea9..c8e24c0 100644
--- a/ListingManager.Tests/EssentialCSharp.ListingManager.Tests.csproj
+++ b/ListingManager.Tests/EssentialCSharp.ListingManager.Tests.csproj
@@ -1,7 +1,7 @@
- net9.0
+ net10.0
false
diff --git a/ListingManager/EssentialCSharp.ListingManager.csproj b/ListingManager/EssentialCSharp.ListingManager.csproj
index f8f8592..f202507 100644
--- a/ListingManager/EssentialCSharp.ListingManager.csproj
+++ b/ListingManager/EssentialCSharp.ListingManager.csproj
@@ -2,7 +2,7 @@
Exe
- net9.0
+ net10.0
true
ListingManager
git
diff --git a/global.json b/global.json
index 2bc13e8..1e7fdfa 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "9.0.100",
+ "version": "10.0.100",
"rollForward": "latestMinor"
}
}