From 2f6e3ebeb53827e065581d8cf6052afdd959eab5 Mon Sep 17 00:00:00 2001 From: zivillian Date: Thu, 26 Dec 2024 12:27:04 +0100 Subject: [PATCH] upgrade to .net8 --- .github/workflows/dotnet.yaml | 2 +- src/ommstats/ommstats.csproj | 12 ++++++------ test/ommstats.test/ommstats.test.csproj | 8 ++++---- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/dotnet.yaml b/.github/workflows/dotnet.yaml index 838125e..b6ae2a0 100644 --- a/.github/workflows/dotnet.yaml +++ b/.github/workflows/dotnet.yaml @@ -13,7 +13,7 @@ jobs: submodules: recursive - uses: actions/setup-dotnet@v4 with: - dotnet-version: '6.0' + dotnet-version: '8.0' - run: 'dotnet restore' - run: 'dotnet test -c Release' - run: 'dotnet publish -o publish -c Release src/ommstats/ommstats.csproj' diff --git a/src/ommstats/ommstats.csproj b/src/ommstats/ommstats.csproj index 6a97218..5e78dea 100644 --- a/src/ommstats/ommstats.csproj +++ b/src/ommstats/ommstats.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 eventphone.ommstats @@ -25,11 +25,11 @@ - - - - - + + + + + diff --git a/test/ommstats.test/ommstats.test.csproj b/test/ommstats.test/ommstats.test.csproj index 35eaf07..3248678 100644 --- a/test/ommstats.test/ommstats.test.csproj +++ b/test/ommstats.test/ommstats.test.csproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 false @@ -9,9 +9,9 @@ - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive