Skip to content
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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

solita-reddy
Copy link

Migrated the project Solita.Slack.Notifier to .Net Standard 2.0
Updated nuget dependencies in Solita.Slack.Notifier
Migrated the project Solita.Slack.Notifier.Tests to .Net 8
Updated fixed the test URL with a temporary workspace.

Copy link

@Gonnagle Gonnagle left a 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" />

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...

Copy link

@Gonnagle Gonnagle left a 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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants