-
Notifications
You must be signed in to change notification settings - Fork 50
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
Migrate to csproj #35
Comments
Hey @Tyrrrz, this will be solved in the 2.0 release (see v2.0.0-alpha). That version is built for .NET Standard and uses .csproj. It seems to be pretty stable at the moment and I'm hoping to promote it to stable v2 after I finish reviewing comments on #24. |
I'm not really interested in the metric changes in 2.0 and I would like this fix as soon as possible. I can make a PR with just this change, would you merge it? |
Also I would need to use this library in a project targeting net45 (outside of docker) |
I'm using this library in an app that runs inside a docker container. Due to having been built with project.json format, this library requires an sdk image to run, which is significantly bigger than the runtime image. Switching to csproj should fix it.
The text was updated successfully, but these errors were encountered: