Skip to content

Commit 441be69

Browse files
committed
Net48 + net6
1 parent aef0776 commit 441be69

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

TryWindow/TryWindow.csproj

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
5-
<TargetFramework>net6.0-windows</TargetFramework>
6-
<Nullable>enable</Nullable>
5+
<TargetFrameworks>net48;net6.0-windows</TargetFrameworks>
6+
<Nullable>disable</Nullable>
77
<UseWPF>true</UseWPF>
88
</PropertyGroup>
99

@@ -16,4 +16,13 @@
1616
<ProjectReference Include="..\CodingSeb.ExpressionEvaluator\CodingSeb.ExpressionEvaluator.csproj" />
1717
</ItemGroup>
1818

19+
<ItemGroup>
20+
<None Update="App.xaml">
21+
<Generator>MSBuild:Compile</Generator>
22+
</None>
23+
<None Update="MainWindow.xaml">
24+
<Generator>MSBuild:Compile</Generator>
25+
</None>
26+
</ItemGroup>
27+
1928
</Project>

0 commit comments

Comments
 (0)