File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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+ <TargetFrameworks >net10 .0</TargetFrameworks >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <Description >AntBlazor是实现AntDesign的Blazor静态组件库。</Description >
88 <GenerateDocumentationFile >True</GenerateDocumentationFile >
99 </PropertyGroup >
1010
1111 <ItemGroup >
12- <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 9 .0.1 " />
12+ <PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 10 .0.0-preview.1.25120.3 " />
1313 </ItemGroup >
1414
1515</Project >
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+ <TargetFrameworks >net10 .0</TargetFrameworks >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <Description >CodeWF是基于Known的内容管理系统前台和后台共用类库。</Description >
88 </PropertyGroup >
99
1010 <ItemGroup >
11- <PackageReference Include =" CodeWF.Tools" Version =" 1.3.1.2 " />
11+ <PackageReference Include =" CodeWF.Tools" Version =" 1.3.5 " />
1212 <PackageReference Include =" Markdig" Version =" 0.40.0" />
13- <PackageReference Include =" Known" Version =" 3.1.2 " />
13+ <PackageReference Include =" Known" Version =" 3.1.7 " />
1414 <ProjectReference Include =" ..\AntBlazor\AntBlazor.csproj" />
1515 </ItemGroup >
1616
Original file line number Diff line number Diff line change 2020 @if (Model ? .Copyright == CopyRights .Original )
2121 {
2222 <p >原文标题:<a href =" @ConstantUtil.GetBbsPostUrl(Model)" target =" _blank" >@Model.Title </a ></p >
23- <p >原文链接:<a href =" @ConstantUtil.GetBbsPostUrl(Model)" target =" _blank" >@SiteOption.Value.Domain@ConstantUtil.GetBbsPostUrl(Model) </a ></p >
23+ @if (ConstantUtil .GetBbsPostUrl (Model ).IsNullOrEmpty () != true )
24+ {
25+ <p >原文链接:<a href =" @ConstantUtil.GetBbsPostUrl(Model)" target =" _blank" >@SiteOption.Value.Domain@ConstantUtil.GetBbsPostUrl(Model) </a ></p >
26+ }
2427 }
2528 else
2629 {
2730 <p >原文标题:<a href =" @Model?.OriginalLink" target =" _blank" >@( Model ? .OriginalTitle ?? Model ? .Title ) </a ></p >
28- <p >原文链接:<a href =" @Model?.OriginalLink" target =" _blank" >@Model ?.OriginalLink </a ></p >
31+ @if (@Model ? .OriginalLink .IsNullOrEmpty () != true )
32+ {
33+ <p >原文链接:<a href =" @Model?.OriginalLink" target =" _blank" >@Model ?.OriginalLink </a ></p >
34+ }
2935 }
3036 </div >
3137</div >
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+ <TargetFrameworks >net10 .0</TargetFrameworks >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <UserSecretsId >267d663b-ea50-422e-b9fd-758356e11900</UserSecretsId >
1212 <ItemGroup >
1313 <PackageReference Include =" FluentValidation" Version =" 12.0.0-preview1" />
1414 <PackageReference Include =" FluentValidation.AspNetCore" Version =" 11.3.0" />
15- <PackageReference Include =" Known.Core" Version =" 3.1.2 " />
16- <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 9 .0.1 " />
17- <PackageReference Include =" Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version =" 1.21.0 " />
18- <PackageReference Include =" Scalar.AspNetCore" Version =" 2.0.2 " />
19- <PackageReference Include =" Microsoft.SemanticKernel" Version =" 1.33 .0" />
15+ <PackageReference Include =" Known.Core" Version =" 3.1.7 " />
16+ <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 10 .0.0-preview.1.25120.3 " />
17+ <PackageReference Include =" Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version =" 1.21.2 " />
18+ <PackageReference Include =" Scalar.AspNetCore" Version =" 2.0.18 " />
19+ <PackageReference Include =" Microsoft.SemanticKernel" Version =" 1.39 .0" />
2020 <ProjectReference Include =" ..\CodeWF\CodeWF.csproj" />
2121 </ItemGroup >
2222
You can’t perform that action at this time.
0 commit comments