-
Notifications
You must be signed in to change notification settings - Fork 88
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
Build for .NET 4.5 does not work, fails to find/restore packages #94
Comments
OK, this is fixed in my new PR. |
OK, I am re-opening this for coordination. Can you please respond here rather than in the mother thread. As I said before, you need to let me know whether pursue fixing this myself or it is something you will be doing your end and whether you need my help. |
@aliostad Thanks for reporting this issue. I'm currently working on a solution where net45 is available for 2017 csproj but travis will still compile netstandard until we find a solution. |
@aliostad It works on my VS2017 with this fix. Can you test ? |
What I care about most is command line build and having nuget. Does it work on those? |
I can see you closed this issue. I checked and build works but does not create 4.5 binaries. The PR I sent was generating them. Am I missing something? |
@aliostad The PR allows to generate a nuget with both net standard and net45 supported. I will release a new nuget tomorrow as I don't have a windows machine at home. Isn't that what you needed ? The PR you sent didn't have a green build due to some incompatibilities with linux for now. I guess we can't say your PR was generating them then. What about creating a PR creating a script for windows ? |
Nuget published with version 0.4.1 |
Thanks a lot. Cheers |
Please come back to us if you need anything related to this issue. |
To reproduce:
I see
packages.config
files but they are not part of the solution. I added them to get around the build issue but for some reason does not work.The text was updated successfully, but these errors were encountered: