Skip to content

Commit

Permalink
Merge pull request #6 from NetDevPack/feat/net7
Browse files Browse the repository at this point in the history
ci: net 7
  • Loading branch information
brunobritodev authored Nov 17, 2022
2 parents c9ba9ab + 647f438 commit cbb7995
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,10 @@ jobs:
with:
dotnet-version: 6.0.x

- name: Setup .NET 5
- name: Setup .NET 7
uses: actions/setup-dotnet@v3
with:
dotnet-version: 5.0.x

- name: Setup .NET Core 3.1
uses: actions/setup-dotnet@v3
with:
dotnet-version: 3.1.x
dotnet-version: 7.0.x

- name: Semantic Release
id: semantic
Expand Down
9 changes: 2 additions & 7 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,11 @@ jobs:
with:
dotnet-version: 6.0.x

- name: Setup .NET 5
- name: Setup .NET 7
uses: actions/setup-dotnet@v3
with:
dotnet-version: 5.0.x
dotnet-version: 7.0.x

- name: Setup .NET Core 3.1
uses: actions/setup-dotnet@v3
with:
dotnet-version: 3.1.x

- name: Restore dependencies
run: dotnet restore

Expand Down

0 comments on commit cbb7995

Please sign in to comment.