File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
src/Microsoft.DotNet.MacOsPkg Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >$(NetToolCurrent)</TargetFramework >
4+ <!-- We include both netframework and netcore in the target frameworks because Arcade's Tools.proj
5+ 'targets' via net472. -->
6+ <TargetFrameworks >$(NetToolCurrent);$(NetFrameworkToolCurrent)</TargetFrameworks >
57 <OutputType >Exe</OutputType >
68 <Nullable >enable</Nullable >
79 <IsPackable >true</IsPackable >
810 <Description >The MacOsPkg tool is used for unpacking and packing MacOS .pkg files and nested .app bundles.</Description >
911 <PackageTags >Arcade Build Tool MacOS Pkg</PackageTags >
1012 <DevelopmentDependency >false</DevelopmentDependency >
13+ </PropertyGroup >
14+
15+ <PropertyGroup Condition =" '$(TargetFramework)' == '$(NetToolCurrent)'" >
1116 <PackAsTool >true</PackAsTool >
1217 <ToolCommandName >dotnet-macos-pkg</ToolCommandName >
1318 </PropertyGroup >
14-
1519</Project >
You can’t perform that action at this time.
0 commit comments