Skip to content

Commit

Permalink
change Package Path to / (#3)
Browse files Browse the repository at this point in the history
* chore: Improve resources

* chore: Change the sdk version to 6.0

* chore: Copyright changed to MASA Stack

* chore: change Package Path to /
  • Loading branch information
zhenlei520 authored Jan 19, 2023
1 parent 34238a1 commit fa37a12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
<ItemGroup>
<None Include="$(RepositoryRoot)packageIcon.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
<PackagePath>/</PackagePath>
</None>
<None Include="$(RepositoryRoot)LICENSE">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
<PackagePath>/</PackagePath>
</None>
</ItemGroup>
</Project>

0 comments on commit fa37a12

Please sign in to comment.