Skip to content

Commit

Permalink
Update Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RohitM-IN committed Dec 31, 2023
1 parent 5ebed44 commit fa46653
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
dotnet-version: ['7.0', '8.0']
dotnet-version: ['net7.0', 'net8.0']

steps:
- name: Checkout Main Repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nuget_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v2
with:
dotnet-version: '8.0'
dotnet-version: 'net8.0'

- name: Build and Publish DbSyncKit.DB
run: |
Expand Down

0 comments on commit fa46653

Please sign in to comment.