We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d55b1c commit 4352d52Copy full SHA for 4352d52
1 file changed
src/WinUI.TableView.csproj
@@ -5,15 +5,15 @@
5
net9.0;
6
net10.0;
7
</TargetFrameworks>
8
+ <LangVersion>12</LangVersion>
9
+ <Nullable>enable</Nullable>
10
+ <IsAOTCompatible>true</IsAOTCompatible>
11
<TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">
- $(TargetFrameworks);
12
net8.0-windows10.0.19041.0;
13
net9.0-windows10.0.19041.0;
14
net10.0-windows10.0.19041.0;
15
+ $(TargetFrameworks);
16
- <LangVersion>12</LangVersion>
- <Nullable>enable</Nullable>
- <IsAOTCompatible>true</IsAOTCompatible>
17
</PropertyGroup>
18
19
<PropertyGroup Condition="'$([MSBuild]::GetTargetPlatformIdentifier($(TargetFramework)))' == 'windows'">
0 commit comments