diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index c23bb02..568ccdb 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -14,12 +14,14 @@ jobs:
steps:
- name: Check out code
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
- name: Set up .NET
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
with:
- dotnet-version: '6.0.x'
+ dotnet-version: |
+ 8.0.x
+ 10.0.x
- name: Build
run: |
diff --git a/Directory.Build.props b/Directory.Build.props
index 834ef23..b2bb747 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -6,14 +6,14 @@
Dynamo
Copyright © Autodesk, Inc 2024
- net8.0
+ net10.0
enable
enable
1.4.0
- 3.4.0-beta6616
- 3.4
+ 4.0.0-beta2860
+ 4.0
true