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

.NET Standard 2.0 support #166

Closed
wants to merge 2 commits into from
Closed

Conversation

mngobbi
Copy link

@mngobbi mngobbi commented Jan 23, 2021

Why?

How?

  • Updated netcore2.0 to netcore3.1 (LTS support) on tests projects
  • Removed net452 as a second target framework in the .csproj files
  • Updated referenced NuGet packages
  • Fixed CircleCI builds (using new docker image)

.NET standard 2.0 supports:

  • .NET Core 2.0
  • .NET Framework 4.6.1
  • Mono 5.4
  • Xamarin.iOS 10.14
  • Xamarin.Mac 3.8
  • Xamarin.Android 8.0
  • Universal Windows Platform 10.0.16299

Readme updated


using 2.1


testing orbs


wo orbs


new repo


docker full path
Copy link

@bdelavega-maralytix bdelavega-maralytix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems safe.
I would like to get rid of the compiler warning in my project and i think this would do it.
It is very tempting to press "Approve", but I don't want to annoy the actual project owners. Are there contribution standards?

@ashorttio ashorttio self-requested a review June 25, 2021 10:37
@mngobbi mngobbi closed this Oct 13, 2024
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