Skip to content

Switch from .NET 4.6 -> .NET Standard 2.0#3

Open
neipo13 wants to merge 2 commits intomasterfrom
dotnetstandard2
Open

Switch from .NET 4.6 -> .NET Standard 2.0#3
neipo13 wants to merge 2 commits intomasterfrom
dotnetstandard2

Conversation

@neipo13
Copy link
Copy Markdown
Collaborator

@neipo13 neipo13 commented Jun 14, 2018

Would allow .NETCORE users to also use our project. Only downside is we now pull in a nuget pkg (Newtonsoft.Json).

@ScottGimpel since you did the nuget package stuff we can leave this until you get some time to look at it. I'm not sure what hte process to update the nuget pkg would be since we are changing our target framework and supported frameworks. You'll prob want to try it out on the dotnetstandard2 branch to make sure the project works and all haha

@neipo13 neipo13 requested a review from ScottGimpel June 14, 2018 16:45
@neipo13
Copy link
Copy Markdown
Collaborator Author

neipo13 commented Jun 14, 2018

Looks like there is an issue with .NET Standard 2.0 projects with the FileNotFoundException we were getting with Newtonsoft.Json.

Pushing this off for now. If any clients want .NET Standard/Core 2.0 support they will have to adapt the project as we did in 1b33764

dotnet/standard#481

@Heraisu
Copy link
Copy Markdown

Heraisu commented Dec 24, 2021

Why not scrap the Newtonsoft.Json entirely and go with the better-performing first-party System.Text.Json, as is the recommended replacement in Core/ .NET 5+ ?

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.

3 participants