Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
csinkers committed Nov 16, 2024
1 parent 85bc994 commit 04c3de9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
dotnet-version: '8.0.x'
- name: Build with dotnet
run: dotnet build --configuration Release src/SerdesNet.csproj
run: dotnet build --configuration Release src/SerdesNet/SerdesNet.csproj
- name: Test with dotnet
run: dotnet test ./SerdesNet.sln --configuration Release
2 changes: 1 addition & 1 deletion src/SerdesNet.Tests/SerdesNet.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down

0 comments on commit 04c3de9

Please sign in to comment.