-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Remove platform restriction from Hosting.WindowsServices #59037
Comments
Tagging subscribers to this area: @eerhardt, @maryamariyan Issue Detailsruntime/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/Directory.Build.props Line 5 in fa28488
This project is windows specific, but it does its own platform checks and no-ops. This enables development on one platform and publishing to another. The original change was here: https://github.com/dotnet/runtime/pull/53941/files Some discussion offline with @jeffhandley and @davidfowl: @jeffhandley said:
@davidfowl said:
|
Fix #59037 Co-authored-by: Eric Erhardt <[email protected]>
runtime/src/libraries/Microsoft.Extensions.Hosting.WindowsServices/Directory.Build.props
Line 5 in fa28488
This project is windows specific, but it does its own platform checks and no-ops. This enables development on one platform and publishing to another.
The original change was here: https://github.com/dotnet/runtime/pull/53941/files
Some discussion offline with @jeffhandley and @davidfowl:
@jeffhandley said:
@davidfowl said:
The text was updated successfully, but these errors were encountered: