Skip to content

Commit

Permalink
fix package downgrade warning in dotnet restore
Browse files Browse the repository at this point in the history
  • Loading branch information
jtattermusch committed Apr 7, 2017
1 parent 17ce30e commit b58d946
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">
<PackageReference Include="System.Linq.Expressions" Version="4.1.0" />
<PackageReference Include="System.Linq.Expressions" Version="4.1.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit b58d946

Please sign in to comment.