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

Multi Project & Multi Target #102

Closed

Conversation

StefH
Copy link

@StefH StefH commented Mar 13, 2021

  • Multi Project
  • Multi Target
  • Updated Unit tests to use 2019
  1. Not sure the difference between 16 and 16.1 --> For now I took the 16.1 version for 2016 dll.

  2. Projects look now like:
    image

  3. And they all target multiple frameworks:

<TargetFrameworks>net45;netcoreapp3.1;net5.0;netstandard2.0</TargetFrameworks>
  1. You can just build all in Release mode, and the correct NuGets are created.

  2. Version can be updated in Directory.Build.props

- Multi Target
- Updated Unit tests to use 2019
@sadomovalex
Copy link
Owner

Multiplatform targeting was implemented by using build configurations within the same project

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.

2 participants