Skip to content

Commit

Permalink
fix plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzeyu91 committed Aug 15, 2024
1 parent cf564de commit a741740
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<!-- See https://aka.ms/dotnet/msbuild/customize for more details on customizing your build -->
<PropertyGroup>
<Version>0.1.20-dev3</Version>
<Version>0.1.20-dev4</Version>
<SKVersion>1.17.1</SKVersion>
</PropertyGroup>
</Project>
4 changes: 3 additions & 1 deletion src/GraphRag.Net/GraphRag.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
</ItemGroup>
<ItemGroup>
<None Update="graphPlugins\**">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<Pack>true</Pack>
<PackagePath>graphPlugins\</PackagePath>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>

0 comments on commit a741740

Please sign in to comment.