chore(TargetFrameworks): revert multiple frameworks on debug mode (#4701)

(ListView)-Virtualization
Argo Zhang 2 months ago committed by GitHub
parent 425338ca89
commit dc640a7268
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2,7 +2,6 @@
<Import Project="..\Directory.Build.props" />
<Import Project="..\Logo.props" />
<Import Project="..\..\Framework.props" />
<Import Project="..\SourceLink.targets" />
<PropertyGroup>
@ -17,12 +16,7 @@
<IsPackable>true</IsPackable>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
<TargetFramework>$(RunTargetFramework)</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
<TargetFramework></TargetFramework>
<PropertyGroup>
<TargetFrameworks>net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
</PropertyGroup>

Loading…
Cancel
Save