-
Notifications
You must be signed in to change notification settings - Fork 746
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11078 from unoplatform/dev/jela/templates-adjust
Misc templates adjustments
- Loading branch information
Showing
3 changed files
with
17 additions
and
26 deletions.
There are no files selected for viewing
17 changes: 12 additions & 5 deletions
17
src/SolutionTemplate/UnoSolutionTemplate.WinUI.netcore/Views/UnoQuickStart.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 4 additions & 3 deletions
7
src/SolutionTemplate/UnoSolutionTemplate.WinUI.netcore/Wasm/LinkerConfig.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
<linker> | ||
<assembly fullname="$ext_safeprojectname$.Wasm" /> | ||
<assembly fullname="Uno.UI" /> | ||
<assembly fullname="Microsoft.Extensions.Options" /> | ||
|
||
<!-- | ||
Uncomment this section when using JSON.NET | ||
<assembly fullname="System.Core"> | ||
<!-- This is required by JSon.NET and any expression.Compile caller --> | ||
<type fullname="System.Linq.Expressions*" /> | ||
<type fullname="System.Linq.Expressions*" /> | ||
</assembly> | ||
--> | ||
</linker> |
19 changes: 1 addition & 18 deletions
19
src/SolutionTemplate/UnoSolutionTemplate.WinUI.netcore/Wasm/WasmCSS/Fonts.css
Large diffs are not rendered by default.
Oops, something went wrong.