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 c97cfb1 commit 5c391c5
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>
<TargetFrameworks>net472;netcoreapp3.1;net5;net6</TargetFrameworks>
<TargetFramework>net7</TargetFramework>
<IsPackable>false</IsPackable>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit 5c391c5

Please sign in to comment.