Skip to content

Commit

Permalink
Merge pull request #1007 from kasperk81/patch-1
Browse files Browse the repository at this point in the history
use correct framework
  • Loading branch information
christianhelle committed Sep 28, 2024
2 parents 5fbe0b2 + a488391 commit b75f68c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public static class NSwagProjectFileContents
public const string NetCoreApp =
@"<Project Sdk=""Microsoft.NET.Sdk"">
<PropertyGroup>
<TargetFramework>net80</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
Expand All @@ -28,4 +28,4 @@ public static class NSwagProjectFileContents
</ItemGroup>
</Project>";
}
}
}

0 comments on commit b75f68c

Please sign in to comment.