diff --git a/PollyDemos/PollyDemos.csproj b/PollyDemos/PollyDemos.csproj
index 17848fb..6738200 100644
--- a/PollyDemos/PollyDemos.csproj
+++ b/PollyDemos/PollyDemos.csproj
@@ -8,11 +8,11 @@
Library
Library
PollyDemos
- net8.0
+ net9.0
-
-
+
+
diff --git a/PollyTestClientConsole/PollyTestClientConsole.csproj b/PollyTestClientConsole/PollyTestClientConsole.csproj
index 80f64c2..121e5a8 100644
--- a/PollyTestClientConsole/PollyTestClientConsole.csproj
+++ b/PollyTestClientConsole/PollyTestClientConsole.csproj
@@ -5,7 +5,7 @@
enable
Exe
PollyTestClientConsole
- net8.0
+ net9.0
diff --git a/PollyTestClientWpf/PollyTestClientWpf.csproj b/PollyTestClientWpf/PollyTestClientWpf.csproj
index 601b975..a590bfc 100644
--- a/PollyTestClientWpf/PollyTestClientWpf.csproj
+++ b/PollyTestClientWpf/PollyTestClientWpf.csproj
@@ -5,7 +5,7 @@
enable
enable
WinExe
- net8.0-windows
+ net9.0-windows
true
true
diff --git a/PollyTestWebApi/PollyTestWebApi.csproj b/PollyTestWebApi/PollyTestWebApi.csproj
index 96051f4..c69280a 100644
--- a/PollyTestWebApi/PollyTestWebApi.csproj
+++ b/PollyTestWebApi/PollyTestWebApi.csproj
@@ -2,6 +2,6 @@
enable
enable
- net8.0
+ net9.0
diff --git a/global.json b/global.json
index 33d26e5..217f7c9 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "8.0.100",
+ "version": "9.0.100",
"allowPrerelease": false,
"rollForward": "latestMajor"
}