File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
samples/WinUI.TableView.SampleApp.Uno Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 88 </TargetFrameworks >
99
1010 <OutputType >Exe</OutputType >
11+ <OutputType Condition =" '$(TargetFramework)'=='$(NetVersion)-desktop'" >WinExe</OutputType >
1112 <UnoSingleProject >true</UnoSingleProject >
1213 <AssemblyName >WinUI.TableView.SampleApp</AssemblyName >
1314
Original file line number Diff line number Diff line change 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 >
118 <LangVersion >12</LangVersion >
129 <Nullable >enable</Nullable >
1310 <IsAOTCompatible >true</IsAOTCompatible >
11+ <TargetFrameworks Condition =" '$(OS)' == 'Windows_NT'" >
12+ net8.0-windows10.0.19041.0;
13+ net9.0-windows10.0.19041.0;
14+ net10.0-windows10.0.19041.0;
15+ $(TargetFrameworks);
16+ </TargetFrameworks >
1417 </PropertyGroup >
1518
1619 <PropertyGroup Condition =" '$([MSBuild]::GetTargetPlatformIdentifier($(TargetFramework)))' == 'windows'" >
You can’t perform that action at this time.
0 commit comments