Skip to content

Commit 29fa27f

Browse files
authored
Update pdf-form-fields.vbproj
1 parent 374c52d commit 29fa27f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

VB/pdf-form-fields/pdf-form-fields.vbproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<PropertyGroup>
33
<OptionInfer>On</OptionInfer>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp3.1</TargetFramework>
5+
<TargetFramework>net6.0</TargetFramework>
66
<RootNamespace>
77
</RootNamespace>
88
</PropertyGroup>
99
<ItemGroup>
10-
<PackageReference Include="DevExpress.Document.Processor" Version="21.1.7" />
10+
<PackageReference Include="DevExpress.Document.Processor" Version="23.2.1" />
1111
</ItemGroup>
1212
<ItemGroup>
1313
<None Update="Documents\FormDemo.pdf">
@@ -17,4 +17,4 @@
1717
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
1818
</None>
1919
</ItemGroup>
20-
</Project>
20+
</Project>

0 commit comments

Comments
 (0)