From 434e6c876ff9337e11f903b41338863064ea24f9 Mon Sep 17 00:00:00 2001 From: Alexander Linne Date: Fri, 22 Mar 2024 15:31:36 +0100 Subject: [PATCH] ci: fix windows build Signed-off-by: Alexander Linne --- .github/workflows/build.yaml | 2 +- ExampleTest/ExampleTest.csproj | 37 +++++++++++++++++----------------- 2 files changed, 19 insertions(+), 20 deletions(-) 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