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

Application can't parse project that contains <TargetFrameworks> tag instead of <TargetFramework> #18

Closed
DmitryGolubenkov opened this issue Mar 18, 2023 · 0 comments
Assignees
Labels
bug Something isn't working priority: high Issues that should be done as soon as possible

Comments

@DmitryGolubenkov
Copy link
Owner

Some projects, such as libraries, can be multitargeted for different .NET versions. Currently SharpDockerizer can parse only <TargetFramework> and silently crashes when <TargetFrameworks> is present instead of the first. This should be fixed.
I think that library .NET version is not so important as ASP.NET version so we can skip the version or put some placeholder value here.

Will be fixed in next release.

@DmitryGolubenkov DmitryGolubenkov added bug Something isn't working priority: high Issues that should be done as soon as possible labels Mar 18, 2023
@DmitryGolubenkov DmitryGolubenkov self-assigned this Mar 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority: high Issues that should be done as soon as possible
Projects
None yet
Development

No branches or pull requests

1 participant