mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-03 00:00:57 +08:00
block
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
<Project>
|
||||
<!-- Project properties -->
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>net6.0-windows</TargetFrameworks>
|
||||
</PropertyGroup>
|
||||
<!-- Project properties -->
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>net461;net5.0-windows;net6.0-windows</TargetFrameworks>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||
<NoWarn>1701;1702;CS1591;SA1652;WPF0041</NoWarn>
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- Add the references for all projects and targets -->
|
||||
<ItemGroup>
|
||||
<PackageReference Include="WpfAnalyzers" Version="3.5.*" PrivateAssets="All" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||
<NoWarn>1701;1702;CS1591;SA1652;WPF0041</NoWarn>
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- Add the references for all projects and targets -->
|
||||
<ItemGroup>
|
||||
<PackageReference Include="WpfAnalyzers" Version="3.5.*" PrivateAssets="All" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user