diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a4eebc6..81ad8a7 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: 9.0.x jobs: build: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 15db58a..dec5f26 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: 9.0.x jobs: publish: diff --git a/CsvHelper.FastDynamic.Performance/CsvHelper.FastDynamic.Performance.csproj b/CsvHelper.FastDynamic.Performance/CsvHelper.FastDynamic.Performance.csproj index 7979250..a40c558 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;net9.0 - + diff --git a/CsvHelper.FastDynamic.Tests/CsvHelper.FastDynamic.Tests.csproj b/CsvHelper.FastDynamic.Tests/CsvHelper.FastDynamic.Tests.csproj index 68b55af..821c1ff 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;net9.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..68a9a7b 100644 --- a/CsvHelper.FastDynamic/CsvHelper.FastDynamic.csproj +++ b/CsvHelper.FastDynamic/CsvHelper.FastDynamic.csproj @@ -1,7 +1,7 @@  - net6.0 + net8.0;net9.0 latest @@ -17,7 +17,7 @@ - +