Skip to content

Commit

Permalink
#60 Always use the latest patch release in the current LTS framework
Browse files Browse the repository at this point in the history
  • Loading branch information
colinangusmackay committed Jan 8, 2021
1 parent d3a187b commit a5b4e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-gedcom-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- uses: actions/setup-dotnet@v1
name: Setup .NET Core
with:
dotnet-version: 3.1.402
dotnet-version: 3.1.x

- name: Build Solution
run: dotnet build ${{ env.STRAVAIG_SOLUTION }} --configuration Release
Expand Down

0 comments on commit a5b4e4e

Please sign in to comment.