File tree Expand file tree Collapse file tree
.template.config/templates
AntDesign.Pro.Template.Client Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " AntDesign.Pro.Template" ,
3- "version" : " 1.4.0 " ,
3+ "version" : " 1.6.2 " ,
44 "description" : " An out-of-box UI solution for enterprise applications as a Blazor boilerplate." ,
55 "scripts" : {
66 "start" : " dotnet watch -p ./ run" ,
2424 "vinyl-buffer" : " ^1.0.1" ,
2525 "vinyl-source-stream" : " ^2.0.0"
2626 }
27- }
27+ }
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >net9 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 </PropertyGroup >
88
99 <ItemGroup >
1010 <PackageReference Include =" AntDesign.Charts" Version =" 0.6.6" />
11- <PackageReference Include =" AntDesign.Extensions.Localization" Version =" 1.4.0 " />
12- <PackageReference Include =" AntDesign.ProLayout" Version =" 1.4.0 " />
13- <PackageReference Include =" Microsoft.Extensions.Http" Version =" 9 .0.0" />
14- <PackageReference Include =" System.Net.Http.Json" Version =" 9 .0.0" />
11+ <PackageReference Include =" AntDesign.Extensions.Localization" Version =" 1.6.2 " />
12+ <PackageReference Include =" AntDesign.ProLayout" Version =" 1.6.2 " />
13+ <PackageReference Include =" Microsoft.Extensions.Http" Version =" 10 .0.0" />
14+ <PackageReference Include =" System.Net.Http.Json" Version =" 10 .0.0" />
1515 </ItemGroup >
1616
1717 <!-- #if (UseNodeJS) -->
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.BlazorWebAssembly" >
22
33 <PropertyGroup >
4- <TargetFramework >net9 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <RazorLangVersion >3.0</RazorLangVersion >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <Nullable >enable</Nullable >
88 </PropertyGroup >
99
1010 <ItemGroup >
1111 <PackageReference Include =" AntDesign.Charts" Version =" 0.6.6" />
12- <PackageReference Include =" AntDesign.Extensions.Localization" Version =" 1.4.0 " />
13- <PackageReference Include =" AntDesign.ProLayout" Version =" 1.4.0 " />
14- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 9 .0.0" />
15- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 9 .0.0" PrivateAssets =" all" />
16- <PackageReference Include =" Microsoft.Extensions.Http" Version =" 9 .0.0" />
17- <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 9 .0.0" />
18- <PackageReference Include =" System.Net.Http.Json" Version =" 9 .0.0" />
12+ <PackageReference Include =" AntDesign.Extensions.Localization" Version =" 1.6.2 " />
13+ <PackageReference Include =" AntDesign.ProLayout" Version =" 1.6.2 " />
14+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 10 .0.0" />
15+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 10 .0.0" PrivateAssets =" all" />
16+ <PackageReference Include =" Microsoft.Extensions.Http" Version =" 10 .0.0" />
17+ <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 10 .0.0" />
18+ <PackageReference Include =" System.Net.Http.Json" Version =" 10 .0.0" />
1919 </ItemGroup >
2020
2121 <!-- #if (UseNodeJS) -->
Original file line number Diff line number Diff line change 11{
22 "name" : " AntDesign.Pro.Template" ,
3- "version" : " 1.4.0 " ,
3+ "version" : " 1.6.2 " ,
44 "description" : " An out-of-box UI solution for enterprise applications as a Blazor boilerplate." ,
55 "scripts" : {
66 "start" : " dotnet watch -p ./src/AntDesign.Pro.Template run" ,
2424 "vinyl-buffer" : " ^1.0.1" ,
2525 "vinyl-source-stream" : " ^2.0.0"
2626 }
27- }
27+ }
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.BlazorWebAssembly" >
22
33 <PropertyGroup >
4- <TargetFramework >net9 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77 <NoDefaultLaunchSettingsFile >true</NoDefaultLaunchSettingsFile >
1010
1111 <ItemGroup >
1212 <PackageReference Include =" AntDesign.Charts" Version =" 0.6.6" />
13- <PackageReference Include =" AntDesign.Extensions.Localization" Version =" 1.4.0 " />
14- <PackageReference Include =" AntDesign.ProLayout" Version =" 1.4.0 " />
15- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 9 .0.0" />
16- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 9 .0.0" PrivateAssets =" all" />
17- <PackageReference Include =" Microsoft.Extensions.Http" Version =" 9 .0.0" />
18- <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 9 .0.0" />
19- <PackageReference Include =" System.Net.Http.Json" Version =" 9 .0.0" />
13+ <PackageReference Include =" AntDesign.Extensions.Localization" Version =" 1.6.2 " />
14+ <PackageReference Include =" AntDesign.ProLayout" Version =" 1.6.2 " />
15+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 10 .0.0" />
16+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 10 .0.0" PrivateAssets =" all" />
17+ <PackageReference Include =" Microsoft.Extensions.Http" Version =" 10 .0.0" />
18+ <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 10 .0.0" />
19+ <PackageReference Include =" System.Net.Http.Json" Version =" 10 .0.0" />
2020 </ItemGroup >
2121
2222 <!-- #if (UseNodeJS) -->
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >net9 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 </PropertyGroup >
88
99 <ItemGroup >
1010 <ProjectReference Include =" ..\AntDesign.Pro.Template.Client\AntDesign.Pro.Template.Client.csproj" />
11- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Server" Version =" 9 .0.0" />
11+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Server" Version =" 10 .0.0" />
1212 </ItemGroup >
1313
1414</Project >
Original file line number Diff line number Diff line change 11{
22 "name" : " AntDesign.Pro" ,
3- "version" : " 1.4.0 " ,
3+ "version" : " 1.6.2 " ,
44 "description" : " An out-of-box UI solution for enterprise applications as a Blazor boilerplate." ,
55 "scripts" : {
66 "start" : " dotnet watch -p ./src/AntDesign.Pro run" ,
2626 "vinyl-buffer" : " ^1.0.1" ,
2727 "vinyl-source-stream" : " ^2.0.0"
2828 }
29- }
29+ }
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.BlazorWebAssembly" >
22
33 <PropertyGroup >
4- <TargetFramework >net9 </TargetFramework >
4+ <TargetFramework >net10.0 </TargetFramework >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77 <AssemblyName >AntDesign.Pro.Template</AssemblyName >
1212
1313 <ItemGroup >
1414 <PackageReference Include =" AntDesign.Charts" Version =" 0.6.6" />
15- <PackageReference Include =" AntDesign.Extensions.Localization" Version =" 1.4.0 " />
16- <PackageReference Include =" AntDesign.ProLayout" Version =" 1.4.0 " />
17- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 9 .0.0" />
18- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 9 .0.0" PrivateAssets =" all" />
19- <PackageReference Include =" Microsoft.Extensions.Http" Version =" 9 .0.0" />
20- <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 9 .0.0" />
21- <PackageReference Include =" System.Net.Http.Json" Version =" 9 .0.0" />
15+ <PackageReference Include =" AntDesign.Extensions.Localization" Version =" 1.6.2 " />
16+ <PackageReference Include =" AntDesign.ProLayout" Version =" 1.6.2 " />
17+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 10 .0.0" />
18+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 10 .0.0" PrivateAssets =" all" />
19+ <PackageReference Include =" Microsoft.Extensions.Http" Version =" 10 .0.0" />
20+ <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 10 .0.0" />
21+ <PackageReference Include =" System.Net.Http.Json" Version =" 10 .0.0" />
2222 </ItemGroup >
2323
2424 <PropertyGroup Condition =" '$(SolutionDir)'==''" >
You can’t perform that action at this time.
0 commit comments