Skip to content

Commit

Permalink
Avoid IsExternalInit (#3079)
Browse files Browse the repository at this point in the history
* Avoid IsExternalInit

* clean changes

* clean if!
  • Loading branch information
shargon authored Jan 10, 2024
1 parent b733a9d commit d98b0af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@
<None Include="../neo.png" Pack="true" Visible="false" PackagePath=""/>
<None Include="../README.md" Pack="true" Visible="false" PackagePath=""/>
</ItemGroup>

<ItemGroup>
<Compile Include="$(MSBuildThisFileDirectory)IsExternalInit.cs" Visible="false" />
</ItemGroup>
</Project>
File renamed without changes.

0 comments on commit d98b0af

Please sign in to comment.