Skip to content

Commit

Permalink
fix: Remove net5.0 target option for skia/wasm
Browse files Browse the repository at this point in the history
The netstd 2.0 needs to be used for debugging, net5 does not work properly. This will be adjusted when going to net6.
  • Loading branch information
jeromelaban authored Sep 1, 2021
1 parent 9efab96 commit dc13854
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/crosstargeting_override.props.sample
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
xamarinios10 (iOS) - Uno.UI-iOS-only.slnf
MonoAndroid11.0 (Android 11.0) - Uno.UI-Android-only.slnf
netstandard2.0 (WebAssembly, Skia) - Uno.UI-Wasm-only.slnf, Uno.UI-Skia-only.slnf
net5.0 (WebAssembly, Skia) - Uno.UI-Wasm-only.slnf, Uno.UI-Skia-only.slnf
net6.0-ios (.NET 6 iOS) - Uno.UI-net6-only.slnf
net6.0-android (.NET 6 Android) - Uno.UI-net6-only.slnf
net6.0-maccatalyst (.NET 6 macOS Catalyst) - Uno.UI-net6-only.slnf
Expand Down

0 comments on commit dc13854

Please sign in to comment.