We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ebed44 commit fa46653Copy full SHA for fa46653
2 files changed
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
12
strategy:
13
matrix:
14
- dotnet-version: ['7.0', '8.0']
+ dotnet-version: ['net7.0', 'net8.0']
15
16
steps:
17
- name: Checkout Main Repository
.github/workflows/nuget_publish.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup .NET Core
19
uses: actions/setup-dotnet@v2
20
with:
21
- dotnet-version: '8.0'
+ dotnet-version: 'net8.0'
22
23
- name: Build and Publish DbSyncKit.DB
24
run: |
0 commit comments