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

Target .NET Standard 2.0 #101

Open
bdovaz opened this issue Aug 2, 2020 · 0 comments
Open

Target .NET Standard 2.0 #101

bdovaz opened this issue Aug 2, 2020 · 0 comments

Comments

@bdovaz
Copy link

bdovaz commented Aug 2, 2020

Please update the NetCore project to target .NET Standard 2.0.

I have tried to do it myself to make a PR but I have not been able to. Steps I have followed:

  • Update the Rssdp.NetCore.csproj to the new csproj format.
  • Make target to .NET Standard 2.0.
  • Change #if NETSTANDARD1_3 to #if NETSTANDARD2_0
  • Add the Nuget package Microsoft.CodeAnalysis.FxCopAnalyzers as the one used seems not to be compatible.

But since I don't know how it works FxCop has started running many rules that are not met in the project and makes not even compile if they are not fixed.

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

No branches or pull requests

1 participant