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

.NET Standard 2.0 support (with sample project) #17

Open
Sergio0694 opened this issue Jan 4, 2018 · 6 comments
Open

.NET Standard 2.0 support (with sample project) #17

Sergio0694 opened this issue Jan 4, 2018 · 6 comments

Comments

@Sergio0694
Copy link

Hello, are there any plans for .NET Standard 2.0 support?
I mean both the support for it and the new .csproj format, as well as a sample project using .NET Standard 2.0.

Also, VS2017 currently gives an error when trying to create a PCL from the samples (as PCLs are no longer supported in VS2017 I think).

Thank you, keep up the good work! 😄

@1996v
Copy link

1996v commented Feb 8, 2018

:)

@jeffmccormick
Copy link
Contributor

@Sergio0694 I forked the project and create compatibility for .NET Standard/Core over at https://github.com/jmccormi7/ILSupport

The updated .targets can be copied directly from here: https://raw.githubusercontent.com/jmccormi7/ILSupport/master/IL%20Support.ProjectTemplates/IL%20Support.Standard.targets

Currently waiting on a pull request back to this repository

@ins0mniaque
Copy link
Owner

This looks good. I'm swamped right now, but I'll try to pull your code and publish a new version later this week.

Thank you for your work!

@jeffmccormick
Copy link
Contributor

jeffmccormick commented Jun 8, 2018

@ins0mniaque the project templates still need some testing and tweaking, but I have verified that the new .targets works on a few projects. I will try to test the project templates tomorrow. Might be worth waiting to publish a new version until everything has been fully tested.

EDIT: Templates have been updated and tested, documentation updated. Pull request is ready.

@nietras
Copy link

nietras commented Oct 24, 2018

This sounds great :) Any progress with this?

@jeffmccormick
Copy link
Contributor

@nietras yes, .NET Standard support was merged and is available with version 2.4 of the extension

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

5 participants