File tree Expand file tree Collapse file tree 10 files changed +30
-30
lines changed
Modules/Templates/External
Themes/Templates/External Expand file tree Collapse file tree 10 files changed +30
-30
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Razor" >
22
33 <PropertyGroup >
4- <TargetFramework >net9 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <Version >1.0.0</Version >
66 <Authors >[Owner]</Authors >
77 <Company >[Owner]</Company >
1313 </PropertyGroup >
1414
1515 <ItemGroup >
16- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 9 .0.8 " />
17- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version =" 9 .0.8 " />
18- <PackageReference Include =" Microsoft.Extensions.Localization" Version =" 9 .0.8 " />
19- <PackageReference Include =" Microsoft.Extensions.Http" Version =" 9 .0.8 " />
20- <PackageReference Include =" System.Net.Http.Json" Version =" 9 .0.8 " />
16+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 10 .0.0-rc.1.25451.107 " />
17+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version =" 10 .0.0-rc.1.25451.107 " />
18+ <PackageReference Include =" Microsoft.Extensions.Localization" Version =" 10 .0.0-rc.1.25451.107 " />
19+ <PackageReference Include =" Microsoft.Extensions.Http" Version =" 10 .0.0-rc.1.25451.107 " />
20+ <PackageReference Include =" System.Net.Http.Json" Version =" 10 .0.0-rc.1.25451.107 " />
2121 </ItemGroup >
2222
2323 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net9 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
66 <AccelerateBuildsInVisualStudio >false</AccelerateBuildsInVisualStudio >
77 </PropertyGroup >
Original file line number Diff line number Diff line change 2727 <file src =" ..\Server\bin\Release\$targetframework$\$ProjectName$.Server.Oqtane.pdb" target =" lib\$targetframework$" />
2828 <file src =" ..\Shared\bin\Release\$targetframework$\$ProjectName$.Shared.Oqtane.dll" target =" lib\$targetframework$" />
2929 <file src =" ..\Shared\bin\Release\$targetframework$\$ProjectName$.Shared.Oqtane.pdb" target =" lib\$targetframework$" />
30- <file src =" ..\Server\obj\Release\net9.0 \staticwebassets\msbuild.$ProjectName$.Microsoft.AspNetCore.StaticWebAssetEndpoints.props" target =" build\Microsoft.AspNetCore.StaticWebAssetEndpoints.props" />
31- <file src =" ..\Server\obj\Release\net9.0 \staticwebassets\msbuild.$ProjectName$.Microsoft.AspNetCore.StaticWebAssets.props" target =" build\Microsoft.AspNetCore.StaticWebAssets.props" />
32- <file src =" ..\Server\obj\Release\net9.0 \staticwebassets\msbuild.build.$ProjectName$.props" target =" build\$ProjectName$.props" />
33- <file src =" ..\Server\obj\Release\net9.0 \staticwebassets\msbuild.buildMultiTargeting.$ProjectName$.props" target =" buildMultiTargeting\$ProjectName$.props" />
34- <file src =" ..\Server\obj\Release\net9.0 \staticwebassets\msbuild.buildTransitive.$ProjectName$.props" target =" buildTransitive\$ProjectName$.props" />
30+ <file src =" ..\Server\obj\Release\$targetframework$ \staticwebassets\msbuild.$ProjectName$.Microsoft.AspNetCore.StaticWebAssetEndpoints.props" target =" build\Microsoft.AspNetCore.StaticWebAssetEndpoints.props" />
31+ <file src =" ..\Server\obj\Release\$targetframework$ \staticwebassets\msbuild.$ProjectName$.Microsoft.AspNetCore.StaticWebAssets.props" target =" build\Microsoft.AspNetCore.StaticWebAssets.props" />
32+ <file src =" ..\Server\obj\Release\$targetframework$ \staticwebassets\msbuild.build.$ProjectName$.props" target =" build\$ProjectName$.props" />
33+ <file src =" ..\Server\obj\Release\$targetframework$ \staticwebassets\msbuild.buildMultiTargeting.$ProjectName$.props" target =" buildMultiTargeting\$ProjectName$.props" />
34+ <file src =" ..\Server\obj\Release\$targetframework$ \staticwebassets\msbuild.buildTransitive.$ProjectName$.props" target =" buildTransitive\$ProjectName$.props" />
3535 <file src =" ..\Server\wwwroot\**\*.*" target =" staticwebassets" />
3636 <file src =" icon.png" target =" " />
3737 </files >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Razor" >
22
33 <PropertyGroup >
4- <TargetFramework >net9 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <AddRazorSupportForMvc >true</AddRazorSupportForMvc >
66 <Version >1.0.0</Version >
77 <Product >[Owner].Module.[Module]</Product >
2020 </ItemGroup >
2121
2222 <ItemGroup >
23- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Server" Version =" 9 .0.8 " />
24- <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 9 .0.8 " />
25- <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 9 .0.8 " />
26- <PackageReference Include =" Microsoft.Extensions.Localization" Version =" 9 .0.8 " />
23+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Server" Version =" 10 .0.0-rc.1.25451.107 " />
24+ <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 10 .0.0-rc.1.25451.107 " />
25+ <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 10 .0.0-rc.1.25451.107 " />
26+ <PackageReference Include =" Microsoft.Extensions.Localization" Version =" 10 .0.0-rc.1.25451.107 " />
2727 </ItemGroup >
2828
2929 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net9 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <Version >1.0.0</Version >
66 <Product >[Owner].Module.[Module]</Product >
77 <Authors >[Owner]</Authors >
Original file line number Diff line number Diff line change 11{
22 "Title" : " Default Module Template" ,
33 "Type" : " External" ,
4- "Version" : " 5.2 .0" ,
4+ "Version" : " 10.0 .0" ,
55 "Namespace" : " [Owner].Module.[Module]"
66}
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Razor" >
22
33 <PropertyGroup >
4- <TargetFramework >net9 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <Version >1.0.0</Version >
66 <Authors >[Owner]</Authors >
77 <Company >[Owner]</Company >
1414 </PropertyGroup >
1515
1616 <ItemGroup >
17- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 9 .0.8 " />
18- <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version =" 9 .0.8 " />
19- <PackageReference Include =" Microsoft.Extensions.Localization" Version =" 9 .0.8 " />
17+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly" Version =" 10 .0.0-rc.1.25451.107 " />
18+ <PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version =" 10 .0.0-rc.1.25451.107 " />
19+ <PackageReference Include =" Microsoft.Extensions.Localization" Version =" 10 .0.0-rc.1.25451.107 " />
2020 </ItemGroup >
2121
2222 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net9 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
66 <AccelerateBuildsInVisualStudio >false</AccelerateBuildsInVisualStudio >
77 </PropertyGroup >
Original file line number Diff line number Diff line change 2323 <files >
2424 <file src =" ..\Client\bin\Release\$targetframework$\$projectname$.Client.Oqtane.dll" target =" lib\$targetframework$" />
2525 <file src =" ..\Client\bin\Release\$targetframework$\$projectname$.Client.Oqtane.pdb" target =" lib\$targetframework$" />
26- <file src =" ..\Client\obj\Release\net9.0 \staticwebassets\msbuild.$ProjectName$.Microsoft.AspNetCore.StaticWebAssetEndpoints.props" target =" build\Microsoft.AspNetCore.StaticWebAssetEndpoints.props" />
27- <file src =" ..\Client\obj\Release\net9.0 \staticwebassets\msbuild.$ProjectName$.Microsoft.AspNetCore.StaticWebAssets.props" target =" build\Microsoft.AspNetCore.StaticWebAssets.props" />
28- <file src =" ..\Client\obj\Release\net9.0 \staticwebassets\msbuild.build.$ProjectName$.props" target =" build\$ProjectName$.props" />
29- <file src =" ..\Client\obj\Release\net9.0 \staticwebassets\msbuild.buildMultiTargeting.$ProjectName$.props" target =" buildMultiTargeting\$ProjectName$.props" />
30- <file src =" ..\Client\obj\Release\net9.0 \staticwebassets\msbuild.buildTransitive.$ProjectName$.props" target =" buildTransitive\$ProjectName$.props" />
26+ <file src =" ..\Client\obj\Release\$targetframework$ \staticwebassets\msbuild.$ProjectName$.Microsoft.AspNetCore.StaticWebAssetEndpoints.props" target =" build\Microsoft.AspNetCore.StaticWebAssetEndpoints.props" />
27+ <file src =" ..\Client\obj\Release\$targetframework$ \staticwebassets\msbuild.$ProjectName$.Microsoft.AspNetCore.StaticWebAssets.props" target =" build\Microsoft.AspNetCore.StaticWebAssets.props" />
28+ <file src =" ..\Client\obj\Release\$targetframework$ \staticwebassets\msbuild.build.$ProjectName$.props" target =" build\$ProjectName$.props" />
29+ <file src =" ..\Client\obj\Release\$targetframework$ \staticwebassets\msbuild.buildMultiTargeting.$ProjectName$.props" target =" buildMultiTargeting\$ProjectName$.props" />
30+ <file src =" ..\Client\obj\Release\$targetframework$ \staticwebassets\msbuild.buildTransitive.$ProjectName$.props" target =" buildTransitive\$ProjectName$.props" />
3131 <file src =" ..\Client\wwwroot\**\*.*" target =" staticwebassets" />
3232 <file src =" icon.png" target =" " />
3333 </files >
Original file line number Diff line number Diff line change 11{
22 "Title" : " Default Theme Template" ,
33 "Type" : " External" ,
4- "Version" : " 5.2 .0" ,
4+ "Version" : " 10.0 .0" ,
55 "Namespace" : " [Owner].Theme.[Theme]"
66}
You can’t perform that action at this time.
0 commit comments