Skip to content

Commit 00637e6

Browse files
committed
- fix TargetFrameworks configuration
1 parent e0df984 commit 00637e6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Directory.Build.props

+12
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
<UseWPF>true</UseWPF>
99
</PropertyGroup>
1010

11+
<!-- default TargetFrameworks -->
12+
<PropertyGroup>
13+
<DefaultDemosNetFramework>net48</DefaultDemosNetFramework>
14+
<DefaultDemosNetCore>netcoreapp3.1</DefaultDemosNetCore>
15+
<TargetFrameworks>$(DefaultDemosNetFramework);$(DefaultDemosNetCore)</TargetFrameworks>
16+
</PropertyGroup>
17+
1118
<!-- common props -->
1219
<PropertyGroup>
1320
<AssetsPath>$(MSBuildThisFileDirectory)assets\</AssetsPath>
@@ -80,6 +87,11 @@
8087
<Import Include="ActiveQueryBuilder.View.WPF" />
8188
</ItemGroup>
8289

90+
<!-- enable FastReport support in Demos -->
91+
<PropertyGroup>
92+
<EnableFastReportSupport>false</EnableFastReportSupport>
93+
</PropertyGroup>
94+
8395
<!-- enable GrapeCity's ActiveReports support in Demos -->
8496
<PropertyGroup>
8597
<EnableActiveReportsSupport>false</EnableActiveReportsSupport>

0 commit comments

Comments
 (0)