Skip to content

Commit

Permalink
Change target frameworks to net7
Browse files Browse the repository at this point in the history
  • Loading branch information
FreePhoenix888 committed Dec 2, 2022
1 parent 6f9994b commit 85880fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6</TargetFramework>
<TargetFramework>net7</TargetFramework>
<IsPackable>false</IsPackable>
<LangVersion>latest</LangVersion>
</PropertyGroup>
Expand Down

0 comments on commit 85880fa

Please sign in to comment.