Revert "Building QuestPDF Previewer for dotnet 7"

This reverts commit b05f76f848.
This commit is contained in:
MarcinZiabek
2023-03-15 19:48:56 +01:00
parent be3e4b59ec
commit e6c7befac4
2 changed files with 3 additions and 3 deletions
@@ -23,9 +23,9 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<OutputType>exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
+2 -2
View File
@@ -1,7 +1,7 @@
{
"sdk": {
"version": "7.0.0",
"version": "6.0.300",
"rollForward": "latestMinor",
"allowPrerelease": true
}
}
}