Skip to content

Commit f01a8ad

Browse files
committed
Updating System.Dynamic.Runtime and System.Reflection.TypeExtensions package versions
1 parent 4dc4921 commit f01a8ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ReadableExpressions/ReadableExpressions.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
</ItemGroup>
3131

3232
<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" />
33+
<PackageReference Include="System.Dynamic.Runtime" Version="4.3.0" />
34+
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.3.0" />
3535
</ItemGroup>
3636

3737
<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard1.0' ">

0 commit comments

Comments
 (0)