.net10 attempt 2

This commit is contained in:
Jedd Morgan
2026-02-12 11:51:38 +00:00
parent 12df19e431
commit 3cc1475901
43 changed files with 830 additions and 446 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ on:
jobs:
integration-test:
env:
Solution: "Speckle.Sdk.sln"
Solution: "Speckle.Sdk.slnx"
runs-on: ubuntu-latest
steps:
- name: Checkout
@@ -24,7 +24,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
dotnet-version: 8.x.x
dotnet-version: 10.x.x
cache: true
cache-dependency-path: "**/packages.lock.json"
+2 -2
View File
@@ -6,7 +6,7 @@ on:
jobs:
build:
env:
Solution: "Speckle.Sdk.sln"
Solution: "Speckle.Sdk.slnx"
runs-on: ubuntu-latest
steps:
- name: Checkout
@@ -15,7 +15,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
dotnet-version: 8.x.x
dotnet-version: 10.x.x
cache: true
cache-dependency-path: "**/packages.lock.json"
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
dotnet-version: 8.x.x
dotnet-version: 10.x.x
cache: true
cache-dependency-path: "**/packages.lock.json"