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

add support for running under a particular RuntimeIdentifier #34

Open
baronfel opened this issue May 1, 2019 · 1 comment
Open

add support for running under a particular RuntimeIdentifier #34

baronfel opened this issue May 1, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@baronfel
Copy link
Collaborator

baronfel commented May 1, 2019

I have a program that uses Asp.Net Core, but on Mono, and it requires a runtime-specific build (ie dotnet build -r osx-x64) in order to use Kestrel due to framework- and os-level dependencies, so I can't use it with fcswatch right now. Would you accept the addition of the -r|--runtime flag to specify the runtime to build and/or run with?

@humhei
Copy link
Owner

humhei commented May 1, 2019

Would you accept the addition of the -r|--runtime flag to specify the runtime to build and/or run with?

Yes.

@tylerhartwig tylerhartwig added the enhancement New feature or request label May 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants