-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathValidCode.csproj
More file actions
21 lines (20 loc) · 898 Bytes
/
ValidCode.csproj
File metadata and controls
21 lines (20 loc) · 898 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<UseWpf>true</UseWpf>
<LangVersion>latest</LangVersion>
<Nullable>Enable</Nullable>
<NoWarn>NU1701</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Caliburn.Micro" Version="4.0.212" />
<PackageReference Include="Gu.Wpf.Reactive" Version="5.0.1" />
<PackageReference Include="MvvmCross" Version="9.0.9" />
<PackageReference Include="MvvmLightLibs" Version="5.4.1.1" />
<PackageReference Include="Prism.Wpf" Version="8.1.97" />
<PackageReference Include="PropertyChangedAnalyzers" Version="4.0.0" PrivateAssets="all" />
<PackageReference Include="ReflectionAnalyzers" Version="0.3.1" PrivateAssets="all" />
<PackageReference Include="Stylet" Version="1.3.6" />
</ItemGroup>
</Project>