Skip to content

Commit

Permalink
Fixed Props Pathing for dotnet pack with nuget (#3379)
Browse files Browse the repository at this point in the history
Co-authored-by: NGD Admin <154295625+NGDAdmin@users.noreply.github.com>
  • Loading branch information
cschuchardt88 and NGDAdmin committed Jul 5, 2024
1 parent c537f87 commit 8e1e661
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Plugins/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@

<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />

<ItemGroup>
<None Include="$(SolutionDir)/.neo/neo.png" Pack="true" Visible="false" PackagePath=""/>
<None Include="$(SolutionDir)/.neo/README.md" Pack="true" Visible="false" PackagePath=""/>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="../../Neo/Neo.csproj" />
</ItemGroup>
Expand Down

0 comments on commit 8e1e661

Please sign in to comment.