diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3b40db7..9dfc066 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ on: branches: [ master ] env: - DOTNET_VERSION: 3.1.x + DOTNET_VERSION: 5.0.x jobs: build: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 51c1760..22f27ca 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -5,7 +5,7 @@ on: tags: [ v* ] env: - DOTNET_VERSION: 3.1.x + DOTNET_VERSION: 5.0.x jobs: publish: diff --git a/CsvHelper.FastDynamic.Performance/CsvHelper.FastDynamic.Performance.csproj b/CsvHelper.FastDynamic.Performance/CsvHelper.FastDynamic.Performance.csproj index 2bb9a04..339edc3 100644 --- a/CsvHelper.FastDynamic.Performance/CsvHelper.FastDynamic.Performance.csproj +++ b/CsvHelper.FastDynamic.Performance/CsvHelper.FastDynamic.Performance.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp3.1 + net5.0 diff --git a/CsvHelper.FastDynamic.Tests/CsvHelper.FastDynamic.Tests.csproj b/CsvHelper.FastDynamic.Tests/CsvHelper.FastDynamic.Tests.csproj index 42b1340..51e68e8 100644 --- a/CsvHelper.FastDynamic.Tests/CsvHelper.FastDynamic.Tests.csproj +++ b/CsvHelper.FastDynamic.Tests/CsvHelper.FastDynamic.Tests.csproj @@ -1,13 +1,13 @@ - netcoreapp3.1 + net5.0 false - + all diff --git a/CsvHelper.FastDynamic/CsvHelper.FastDynamic.csproj b/CsvHelper.FastDynamic/CsvHelper.FastDynamic.csproj index c97e4be..bd5454e 100644 --- a/CsvHelper.FastDynamic/CsvHelper.FastDynamic.csproj +++ b/CsvHelper.FastDynamic/CsvHelper.FastDynamic.csproj @@ -5,7 +5,7 @@ - +