diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a4eebc6..08dcb34 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ on: branches: [ master ] env: - DOTNET_VERSION: 7.0.x + DOTNET_VERSION: 8.0.x jobs: build: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 15db58a..efac60e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -5,7 +5,7 @@ on: tags: [ v* ] env: - DOTNET_VERSION: 7.0.x + DOTNET_VERSION: 8.0.x jobs: publish: diff --git a/CsvHelper.FastDynamic.Performance/CsvHelper.FastDynamic.Performance.csproj b/CsvHelper.FastDynamic.Performance/CsvHelper.FastDynamic.Performance.csproj index 7979250..3ea583f 100644 --- a/CsvHelper.FastDynamic.Performance/CsvHelper.FastDynamic.Performance.csproj +++ b/CsvHelper.FastDynamic.Performance/CsvHelper.FastDynamic.Performance.csproj @@ -2,11 +2,11 @@ Exe - net7.0 + net8.0 - + diff --git a/CsvHelper.FastDynamic.Tests/CsvHelper.FastDynamic.Tests.csproj b/CsvHelper.FastDynamic.Tests/CsvHelper.FastDynamic.Tests.csproj index 68b55af..933ad2a 100644 --- a/CsvHelper.FastDynamic.Tests/CsvHelper.FastDynamic.Tests.csproj +++ b/CsvHelper.FastDynamic.Tests/CsvHelper.FastDynamic.Tests.csproj @@ -1,15 +1,15 @@ - net7.0 + net8.0 false - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/CsvHelper.FastDynamic/CsvHelper.FastDynamic.csproj b/CsvHelper.FastDynamic/CsvHelper.FastDynamic.csproj index c3336fe..5fd5718 100644 --- a/CsvHelper.FastDynamic/CsvHelper.FastDynamic.csproj +++ b/CsvHelper.FastDynamic/CsvHelper.FastDynamic.csproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 latest @@ -17,7 +17,7 @@ - +