Skip to content

Commit

Permalink
Forgot To remove placeholder for version to test on older versions of…
Browse files Browse the repository at this point in the history
… net.
  • Loading branch information
RafCodes-del authored May 2, 2024
1 parent 7bb247c commit a3eeac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x' # Use the .NET version you need for your project
dotnet-version: '8.0' # Use the .NET version you need for your project

- name: Restore dependencies
run: dotnet restore
Expand Down

0 comments on commit a3eeac3

Please sign in to comment.