Skip to content

Commit fa46653

Browse files
committed
Update Workflow
1 parent 5ebed44 commit fa46653

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
dotnet-version: ['7.0', '8.0']
14+
dotnet-version: ['net7.0', 'net8.0']
1515

1616
steps:
1717
- name: Checkout Main Repository

.github/workflows/nuget_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup .NET Core
1919
uses: actions/setup-dotnet@v2
2020
with:
21-
dotnet-version: '8.0'
21+
dotnet-version: 'net8.0'
2222

2323
- name: Build and Publish DbSyncKit.DB
2424
run: |

0 commit comments

Comments
 (0)