projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71ce8a9
)
Remove ProjectCapability=DotNetCoreWeb from WasiApp (#86639)
author
Marek Fišera
<mara@neptuo.com>
Tue, 23 May 2023 18:56:04 +0000
(20:56 +0200)
committer
GitHub
<noreply@github.com>
Tue, 23 May 2023 18:56:04 +0000
(13:56 -0500)
src/mono/wasi/build/WasiApp.targets
patch
|
blob
|
history
diff --git
a/src/mono/wasi/build/WasiApp.targets
b/src/mono/wasi/build/WasiApp.targets
index
190f89f
..
c39ec3a
100644
(file)
--- a/
src/mono/wasi/build/WasiApp.targets
+++ b/
src/mono/wasi/build/WasiApp.targets
@@
-125,9
+125,6
@@
</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" />