Conversation
|
|
||
| <ItemGroup> | ||
| <PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.2" /> | ||
| <PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.4" /> |
There was a problem hiding this comment.
You have update .net core to V2.1.4. in case of merging this PR, we need to update Olive too
There was a problem hiding this comment.
Then I'll do it too.
Because dotnetcore v 2.1.2 causes serious problems for one of our users.
|
Just another note: |
|
Do you mean 2.1.4 runtime is not compatible with 2.1.2 DLLs?! |
|
It seems so! |
|
Also this issue is a known bug. A couple of devs reported this in Microsoft's GitHub issues |
|
@Mohsens22 This is not a bug actually. when you install .net core SDK 2.1.4 then you must update all Microsofts.*.dlls in your project, but if you don't you will get your mentioned error. I mean you are getting this error because you have installed .net core SDK 2.1.4. to get rid of this error you can remove .net 2.1.4 from everywhere by finding its path using the fact is, if we want to update .net core version it should begin by updating Olive and then spread through other projects. |
|
@iPazooki Thanks for the hint! :) |
Great, that's why I said to use Good job ;) |
|
Nice |
|
@iPazooki |



Fixed dependency bugs reported by @rezacloner47 which was:
on the top of @iPazooki commits in #31 .