-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated dependencies #232
Updated dependencies #232
Conversation
|
Microsoft.Extensions.PlatformAbstractions not needed for .NET standard 1.5? |
Nope it was only included for netstandard1.3 |
7e723e6
to
bd9a032
Compare
ok thx! :) |
You can also remove the NETSTANDARD1_3 code from AssemblyVersionLayoutRenderer.cs |
bd9a032
to
70e0e6f
Compare
Codecov Report
@@ Coverage Diff @@
## master #232 +/- ##
=====================================
- Coverage 59% 58% -1%
=====================================
Files 29 29
Lines 395 395
Branches 92 92
=====================================
- Hits 233 231 -2
Misses 126 126
- Partials 36 38 +2
Continue to review full report at Codecov.
|
7f6950e
to
3d751cf
Compare
3d751cf
to
f7faa1e
Compare
fixes #228, fixes #230