diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 8a31ff6..75d3064 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -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 diff --git a/src/SerdesNet.Tests/SerdesNet.Tests.csproj b/src/SerdesNet.Tests/SerdesNet.Tests.csproj index d08885a..36532a6 100644 --- a/src/SerdesNet.Tests/SerdesNet.Tests.csproj +++ b/src/SerdesNet.Tests/SerdesNet.Tests.csproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 false