forked from FastReports/FastReport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUsedPackages.version
37 lines (23 loc) · 1.12 KB
/
UsedPackages.version
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="utf-8"?>
<Project>
<!-- This group sets version used packages in FastReport.Core, FastReport.OpenSource & FastReport.Core3 -->
<PropertyGroup>
<FRCompatVersion>2020.4.2</FRCompatVersion>
<FRDataVisualizationVersion>2020.4.2</FRDataVisualizationVersion>
<!-- Not available in Core3 -->
<SystemDrawingCommonVersion>[4.6.1,)</SystemDrawingCommonVersion>
<!-- Not available in Core3 -->
<SystemSecurityPermissionsVersion>[4.4.0,)</SystemSecurityPermissionsVersion>
<!-- Not available in Core3 -->
<SystemSecurityCryptographyPkcsVersion>4.5.2</SystemSecurityCryptographyPkcsVersion>
<!-- Not available in Core3 -->
<SystemTextEncodingCodePagesVersion>4.5.1</SystemTextEncodingCodePagesVersion>
</PropertyGroup>
<!-- This group sets version used packages in Demos -->
<PropertyGroup>
<FRCoreVersion>2021.1.0</FRCoreVersion>
<FRCoreWebVersion>2021.1.0</FRCoreWebVersion>
<FROSVersion>2021.1.0</FROSVersion>
<FROSWebVersion>2021.1.0</FROSWebVersion>
</PropertyGroup>
</Project>