We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 374c52d commit 29fa27fCopy full SHA for 29fa27f
VB/pdf-form-fields/pdf-form-fields.vbproj
@@ -2,12 +2,12 @@
2
<PropertyGroup>
3
<OptionInfer>On</OptionInfer>
4
<OutputType>Exe</OutputType>
5
- <TargetFramework>netcoreapp3.1</TargetFramework>
+ <TargetFramework>net6.0</TargetFramework>
6
<RootNamespace>
7
</RootNamespace>
8
</PropertyGroup>
9
<ItemGroup>
10
- <PackageReference Include="DevExpress.Document.Processor" Version="21.1.7" />
+ <PackageReference Include="DevExpress.Document.Processor" Version="23.2.1" />
11
</ItemGroup>
12
13
<None Update="Documents\FormDemo.pdf">
@@ -17,4 +17,4 @@
17
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
18
</None>
19
20
-</Project>
+</Project>
0 commit comments