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

Making package UAP compatible #1

Open
ameno- opened this issue Mar 22, 2016 · 3 comments
Open

Making package UAP compatible #1

ameno- opened this issue Mar 22, 2016 · 3 comments

Comments

@ameno-
Copy link

ameno- commented Mar 22, 2016

What would it take to make this package work with a UAP app? I've tried adding it in portable library, but the error I get is Takenet.Textc 0.2.7 is not compatible with DNXCore,Version=v5.0.

@andrebires
Copy link
Contributor

The project doesn't support the .NET Core currently, but it is definitely something that we will consider in a near future. But you can always send us a pull request :)

@ameno-
Copy link
Author

ameno- commented Mar 22, 2016

I'm still fairly new to the Microsoft stack so I don't really know where to start, but if you can point me in the right direction, I'd be happy to do this.

What are some good google searches that'll help me find more info about adding support for .NET Core to a nuget package?

I've found this article about targeting .NET Core, is this what TextC needs?

@andrebires
Copy link
Contributor

Yes, you will need a recompiled version of the source, targeting the .NET Core version.

You should take a look at https://dotnet.github.io/getting-started/ and https://blogs.msdn.microsoft.com/dotnet/2016/02/10/porting-to-net-core/. The project now supports only .NET 4.5.1 but I believe that will be very straightforward the port to the .NET Core.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants