-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Upgrade projects to netstandard 2.0 #26
Conversation
Multitargeting the main rollbar package to net452 & netstandard2
Since it seems rollbar is just ignoring PRs, for anyone interested, I forked this here and released it as Archon.Rollbar. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good to me, except the versioning
appveyor.yml
Outdated
@@ -1,9 +1,8 @@ | |||
version: '0.3.0.{build}' | |||
assembly_info: | |||
version: '1.0.0.{build}' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We aren't going from 0.3 to 1.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What should the version be? I was trying to follow semver to indicate a major change. However, since it is still targeting net452
, maybe that isn't warranted. 0.4.0
?
I wouldn't say ignoring, just didn't get back around to this until now. Sorry it took so long. If we can work out the issue with the version number then this looks good to me. |
Yeah let's go to 0.4.0 |
Only a minor release from v0.3.0
Multitargeting the main rollbar package to
net452
&netstandard2
. This will allow package consumers to build using .net core without warnings.