We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eb6227 commit d178605Copy full SHA for d178605
Directory.Build.props
@@ -1,7 +1,7 @@
1
<Project>
2
<!-- See https://aka.ms/dotnet/msbuild/customize for more details on customizing your build -->
3
<PropertyGroup>
4
- <Version>0.1.18</Version>
+ <Version>0.1.18</Version>
5
<SKVersion>1.17.1</SKVersion>
6
</PropertyGroup>
7
</Project>
src/GraphRag.Net/Domain/Service/GraphService.cs
@@ -1,6 +1,5 @@
using GraphRag.Net.Options;
using GraphRag.Net.Domain.Interface;
-using GraphRag.Net.Domain.Model.Constant;
using GraphRag.Net.Domain.Model.Graph;
using GraphRag.Net.Repositories;
using GraphRag.Net.Utils;
0 commit comments