Skip to content

Commit

Permalink
Merge pull request #47 from Steveiwonder/task/update-dotnet-8
Browse files Browse the repository at this point in the history
Update build tools for dotnet8
  • Loading branch information
Steveiwonder authored Apr 23, 2024
2 parents acca833 + 63ca7ff commit d86b476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x
- name: Install dependencies
run: dotnet restore ./src/DataMasker/DataMasker.csproj
- name: Build Library
Expand Down

0 comments on commit d86b476

Please sign in to comment.