Skip to content

Commit 590a933

Browse files
committed
no net6
1 parent 1f7b896 commit 590a933

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

TryWindow/TryWindow - Backup.csproj

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<OutputType>WinExe</OutputType>
5+
<TargetFrameworks>net48</TargetFrameworks>
6+
<Nullable>disable</Nullable>
7+
<UseWPF>true</UseWPF>
8+
</PropertyGroup>
9+
10+
<ItemGroup>
11+
<PackageReference Include="AvalonEdit" Version="6.1.3.50" />
12+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
13+
</ItemGroup>
14+
15+
<ItemGroup>
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+
<Generator>MSBuild:Compile</Generator>
25+
</None>
26+
</ItemGroup>
27+
28+
</Project>

0 commit comments

Comments
 (0)