diff --git a/.vscode/launch.json b/.vscode/launch.json
index 7591523d..9cda9402 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -6,7 +6,7 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
- "program": "${workspaceRoot}/src/ApplePayJS/bin/Debug/net8.0/JustEat.ApplePayJS.dll",
+ "program": "${workspaceRoot}/src/ApplePayJS/bin/Debug/net9.0/JustEat.ApplePayJS.dll",
"args": [],
"cwd": "${workspaceRoot}/src/ApplePayJS",
"stopAtEntry": false,
diff --git a/Directory.Build.props b/Directory.Build.props
index eb2fc0cb..f2729fd0 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -15,7 +15,7 @@
git
$(PackageProjectUrl).git
latest
- 8.0.0
+ 9.0.0
diff --git a/global.json b/global.json
index 50865645..7c03ae06 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "8.0.201",
+ "version": "9.0.100-preview.1.24101.2",
"allowPrerelease": false
}
}
diff --git a/src/ApplePayJS/ApplePayJS.csproj b/src/ApplePayJS/ApplePayJS.csproj
index d6413004..f668e407 100644
--- a/src/ApplePayJS/ApplePayJS.csproj
+++ b/src/ApplePayJS/ApplePayJS.csproj
@@ -12,7 +12,7 @@
applepay
true
JustEat.ApplePayJS
- net8.0
+ net9.0
latest
JustEat.ApplePayJS
diff --git a/src/ApplePayJS/package-lock.json b/src/ApplePayJS/package-lock.json
index e47361a4..c320f908 100644
--- a/src/ApplePayJS/package-lock.json
+++ b/src/ApplePayJS/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "justeatapplepayjs",
- "version": "8.0.0",
+ "version": "9.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
diff --git a/src/ApplePayJS/package.json b/src/ApplePayJS/package.json
index def338d4..d9bcdaac 100644
--- a/src/ApplePayJS/package.json
+++ b/src/ApplePayJS/package.json
@@ -1,7 +1,7 @@
{
"name": "justeatapplepayjs",
"private": true,
- "version": "8.0.0",
+ "version": "9.0.0",
"devDependencies": {
"@types/applepayjs": "3.0.0",
"@types/jquery": "3.3.34",
diff --git a/tests/ApplePayJS.Tests/ApplePayJS.Tests.csproj b/tests/ApplePayJS.Tests/ApplePayJS.Tests.csproj
index 93b1bc6a..e0e9d0d0 100644
--- a/tests/ApplePayJS.Tests/ApplePayJS.Tests.csproj
+++ b/tests/ApplePayJS.Tests/ApplePayJS.Tests.csproj
@@ -1,6 +1,6 @@
- net8.0
+ net9.0
false
@@ -11,7 +11,7 @@
-
+