Skip to content

Commit a5e24ca

Browse files
authored
UWP: Update to PSPDFKit for Windows 1.11.0 (#186)
UWP: Update to PSPDFKit for Windows 1.11.0
1 parent ed7d6d7 commit a5e24ca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

samples/Catalog/windows/Catalog/Catalog.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
<SDKReference Include="Microsoft.VCLibs, Version=14.0">
263263
<Name>Visual C++ 2015 Runtime for Universal Windows Platform Apps</Name>
264264
</SDKReference>
265-
<SDKReference Include="PSPDFKitSDK, Version=1.10.1">
265+
<SDKReference Include="PSPDFKitSDK, Version=1.11.0">
266266
<Name>PSPDFKit for UWP</Name>
267267
</SDKReference>
268268
</ItemGroup>
@@ -280,4 +280,4 @@
280280
<Target Name="AfterBuild">
281281
</Target>
282282
-->
283-
</Project>
283+
</Project>

windows/ReactNativePSPDFKit/ReactNativePSPDFKit/ReactNativePSPDFKit.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
<SDKReference Include="Microsoft.VCLibs, Version=14.0">
139139
<Name>Visual C++ 2015 Runtime for Universal Windows Platform Apps</Name>
140140
</SDKReference>
141-
<SDKReference Include="PSPDFKitSDK, Version=1.10.1">
141+
<SDKReference Include="PSPDFKitSDK, Version=1.11.0">
142142
<Name>PSPDFKit for UWP</Name>
143143
</SDKReference>
144144
</ItemGroup>
@@ -169,4 +169,4 @@
169169
<Target Name="AfterBuild">
170170
</Target>
171171
-->
172-
</Project>
172+
</Project>

0 commit comments

Comments
 (0)