Skip to content

Commit 9faf50b

Browse files
committed
- fix TargetFrameworks configuration
1 parent 1da62ea commit 9faf50b

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>
@@ -45,6 +52,11 @@
4552
<PackageReference Include="ActiveQueryBuilder.View.WPF" Version="$(Version)" />
4653
</ItemGroup>
4754

55+
<!-- enable FastReport support in Demos -->
56+
<PropertyGroup>
57+
<EnableFastReportSupport>false</EnableFastReportSupport>
58+
</PropertyGroup>
59+
4860
<!-- enable GrapeCity's ActiveReports support in Demos -->
4961
<PropertyGroup>
5062
<EnableActiveReportsSupport>false</EnableActiveReportsSupport>

0 commit comments

Comments
 (0)