We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We can automate the process of modifying these values in a new csproj: https://github.com/bytecodealliance/componentize-dotnet?tab=readme-ov-file#3-configure-the-compilation-output
by providing a template https://learn.microsoft.com/en-us/dotnet/core/tools/custom-templates that can be installed and create with dotnet new install nuget<TEMPLATE> and dotnet new <TEMPLATE>
dotnet new install nuget<TEMPLATE>
dotnet new <TEMPLATE>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We can automate the process of modifying these values in a new csproj: https://github.com/bytecodealliance/componentize-dotnet?tab=readme-ov-file#3-configure-the-compilation-output
by providing a template https://learn.microsoft.com/en-us/dotnet/core/tools/custom-templates that can be installed and create with
dotnet new install nuget<TEMPLATE>
anddotnet new <TEMPLATE>
The text was updated successfully, but these errors were encountered: