Remove SupportedOSPlatforms windows on Hosting WindowsServices (#59064)
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Wed, 15 Sep 2021 02:27:03 +0000 (20:27 -0600)
committerGitHub <noreply@github.com>
Wed, 15 Sep 2021 02:27:03 +0000 (20:27 -0600)
Fix #59037

Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
src/libraries/Microsoft.Extensions.Hosting.WindowsServices/Directory.Build.props

index 899ad9d..3d31843 100644 (file)
@@ -2,6 +2,5 @@
   <Import Project="..\Directory.Build.props" />
   <PropertyGroup>
     <PackageTags>hosting</PackageTags>
-    <SupportedOSPlatforms>windows</SupportedOSPlatforms> 
   </PropertyGroup>
 </Project>