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

Using magic-chunks with a netcoreapp1.0 project #18

Closed
DBCI opened this issue Jan 13, 2017 · 3 comments
Closed

Using magic-chunks with a netcoreapp1.0 project #18

DBCI opened this issue Jan 13, 2017 · 3 comments
Assignees
Milestone

Comments

@DBCI
Copy link

DBCI commented Jan 13, 2017

Hello,

As I essentially want to transform appsettings.json during the MSBuild phase, I tried adding magic-chunks to my project but the following error message pops up:

Package MagicChunks 1.2.0.58 is not compatible with netcoreapp1.0 (.NETCoreApp,Version=v1.0). Package MagicChunks 1.2.0.58 supports: net45 (.NETFramework,Version=v4.5)

Any ideas? Any intent of support netcoreapps ?

Thanks,
DB

@sergeyzwezdin
Copy link
Member

Hi,
Correct. Current implementation based on .NET 4.5, .NET Core.
Migration to .NET is planned, but I can't provide exact ETA for the moment.
I'll update here once it happens.

@sergeyzwezdin sergeyzwezdin added this to the 1.3.0 milestone Jan 14, 2017
@sergeyzwezdin sergeyzwezdin self-assigned this Jan 14, 2017
@sergeyzwezdin
Copy link
Member

Magic Chunks migrated to .NET Standard for the moment.
Will be released as part of 1.3.0.

@sergeyzwezdin
Copy link
Member

Latest fixes were released to Nuget and VS Marketplace.

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