Skip to content

Commit 5e96c89

Browse files
authored
Support of .Net10
1 parent ac9019a commit 5e96c89

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/Package_TemplatingLibrary.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,10 @@ jobs:
1616
- name: Setup .NET
1717
uses: actions/setup-dotnet@v4
1818
with:
19-
dotnet-version:
20-
8.0.x
21-
9.0.x
22-
10.0.x
23-
19+
dotnet-version: |
20+
8.0.x
21+
9.0.x
22+
10.0.x
2423
2524
- name: Restore dependencies
2625
run: dotnet restore FAST.FBasic.TemplatingLibrary/FAST.FBasic.TemplatingLibrary.csproj

0 commit comments

Comments
 (0)