1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-09 17:44:48 +09:00

Remove SupportedOSPlatforms windows on Hosting WindowsServices (#59039)

Fix #59037
This commit is contained in:
Eric Erhardt 2021-09-13 14:54:30 -06:00 committed by GitHub
parent 06fb856637
commit 88eb71e6a2
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,5 @@
<Import Project="..\Directory.Build.props" />
<PropertyGroup>
<PackageTags>hosting</PackageTags>
<SupportedOSPlatforms>windows</SupportedOSPlatforms>
</PropertyGroup>
</Project>