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 26d76b7 commit 9a94d4cCopy full SHA for 9a94d4c
1 file changed
src/WinUI.TableView.csproj
@@ -3,9 +3,12 @@
3
<TargetFrameworks>
4
net8.0-windows10.0.19041.0;
5
net9.0-windows10.0.19041.0;
6
+ net10.0-windows10.0.19041.0;
7
net8.0;
8
net9.0;
- </TargetFrameworks>
9
+ net10.0;
10
+ </TargetFrameworks>
11
+ <LangVersion>12</LangVersion>
12
<Nullable>enable</Nullable>
13
<GenerateDocumentationFile>true</GenerateDocumentationFile>
14
<IsAOTCompatible>true</IsAOTCompatible>
0 commit comments