File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
# RagFlow.NET
2
2
3
+ RAGFlow Http API接口封装
4
+
3
5
施工中
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFrameworks >net9.0;net8.0;net6.0</TargetFrameworks >
5
5
<GenerateDocumentationFile >true</GenerateDocumentationFile >
6
+ <Description >Ragflow .NET SDK
7
+ 倾向于用函数式解决问题</Description >
8
+ <PackageProjectUrl >https://github.com/ssccinng/RagFlow.NET</PackageProjectUrl >
9
+ <PackageReadmeFile >README.md</PackageReadmeFile >
10
+ <RepositoryUrl >https://github.com/ssccinng/RagFlow.NET</RepositoryUrl >
11
+ <RepositoryType >git</RepositoryType >
12
+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
13
+ <PackageRequireLicenseAcceptance >True</PackageRequireLicenseAcceptance >
14
+ <Version >0.0.1-pre1</Version >
6
15
</PropertyGroup >
7
16
8
17
<ItemGroup >
18
27
<Compile Include =" Library.fs" />
19
28
</ItemGroup >
20
29
21
- <ItemGroup />
30
+ <ItemGroup >
31
+ <None Include =" ..\README.md" >
32
+ <Pack >True</Pack >
33
+ <PackagePath >\</PackagePath >
34
+ </None >
35
+ </ItemGroup >
22
36
23
37
<ItemGroup >
24
38
<PackageReference Include =" FSharp.Data" Version =" 6.4.1" />
You can’t perform that action at this time.
0 commit comments