Skip to content

Commit 9f39e70

Browse files
docs: update .browserwasm.cs to reflect equivalence with .wasm.cs
Co-authored-by: MartinZikmund <1075116+MartinZikmund@users.noreply.github.com>
1 parent 2f29f80 commit 9f39e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/articles/platform-specific-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Heavy usage of `#if` conditionals in shared code makes it hard to read and compr
103103
Starting from Uno Platform 5.2, in project or class libraries using the `Uno.Sdk`, a set of implicit file name conventions can be used to target specific platforms:
104104

105105
* `*.wasm.cs` is built for `net9.0-browserwasm` and for Skia with the WebAssembly runtime identifier
106-
* `*.browserwasm.cs` is built only for `net9.0-browserwasm` (not for Skia with the WebAssembly runtime identifier)
106+
* `*.browserwasm.cs` is equivalent to `*.wasm.cs` — built for `net9.0-browserwasm` and for Skia with the WebAssembly runtime identifier
107107
* `*.desktop.cs` is built only for `net9.0-desktop`
108108
* `*.iOS.cs` is built only for `net9.0-ios` and `net9.0-maccatalyst`
109109
* `*.tvOS.cs` is built only for `net9.0-tvos`

0 commit comments

Comments
 (0)