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 890fd4c commit 89f9bcdCopy full SHA for 89f9bcd
src/RulesEngine/RulesEngine.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
<TargetFrameworks>net6.0;net8.0;net9.0;netstandard2.0</TargetFrameworks>
@@ -36,7 +36,7 @@
36
<ItemGroup>
37
<PackageReference Include="FastExpressionCompiler" Version="5.0.2" />
38
<PackageReference Include="FluentValidation" Version="11.11.0" />
39
- <PackageReference Include="System.Linq.Dynamic.Core" Version="1.6.0.1" />
+ <PackageReference Include="System.Linq.Dynamic.Core" Version="1.6.2" />
40
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
41
</ItemGroup>
42
0 commit comments