From 10711cf5c64e619dab17bf08dbb6fcc69fd7fd19 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Sat, 18 Apr 2026 09:06:26 +0000
Subject: [PATCH] chore: upgrade projects and workflows to .NET 8
Agent-Logs-Url: https://github.com/shibayan/CsvHelper.FastDynamic/sessions/7b906364-7d2a-4656-94a2-00f03d4c683a
Co-authored-by: shibayan <1356444+shibayan@users.noreply.github.com>
---
.github/workflows/build.yml | 2 +-
.github/workflows/publish.yml | 2 +-
.../CsvHelper.FastDynamic.Performance.csproj | 4 ++--
.../CsvHelper.FastDynamic.Tests.csproj | 8 ++++----
CsvHelper.FastDynamic/CsvHelper.FastDynamic.csproj | 4 ++--
5 files changed, 10 insertions(+), 10 deletions(-)
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 @@
-
+