diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 956f718a..d5d806da 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -22,4 +22,4 @@ jobs: with: dotnet-version: 6.0.402 - name: Run tests - run: dotnet test -c Debug --framework net6.0 + run: dotnet test -c Debug diff --git a/ExampleTest/ExampleTest.csproj b/ExampleTest/ExampleTest.csproj index 7ec74107..7d126cfb 100644 --- a/ExampleTest/ExampleTest.csproj +++ b/ExampleTest/ExampleTest.csproj @@ -1,25 +1,24 @@  - - net6.0 - TNG Technology Consulting GmbH - + + net6.0 + TNG Technology Consulting GmbH + - - - - + + + - - - - - + + + + + - - - PreserveNewest - - + + + PreserveNewest + + - + \ No newline at end of file