File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed
src/Templates/src/templates/maui-mobile Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 84
84
<!-- #if (IncludeSampleContent) -->
85
85
<ItemGroup >
86
86
<PackageReference Include =" CommunityToolkit.Mvvm" Version =" 8.3.2" />
87
- <!-- #if (Framework == "net8.0") -->
88
- <PackageReference Include =" CommunityToolkit.Maui" Version =" 9.1.0" />
89
- <!-- #else-->
90
87
<PackageReference Include =" CommunityToolkit.Maui" Version =" 11.1.1" />
91
- <!-- #endif-->
92
88
<PackageReference Include =" Microsoft.Data.Sqlite.Core" Version =" 8.0.8" />
93
89
<PackageReference Include =" SQLitePCLRaw.bundle_green" Version =" 2.1.10" />
94
90
<PackageReference Include =" Syncfusion.Maui.Toolkit" Version =" 1.0.5" />
Original file line number Diff line number Diff line change 62
62
<Entry .Behaviors>
63
63
<toolkit : TextValidationBehavior
64
64
InvalidStyle =" {StaticResource InvalidEntryStyle}"
65
- <!--#if (Framework == " net8.0" ) -->
66
- Flags="ValidateOnUnfocusing"
67
- <!-- #else -->
68
65
Flags =" ValidateOnUnfocused"
69
- <!-- #endif -->
70
66
RegexPattern =" ^#(?:[0-9a-fA-F]{3}){1,2}$" />
71
67
</Entry .Behaviors>
72
68
</Entry >
108
104
<Entry .Behaviors>
109
105
<toolkit : TextValidationBehavior
110
106
InvalidStyle =" {StaticResource InvalidEntryStyle}"
111
- <!--#if (Framework == " net8.0" ) -->
112
- Flags="ValidateOnUnfocusing"
113
- <!-- #else -->
114
107
Flags =" ValidateOnUnfocused"
115
- <!-- #endif -->
116
108
RegexPattern =" ^#(?:[0-9a-fA-F]{3}){1,2}$" />
117
109
</Entry .Behaviors>
118
110
</Entry >
You can’t perform that action at this time.
0 commit comments