|
21 | 21 | </PropertyGroup> |
22 | 22 |
|
23 | 23 | <ItemGroup> |
24 | | - <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.6.2" /> |
25 | | - <PackageReference Include="System.Net.Http.Json" Version="6.0.2" /> |
| 24 | + <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.6.2" /> |
| 25 | + <PackageReference Include="System.Net.Http.Json" Version="6.0.2" /> |
26 | 26 | </ItemGroup> |
27 | 27 |
|
28 | 28 | <ItemGroup> |
29 | | - <None Include="../../README.md" Pack="true" PackagePath="\" /> |
30 | | - <None Include="../../assets/logo.png" Pack="true" Visible="false" PackagePath="" /> |
| 29 | + <None Include="../../README.md" Pack="true" PackagePath="\" /> |
| 30 | + <None Include="../../assets/logo.png" Pack="true" Visible="false" PackagePath="" /> |
31 | 31 | </ItemGroup> |
32 | 32 |
|
33 | 33 | <ItemGroup> |
|
36 | 36 | </AssemblyAttribute> |
37 | 37 | </ItemGroup> |
38 | 38 | <ItemGroup> |
39 | | - <Compile Update="Index.Documents.cs"> |
40 | | - <DependentUpon>Index.cs</DependentUpon> |
41 | | - </Compile> |
42 | | - <Compile Update="Index.Dictionary.cs"> |
43 | | - <DependentUpon>Index.cs</DependentUpon> |
44 | | - </Compile> |
45 | | - <Compile Update="Index.Tasks.cs"> |
46 | | - <DependentUpon>Index.cs</DependentUpon> |
47 | | - </Compile> |
48 | | - <Compile Update="Index.StopWords.cs"> |
49 | | - <DependentUpon>Index.cs</DependentUpon> |
50 | | - </Compile> |
51 | | - <Compile Update="Index.Attributes.cs"> |
52 | | - <DependentUpon>Index.cs</DependentUpon> |
53 | | - </Compile> |
54 | | - <Compile Update="Index.Synonyms.cs"> |
55 | | - <DependentUpon>Index.cs</DependentUpon> |
56 | | - </Compile> |
57 | | - <Compile Update="Index.RankingRules.cs"> |
58 | | - <DependentUpon>Index.cs</DependentUpon> |
59 | | - </Compile> |
60 | | - <Compile Update="Index.Settings.cs"> |
61 | | - <DependentUpon>Index.cs</DependentUpon> |
62 | | - </Compile> |
63 | | - <Compile Update="Index.TypoTolerance.cs"> |
64 | | - <DependentUpon>Index.cs</DependentUpon> |
65 | | - </Compile> |
| 39 | + <Compile Update="Index.Documents.cs"> |
| 40 | + <DependentUpon>Index.cs</DependentUpon> |
| 41 | + </Compile> |
| 42 | + <Compile Update="Index.Dictionary.cs"> |
| 43 | + <DependentUpon>Index.cs</DependentUpon> |
| 44 | + </Compile> |
| 45 | + <Compile Update="Index.Tasks.cs"> |
| 46 | + <DependentUpon>Index.cs</DependentUpon> |
| 47 | + </Compile> |
| 48 | + <Compile Update="Index.StopWords.cs"> |
| 49 | + <DependentUpon>Index.cs</DependentUpon> |
| 50 | + </Compile> |
| 51 | + <Compile Update="Index.Attributes.cs"> |
| 52 | + <DependentUpon>Index.cs</DependentUpon> |
| 53 | + </Compile> |
| 54 | + <Compile Update="Index.Synonyms.cs"> |
| 55 | + <DependentUpon>Index.cs</DependentUpon> |
| 56 | + </Compile> |
| 57 | + <Compile Update="Index.RankingRules.cs"> |
| 58 | + <DependentUpon>Index.cs</DependentUpon> |
| 59 | + </Compile> |
| 60 | + <Compile Update="Index.Settings.cs"> |
| 61 | + <DependentUpon>Index.cs</DependentUpon> |
| 62 | + </Compile> |
| 63 | + <Compile Update="Index.TypoTolerance.cs"> |
| 64 | + <DependentUpon>Index.cs</DependentUpon> |
| 65 | + </Compile> |
| 66 | + <Compile Update="Index.SearchCutoffMs.cs"> |
| 67 | + <DependentUpon>Index.cs</DependentUpon> |
| 68 | + </Compile> |
66 | 69 | </ItemGroup> |
67 | 70 | </Project> |
0 commit comments