Building QuestPDF Previewer for dotnet 7

This commit is contained in:
MarcinZiabek
2023-03-14 12:28:04 +01:00
parent b5d7dbb346
commit b05f76f848
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": "6.0.300",
"version": "7.0.0",
"rollForward": "latestMinor",
"allowPrerelease": true
}
}
}