add support for running under a particular RuntimeIdentifier
#34
Labels
enhancement
New feature or request
RuntimeIdentifier
#34
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 withfcswatch
right now. Would you accept the addition of the-r|--runtime
flag to specify the runtime to build and/or run with?The text was updated successfully, but these errors were encountered: