forked from dotnet/maui
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Tizen] Update project templates to work with safe characters
- Update project templates to work with safe characters (dotnet#2368)
- Loading branch information
1 parent
39af0a7
commit 40e3448
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
src/Templates/src/templates/maui-blazor/Platforms/Tizen/Main.cs
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,7 +1,7 @@ | ||
using System; | ||
using Microsoft.Maui; | ||
|
||
namespace MauiApp1 | ||
namespace MauiApp._1 | ||
{ | ||
class Program : MauiApplication | ||
{ | ||
|
4 changes: 2 additions & 2 deletions
4
src/Templates/src/templates/maui-blazor/Platforms/Tizen/tizen-manifest.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
2 changes: 1 addition & 1 deletion
2
src/Templates/src/templates/maui-mobile/Platforms/Tizen/Main.cs
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,7 +1,7 @@ | ||
using System; | ||
using Microsoft.Maui; | ||
|
||
namespace MauiApp1 | ||
namespace MauiApp._1 | ||
{ | ||
class Program : MauiApplication | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
src/Templates/src/templates/maui-mobile/Platforms/Tizen/tizen-manifest.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