File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 <IsSourceProject >$(MSBuildProjectDirectory.ToLower().StartsWith('$(MSBuildThisFileDirectory.ToLower())src'))</IsSourceProject >
66 <IsToolingProject >$(MSBuildProjectDirectory.ToLower().StartsWith('$(MSBuildThisFileDirectory.ToLower())tooling'))</IsToolingProject >
77 <IsLinux >$([MSBuild]::IsOSPlatform('Linux'))</IsLinux >
8+ <IsMacOS >$([MSBuild]::IsOSPlatform('OSX'))</IsMacOS >
89 <IsWindows >$([MSBuild]::IsOSPlatform('Windows'))</IsWindows >
910 <IsMainAuthor Condition =" '$(EMAIL)' == 'michael@geekle.io'" >true</IsMainAuthor >
1011 <SkipSignAssembly >false</SkipSignAssembly >
5657 <None Include =" ..\..\.nuget\$(MSBuildProjectName)\README.md" Pack =" true" PackagePath =" \" />
5758 </ItemGroup >
5859
59- <PropertyGroup Condition =" '$(IsTestProject)' == 'true' AND '$(IsLinux)' == 'true'" >
60+ <PropertyGroup Condition =" '$(IsTestProject)' == 'true' AND ( '$(IsLinux)' == 'true' OR '$(IsMacOS)' == 'true') " >
6061 <TargetFrameworks >net10.0;net9.0</TargetFrameworks >
6162 </PropertyGroup >
6263
You can’t perform that action at this time.
0 commit comments