Skip to content

Commit

Permalink
fix: Added configurations path to package (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion authored Nov 27, 2024
1 parent d259734 commit ee67879
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NetEvolve.Defaults/NetEvolve.Defaults.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<None Include="build\**" Pack="true" PackagePath="build\" />
<None Include="buildMultiTargeting\**" Pack="true" PackagePath="buildMultiTargeting\" />
<None Include="buildTransitive\**" Pack="true" PackagePath="buildTransitive\" />
<None Include="configurations\**" Pack="true" PackagePath="configurations\" />
<None Include="_._" Pack="true" PackagePath="lib\$(TargetFramework)" Visible="false" />
</ItemGroup>

Expand Down

0 comments on commit ee67879

Please sign in to comment.