-
Notifications
You must be signed in to change notification settings - Fork 2
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 .NET Standard 2.0 #1
Conversation
Zamiast Nuget.Build.Packaging teraz buduje się paczkę używając standardowego polecenia w .NET 5 - po prostu |
@ktos i saw that you migrated the files from |
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.
Please explain deletion of AssemblyInfo.cs
, packages.config
, also visual studio have some realy strange things when the test imported project does not depend on the same packages as the main project. Also explain the migration as i mentioned above. As I said above all other things look good 💯
|
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.
All unit-tests passed on my side 👍
So i think i'm able to merge this PR #1
The package now supports .NET Standard 2.0, so it is available for Xamarin, Unity, UWP, etc. (and is not showing errors in .NET 5 or later anymore).