diff --git a/.vsconfig b/.vsconfig
index 8114a325..f9ba009d 100644
--- a/.vsconfig
+++ b/.vsconfig
@@ -3,7 +3,7 @@
"components": [
"Microsoft.VisualStudio.Component.CoreEditor",
"Microsoft.VisualStudio.Workload.CoreEditor",
- "Microsoft.NetCore.Component.Runtime.9.0",
+ "Microsoft.NetCore.Component.Runtime.10.0",
"Microsoft.NetCore.Component.SDK",
"Microsoft.VisualStudio.Component.Roslyn.Compiler",
"Microsoft.VisualStudio.Component.Roslyn.LanguageServices"
diff --git a/Directory.Packages.props b/Directory.Packages.props
index d4396c2a..201c2863 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -9,11 +9,11 @@
-
+
-
-
-
+
+
+
diff --git a/global.json b/global.json
index 81a02201..769a4f37 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "9.0.301",
+ "version": "10.0.100-preview.5.25277.114",
"allowPrerelease": false,
"paths": [ ".dotnet", "$host$" ],
"errorMessage": "The required version of the .NET SDK could not be found. Please run ./build.ps1 to bootstrap the .NET SDK."
diff --git a/src/MartinCostello.BrowserStack.Automate/MartinCostello.BrowserStack.Automate.csproj b/src/MartinCostello.BrowserStack.Automate/MartinCostello.BrowserStack.Automate.csproj
index 02394561..72e24027 100644
--- a/src/MartinCostello.BrowserStack.Automate/MartinCostello.BrowserStack.Automate.csproj
+++ b/src/MartinCostello.BrowserStack.Automate/MartinCostello.BrowserStack.Automate.csproj
@@ -6,7 +6,7 @@
true
$(NoWarn);CA1056;CA2227
Library
- net8.0;netstandard2.0
+ net10.0;net8.0;netstandard2.0
true
@@ -19,6 +19,9 @@
+
+
+
diff --git a/tests/MartinCostello.BrowserStack.Automate.Tests/MartinCostello.BrowserStack.Automate.Tests.csproj b/tests/MartinCostello.BrowserStack.Automate.Tests/MartinCostello.BrowserStack.Automate.Tests.csproj
index ac6bdd29..0c45ec6e 100644
--- a/tests/MartinCostello.BrowserStack.Automate.Tests/MartinCostello.BrowserStack.Automate.Tests.csproj
+++ b/tests/MartinCostello.BrowserStack.Automate.Tests/MartinCostello.BrowserStack.Automate.Tests.csproj
@@ -3,7 +3,7 @@
Tests for MartinCostello.BrowserStack.Automate.
false
MartinCostello.BrowserStack.Automate
- net9.0
+ net10.0
MartinCostello.BrowserStack.Automate
true