diff --git a/examples/Veryfi.Example/Veryfi.Example.csproj b/examples/Veryfi.Example/Veryfi.Example.csproj index 85e378b..1eea4f4 100644 --- a/examples/Veryfi.Example/Veryfi.Example.csproj +++ b/examples/Veryfi.Example/Veryfi.Example.csproj @@ -2,7 +2,7 @@ Exe - net5.0;net4.5 + net5.0;net4.5;net7.0 preview enable diff --git a/src/tests/Veryfi.IntegrationTests/Veryfi.IntegrationTests.csproj b/src/tests/Veryfi.IntegrationTests/Veryfi.IntegrationTests.csproj index a774526..188c7ca 100644 --- a/src/tests/Veryfi.IntegrationTests/Veryfi.IntegrationTests.csproj +++ b/src/tests/Veryfi.IntegrationTests/Veryfi.IntegrationTests.csproj @@ -1,7 +1,7 @@  - net5.0;net4.5 + net5.0;net4.5;net7.0