File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ indent_style = space
1212tab_width = 4
1313
1414# New line preferences
15- end_of_line = crlf
15+ end_of_line = lf
1616insert_final_newline = true
1717
1818# ### .NET Coding Conventions ####
@@ -362,7 +362,7 @@ dotnet_style_namespace_match_folder = true:suggestion
362362dotnet_style_operator_placement_when_wrapping = beginning_of_line
363363tab_width = 4
364364indent_size = 4
365- end_of_line = crlf
365+ end_of_line = lf
366366dotnet_style_readonly_field = true :suggestion
367367dotnet_style_predefined_type_for_locals_parameters_members = true :suggestion
368368dotnet_style_predefined_type_for_member_access = true :suggestion
Original file line number Diff line number Diff line change 11# ##############################################################################
22# Set default behavior to automatically normalize line endings.
33# ##############################################################################
4- * text =auto
4+ * text =auto eol = lf
55
66# ##############################################################################
77# Set default behavior for command prompt diff.
Original file line number Diff line number Diff line change 1313
1414 <ItemGroup >
1515 <PackageReference Include =" Humanizer" Version =" 3.0.10" />
16- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 10.0.5 " />
17- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 10.0.5 " PrivateAssets =" all" />
18- <PackageReference Include =" MudBlazor" Version =" 9.2 .0" />
16+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 10.0.6 " />
17+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 10.0.6 " PrivateAssets =" all" />
18+ <PackageReference Include =" MudBlazor" Version =" 9.3 .0" />
1919 </ItemGroup >
2020
2121</Project >
Original file line number Diff line number Diff line change 22 "sdk" : {
33 "allowPrerelease" : false ,
44 "rollForward" : " latestMinor" ,
5- "version" : " 10.0.201 "
5+ "version" : " 10.0.202 "
66 }
77}
You can’t perform that action at this time.
0 commit comments