Skip to content

Add .NET Standard target#59

Merged
geaz merged 1 commit into
webview:masterfrom
elringus:master
Nov 24, 2025
Merged

Add .NET Standard target#59
geaz merged 1 commit into
webview:masterfrom
elringus:master

Conversation

@elringus

Copy link
Copy Markdown
Contributor

This adds support for the .NET Standard 2.1 target, which is essential for portability.

One of the prominent use cases is Unity game engine — it doesn't support the .NET 6+ targets.

The <TargetFrameworks Condition="'$(PublishAot)' == 'true'"> override is required to support AOT publishing in the CI script (otherwise it breaks when attempting to pack the netstandard target for AOT).

@geaz
geaz merged commit 596f5f1 into webview:master Nov 24, 2025
@geaz

geaz commented Nov 24, 2025

Copy link
Copy Markdown
Member

Looks fine, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants