File tree 4 files changed +12
-12
lines changed
Foundatio.Parsers.ElasticQueries
Foundatio.Parsers.SqlQueries
4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 3
3
<ItemGroup >
4
4
<PackageReference Include =" Exceptionless.DateTimeExtensions" Version =" 3.4.3" />
5
5
<PackageReference Include =" NEST" Version =" 7.17.5" />
6
- <PackageReference Include =" System.Text.Json" Version =" 6.0 " />
7
- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 6 .0" />
6
+ <PackageReference Include =" System.Text.Json" Version =" 8.0.4 " />
7
+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 8 .0" />
8
8
</ItemGroup >
9
9
<ItemGroup >
10
10
<ProjectReference Include =" ..\Foundatio.Parsers.LuceneQueries\Foundatio.Parsers.LuceneQueries.csproj" />
Original file line number Diff line number Diff line change 7
7
<PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 8.0.8" />
8
8
<PackageReference Include =" Exceptionless.DateTimeExtensions" Version =" 3.4.3" />
9
9
<PackageReference Include =" System.Text.Json" Version =" 8.0.4" />
10
- <PackageReference Include =" System.Linq.Dynamic.Core" Version =" 1.3.10 " />
10
+ <PackageReference Include =" System.Linq.Dynamic.Core" Version =" 1.4.5 " />
11
11
<PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 8.0" />
12
12
</ItemGroup >
13
13
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
using System . Collections . Generic ;
2
2
using Foundatio . Parsers . LuceneQueries . Visitors ;
3
3
4
- namespace Foundatio . Parsers . SqlQueries . Visitors {
5
- public interface ISqlQueryVisitorContext : IQueryVisitorContext {
6
- List < EntityFieldInfo > Fields { get ; set ; }
7
- }
4
+ namespace Foundatio . Parsers . SqlQueries . Visitors ;
5
+
6
+ public interface ISqlQueryVisitorContext : IQueryVisitorContext {
7
+ List < EntityFieldInfo > Fields { get ; set ; }
8
8
}
Original file line number Diff line number Diff line change 6
6
<NoWarn >$(NoWarn);CS1591;NU1701</NoWarn >
7
7
</PropertyGroup >
8
8
<ItemGroup >
9
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.9 .0" />
10
- <PackageReference Include =" xunit" Version =" 2.7 .0" />
11
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.7 " />
12
- <PackageReference Include =" GitHubActionsTestLogger" Version =" 2.3.3 " PrivateAssets =" All" />
9
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.11 .0" />
10
+ <PackageReference Include =" xunit" Version =" 2.9 .0" />
11
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.2 " />
12
+ <PackageReference Include =" GitHubActionsTestLogger" Version =" 2.4.1 " PrivateAssets =" All" />
13
13
14
- <PackageReference Include =" Foundatio.TestHarness" Version =" 10.7.2-alpha.0.18 " Condition =" '$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
14
+ <PackageReference Include =" Foundatio.TestHarness" Version =" 10.7.2-alpha.0.19 " Condition =" '$(ReferenceFoundatioSource)' == '' OR '$(ReferenceFoundatioSource)' == 'false'" />
15
15
<ProjectReference Include =" ..\..\..\Foundatio\src\Foundatio.TestHarness\Foundatio.TestHarness.csproj" Condition =" '$(ReferenceFoundatioSource)' == 'true'" />
16
16
</ItemGroup >
17
17
</Project >
You can’t perform that action at this time.
0 commit comments