This commit is contained in:
kwai
2023-06-29 19:58:57 +08:00
parent 3ec68b7b63
commit bfb6d163c4

View File

@@ -1,16 +1,16 @@
<Project> <Project>
<!-- Project properties --> <!-- Project properties -->
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net461;net5.0-windows;net6.0-windows</TargetFrameworks> <TargetFrameworks>net6.0-windows</TargetFrameworks>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>1701;1702;CS1591;SA1652;WPF0041</NoWarn> <NoWarn>1701;1702;CS1591;SA1652;WPF0041</NoWarn>
</PropertyGroup> </PropertyGroup>
<!-- Add the references for all projects and targets --> <!-- Add the references for all projects and targets -->
<ItemGroup> <ItemGroup>
<PackageReference Include="WpfAnalyzers" Version="3.5.*" PrivateAssets="All" /> <PackageReference Include="WpfAnalyzers" Version="3.5.*" PrivateAssets="All" />
</ItemGroup> </ItemGroup>
</Project> </Project>