Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/BobLd/tabula-sharp
Browse files Browse the repository at this point in the history
  • Loading branch information
BobLd committed Jan 29, 2022
2 parents 41a25ef + 9b0e02a commit d9b9819
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/dotnet-core-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.302
dotnet-version: 6.0.x
- name: Install mscorefonts
run: sudo apt-get -y install ttf-mscorefonts-installer
- name: Install dependencies
run: dotnet restore
- name: Build netcoreapp3.1
run: dotnet build --configuration Release --no-restore --framework net5.0
- name: Test netcoreapp3.1
run: dotnet test --no-restore --verbosity minimal --framework net5.0
- name: Build net6.0
run: dotnet build --configuration Release --no-restore --framework net6.0
- name: Test net6.0
run: dotnet test --no-restore --verbosity minimal --framework net6.0
10 changes: 5 additions & 5 deletions .github/workflows/dotnet-core-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.302
dotnet-version: 6.0.x
- name: Install dependencies
run: dotnet restore
- name: Build netcoreapp3.1
run: dotnet build --configuration Release --no-restore --framework net5.0
- name: Test netcoreapp3.1
run: dotnet test --no-restore --verbosity minimal --framework net5.0
- name: Build net6.0
run: dotnet build --configuration Release --no-restore --framework net6.0
- name: Test net6.0
run: dotnet test --no-restore --verbosity minimal --framework net6.0
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.302
dotnet-version: 6.0.x
- name: Install dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit d9b9819

Please sign in to comment.