Remove ProjectCapability=DotNetCoreWeb from WasiApp (#86639)
authorMarek Fišera <mara@neptuo.com>
Tue, 23 May 2023 18:56:04 +0000 (20:56 +0200)
committerGitHub <noreply@github.com>
Tue, 23 May 2023 18:56:04 +0000 (13:56 -0500)
src/mono/wasi/build/WasiApp.targets

index 190f89f..c39ec3a 100644 (file)
   </PropertyGroup>
 
   <ItemGroup>
-    <!-- Allow running/debugging from VS -->
-    <ProjectCapability Include="DotNetCoreWeb"/>
-
     <SupportedPlatform Condition="'$(IsWasiProject)' == 'true'"        Remove="@(SupportedPlatform)" />
     <SupportedPlatform Condition="'$(IsBrowserWasmProject)' == 'true'" Include="browser" />
     <SupportedPlatform Condition="'$(IsWasiProject)' == 'true'"        Include="wasi" />