Skip to content

Commit d8973a4

Browse files
bump dotnet (#3)
1 parent df9b822 commit d8973a4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

PdfReader.csproj

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net8.0</TargetFramework>
5+
<TargetFramework>net9.0</TargetFramework>
66
<RootNamespace>NovoRender.PDFReader</RootNamespace>
77
<LangVersion>latest</LangVersion>
88
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
@@ -24,6 +24,7 @@
2424
</ItemGroup>
2525

2626
<Target Name="CopyNativeDLLs" AfterTargets="Publish">
27-
<Copy SourceFiles=".\bin\x64\Release\net8.0\win-x64\gsdll64.dll" DestinationFolder="$(PublishDir)" />
27+
<Copy SourceFiles=".\bin\x64\Release\net8.0\win-x64\gsdll64.dll"
28+
DestinationFolder="$(PublishDir)" />
2829
</Target>
2930
</Project>

0 commit comments

Comments
 (0)