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 4dc4921 commit f01a8adCopy full SHA for f01a8ad
ReadableExpressions/ReadableExpressions.csproj
@@ -30,8 +30,8 @@
30
</ItemGroup>
31
32
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.0' ">
33
- <PackageReference Include="System.Dynamic.Runtime" Version="4.0.11" />
34
- <PackageReference Include="System.Reflection.TypeExtensions" Version="4.1.0" />
+ <PackageReference Include="System.Dynamic.Runtime" Version="4.3.0" />
+ <PackageReference Include="System.Reflection.TypeExtensions" Version="4.3.0" />
35
36
37
<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard1.0' ">
0 commit comments