Skip to content

Commit

Permalink
Move to .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
joelverhagen committed Jan 11, 2024
1 parent a9f952c commit fe7dd97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NCsvPerf.Test/NCsvPerf.Test.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<IsPackable>false</IsPackable>
<RootNamespace>Knapcode.NCsvPerf.Test</RootNamespace>
<DisableImplicitNamespaceImports>true</DisableImplicitNamespaceImports>
Expand Down
2 changes: 1 addition & 1 deletion NCsvPerf/NCsvPerf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>Knapcode.NCsvPerf</RootNamespace>
<DisableImplicitNamespaceImports>true</DisableImplicitNamespaceImports>
<DefineConstants>ENABLE_STRING_POOLING</DefineConstants>
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "7.0.202",
"version": "8.0.100",
"rollForward": "latestFeature",
"allowPrerelease": false
}
Expand Down

0 comments on commit fe7dd97

Please sign in to comment.