Skip to content

Commit 4352d52

Browse files
committed
Move the conditional framework targets for VS compatibility
1 parent 6d55b1c commit 4352d52

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/WinUI.TableView.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
net9.0;
66
net10.0;
77
</TargetFrameworks>
8+
<LangVersion>12</LangVersion>
9+
<Nullable>enable</Nullable>
10+
<IsAOTCompatible>true</IsAOTCompatible>
811
<TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">
9-
$(TargetFrameworks);
1012
net8.0-windows10.0.19041.0;
1113
net9.0-windows10.0.19041.0;
1214
net10.0-windows10.0.19041.0;
15+
$(TargetFrameworks);
1316
</TargetFrameworks>
14-
<LangVersion>12</LangVersion>
15-
<Nullable>enable</Nullable>
16-
<IsAOTCompatible>true</IsAOTCompatible>
1717
</PropertyGroup>
1818

1919
<PropertyGroup Condition="'$([MSBuild]::GetTargetPlatformIdentifier($(TargetFramework)))' == 'windows'">

0 commit comments

Comments
 (0)