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

Support for target framework '.NETCoreApp,Version=v2.1'. #9

Open
promontis opened this issue Sep 12, 2018 · 5 comments
Open

Support for target framework '.NETCoreApp,Version=v2.1'. #9

promontis opened this issue Sep 12, 2018 · 5 comments

Comments

@promontis
Copy link

When I install the NuGet package in my .NET Core 2.1 app I get the following error:

Package 'NServiceBus.SimpleInjector 3.0.1' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETCoreApp,Version=v2.1'. This package may not be fully compatible with your project.

Could you add support for this?

@WilliamBZA
Copy link
Owner

Hey @promontis, I'll jump on this as soon as I get a free space. Not sure when that will be though

@mmisztal1980
Copy link

@WilliamBZA how much effort is required to have this running?

@WilliamBZA
Copy link
Owner

I honestly haven't even looked at this, the day job has prevented me getting any focus on this.

@mmisztal1980
Copy link

if you provide some guidance, I'm willing to submit a PR on this wink wink

@WilliamBZA
Copy link
Owner

As far as I know it would be changing the solution and project files to the new format, and setting the project to multi-target both .net framework and .net core. But not having attempted this myself before, I'm not actually sure if that's even remotely correct

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

No branches or pull requests

3 participants