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 76c46e6 commit 6d55b1cCopy full SHA for 6d55b1c
1 file changed
src/WinUI.TableView.csproj
@@ -1,13 +1,16 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
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;
9
net10.0;
10
</TargetFrameworks>
+ <TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">
+ $(TargetFrameworks);
+ net8.0-windows10.0.19041.0;
11
+ net9.0-windows10.0.19041.0;
12
+ net10.0-windows10.0.19041.0;
13
+ </TargetFrameworks>
14
<LangVersion>12</LangVersion>
15
<Nullable>enable</Nullable>
16
<IsAOTCompatible>true</IsAOTCompatible>
0 commit comments