Skip to content

Commit 6d55b1c

Browse files
committed
Enable macOS and Linux build
1 parent 76c46e6 commit 6d55b1c

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

src/WinUI.TableView.csproj

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>
4-
net8.0-windows10.0.19041.0;
5-
net9.0-windows10.0.19041.0;
6-
net10.0-windows10.0.19041.0;
74
net8.0;
85
net9.0;
96
net10.0;
107
</TargetFrameworks>
8+
<TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">
9+
$(TargetFrameworks);
10+
net8.0-windows10.0.19041.0;
11+
net9.0-windows10.0.19041.0;
12+
net10.0-windows10.0.19041.0;
13+
</TargetFrameworks>
1114
<LangVersion>12</LangVersion>
1215
<Nullable>enable</Nullable>
1316
<IsAOTCompatible>true</IsAOTCompatible>

0 commit comments

Comments
 (0)