Skip to content

Commit

Permalink
BuildMultiTargeting 2 (#8739)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtkech authored Mar 3, 2021
1 parent abe41d3 commit 44d034e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<!-- NuGet properties-->
Expand Down Expand Up @@ -32,6 +32,9 @@
<None Include="OrchardCore.Module.Targets.props" Pack="true">
<PackagePath>build\OrchardCore.Module.Targets.props</PackagePath>
</None>
<None Include="buildMultiTargeting\OrchardCore.Module.Targets.props" Pack="true">
<PackagePath>buildMultiTargeting\OrchardCore.Module.Targets.props</PackagePath>
</None>
<None Include="OrchardCore.Module.Targets.targets" Pack="true">
<PackagePath>build\OrchardCore.Module.Targets.targets</PackagePath>
</None>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@
<None Include="$(MSBuildThisFileDirectory)Package.Build.props" Pack="true">
<PackagePath>build\$(AssemblyName).props</PackagePath>
</None>
<None Include="$(MSBuildThisFileDirectory)Package.BuildMultiTargeting.props" Pack="true">
<PackagePath>buildMultitargeting\$(AssemblyName).props</PackagePath>
</None>
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\build\OrchardCore.Module.Targets.props" />
</Project>

0 comments on commit 44d034e

Please sign in to comment.