-
Notifications
You must be signed in to change notification settings - Fork 1
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
Migration to .netstandard2.0 #3
base: master
Are you sure you want to change the base?
Migration to .netstandard2.0 #3
Conversation
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.
One note about updating the .nuspec file also, but otherwise seems good and if the produced nuget package seems good is tested to work then seems good to me 👍
<PackageReference Include="log4net" Version="2.0.17" /> | ||
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" /> | ||
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" /> | ||
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> |
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.
The *.nuspec file seems to have hardcoded dep to Newtonsoft.Json version 7.0.1 - that probably needs to be updated also (not sure why it has no mention about lognet dep though o.O)
Been ages since last released nuget-packages though so a bit rusty on how .nuspec really works and what should be there are what not...
And how to test the packaging/publishing of the given nuget...
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.
Oh! Just noticed that the .nuspec also has harcoded paths to files picked up from lib\net45
which probably need to be updated also!
Migrated the project
Solita.Slack.Notifier
to .Net Standard 2.0Updated nuget dependencies in
Solita.Slack.Notifier
Migrated the project
Solita.Slack.Notifier.Tests
to .Net 8Updated fixed the test URL with a temporary workspace.