Skip to content

Commit

Permalink
github workflows dotnet-core.yml - Update dotnet-version from 3.1.301…
Browse files Browse the repository at this point in the history
… to 6.0.x to get closer to a supported .net version
  • Loading branch information
chmorgan committed Feb 8, 2023
1 parent 24dcfb7 commit 6459a62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-core.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@v3
with:
dotnet-version: 3.1.301
dotnet-version: 6.0.x
- name: Install .net dependencies
run: dotnet restore
- name: Install libpcap
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: 3.1.301
dotnet-version: 6.0.x
- name: Install .net dependencies
run: dotnet restore
- name: Install winpcap
Expand Down

0 comments on commit 6459a62

Please sign in to comment.