We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef0776 commit 441be69Copy full SHA for 441be69
TryWindow/TryWindow.csproj
@@ -2,8 +2,8 @@
2
3
<PropertyGroup>
4
<OutputType>WinExe</OutputType>
5
- <TargetFramework>net6.0-windows</TargetFramework>
6
- <Nullable>enable</Nullable>
+ <TargetFrameworks>net48;net6.0-windows</TargetFrameworks>
+ <Nullable>disable</Nullable>
7
<UseWPF>true</UseWPF>
8
</PropertyGroup>
9
@@ -16,4 +16,13 @@
16
<ProjectReference Include="..\CodingSeb.ExpressionEvaluator\CodingSeb.ExpressionEvaluator.csproj" />
17
</ItemGroup>
18
19
+ <ItemGroup>
20
+ <None Update="App.xaml">
21
+ <Generator>MSBuild:Compile</Generator>
22
+ </None>
23
+ <None Update="MainWindow.xaml">
24
25
26
+ </ItemGroup>
27
+
28
</Project>
0 commit comments