Skip to content

Commit a741740

Browse files
committed
fix plugin
1 parent cf564de commit a741740

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<!-- See https://aka.ms/dotnet/msbuild/customize for more details on customizing your build -->
33
<PropertyGroup>
4-
<Version>0.1.20-dev3</Version>
4+
<Version>0.1.20-dev4</Version>
55
<SKVersion>1.17.1</SKVersion>
66
</PropertyGroup>
77
</Project>

src/GraphRag.Net/GraphRag.Net.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@
3838
</ItemGroup>
3939
<ItemGroup>
4040
<None Update="graphPlugins\**">
41-
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
41+
<Pack>true</Pack>
42+
<PackagePath>graphPlugins\</PackagePath>
43+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
4244
</None>
4345
</ItemGroup>
4446
</Project>

0 commit comments

Comments
 (0)