Skip to content

Commit

Permalink
feat: add net7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaevan89 committed Apr 5, 2024
1 parent 9e10fa1 commit 8d29f28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/Veryfi.Example/Veryfi.Example.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net5.0;net4.5</TargetFrameworks>
<TargetFrameworks>net5.0;net4.5;net7.0</TargetFrameworks>
<LangVersion>preview</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net5.0;net4.5</TargetFrameworks>
<TargetFrameworks>net5.0;net4.5;net7.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup Label="Base packages">
Expand Down

0 comments on commit 8d29f28

Please sign in to comment.