Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Retargeting to netcoreapp2.1, netcoreapp3.1 and net5 #18

Merged
merged 1 commit into from
Feb 1, 2021

Conversation

fdipuma
Copy link
Contributor

@fdipuma fdipuma commented Jan 11, 2021

Retargeting the projects from netcoreapp3.0 (which is deprecated) to:

  • netcoreapp2.1 (LTS)
  • netcoreapp3.1 (LTS)
  • net5 (current stable)

Removed nuget depedencies for those assemblies which are included in netcorapp, while maintaining the same depedencies for netstandard2.0 (for compatibility).

fixes #17

@fdipuma
Copy link
Contributor Author

fdipuma commented Jan 11, 2021

The build is failing because currently only .net core 3.1 is installed in the pipeline. If we want to support a net5 build we need to switch to .net 5.

As an alternative we could drop support for .net 5 and keep only .net core 3.1

@neuecc
Copy link
Member

neuecc commented Feb 1, 2021

Thanks!
ok, merge and I'll modify CI script.

@neuecc neuecc merged commit 3dacead into Cysharp:master Feb 1, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nuget dependencies for netcoreapp
2 participants