File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks Condition = " $([MSBuild]::IsOSPlatform('windows')) == 'false' " >net8.0</TargetFrameworks >
4+ <TargetFrameworks >net8.0</TargetFrameworks >
55 <TargetFrameworks Condition =" $([MSBuild]::IsOSPlatform('windows'))" >net8.0-windows</TargetFrameworks >
66 <OutputType >Exe</OutputType >
77 </PropertyGroup >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFrameworks >netstandard2.0;net8.0</TargetFrameworks >
5- <IsTrimmable Condition =" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))" >true</IsTrimmable >
6- <IsAotCompatible Condition =" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))" >true</IsAotCompatible >
5+ </PropertyGroup >
6+
7+ <PropertyGroup Condition =" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))" >
8+ <IsTrimmable >true</IsTrimmable >
9+ <IsAotCompatible >true</IsAotCompatible >
710 </PropertyGroup >
811
912 <PropertyGroup >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFrameworks >netstandard2.0;net8.0</TargetFrameworks >
5- <IsTrimmable Condition =" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))" >true</IsTrimmable >
6- <IsAotCompatible Condition =" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))" >true</IsAotCompatible >
5+ </PropertyGroup >
6+
7+ <PropertyGroup Condition =" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))" >
8+ <IsTrimmable >true</IsTrimmable >
9+ <IsAotCompatible >true</IsAotCompatible >
710 </PropertyGroup >
811
912 <PropertyGroup >
You can’t perform that action at this time.
0 commit comments