Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for new Browser SDK and 11.1 Avalonia.Browser #247

Merged
merged 4 commits into from
Mar 12, 2024

Conversation

maxkatz6
Copy link
Member

@maxkatz6 maxkatz6 commented Mar 7, 2024

  1. Switch to Microsoft.NET.Sdk.WebAssembly

@maxkatz6 maxkatz6 mentioned this pull request Mar 7, 2024
7 tasks
@@ -1,16 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk.WebAssembly">
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Microsoft.NET.Sdk.WebAssembly is only supported with 11.1, so for 11.0 we will need to keep old csproj format

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Optional: add a parameter like "Use Microsoft.NET.Sdk.WebAssembly" to allow old behavior for 11.1 as well

@maxkatz6 maxkatz6 merged commit 97307ef into master Mar 12, 2024
2 of 3 checks passed
@maxkatz6 maxkatz6 deleted the 11.1-browser branch March 12, 2024 00:04
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.

1 participant