Skip to content

Commit

Permalink
chore: include readme
Browse files Browse the repository at this point in the history
  • Loading branch information
InuInu2022 committed Dec 8, 2023
1 parent 02c28fc commit 56a83ee
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions LabToJimaku/LabToJimaku.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
<PackageReference Include="WanaKana-net" Version="1.0.0" />
</ItemGroup>

<ItemGroup>
<!-- include files -->
<Content Include="../README.md">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
</Content>
</ItemGroup>

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
Expand Down

0 comments on commit 56a83ee

Please sign in to comment.