File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
src/UmbracoExamine-PDF.TestSite Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1+ using Examine ;
2+ using Umbraco . Cms . Core ;
3+ using UmbracoExamine . PDF ;
4+
15WebApplicationBuilder builder = WebApplication . CreateBuilder ( args ) ;
26
37builder . CreateUmbracoBuilder ( )
711 . AddComposers ( )
812 . Build ( ) ;
913
14+ builder . Services . AddExamineLuceneMultiSearcher ( "MultiSearcher" , [
15+ Constants . UmbracoIndexes . ExternalIndexName ,
16+ PdfIndexConstants . PdfIndexName
17+ ] ) ;
18+
1019WebApplication app = builder . Build ( ) ;
1120
1221await app . BootUmbracoAsync ( ) ;
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22 <PropertyGroup >
3- <TargetFramework >net8 .0</TargetFramework >
3+ <TargetFramework >net9 .0</TargetFramework >
44 <RootNamespace >UmbracoExamine_PDF.TestSite</RootNamespace >
55 <IsPackable >false</IsPackable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <Nullable >enable</Nullable >
88 </PropertyGroup >
99
1010 <ItemGroup >
11- <PackageReference Include =" Umbraco.Cms" Version =" 14 .2.0-rc2 " />
11+ <PackageReference Include =" Umbraco.Cms" Version =" 15 .2.1 " />
1212 </ItemGroup >
1313
1414 <ItemGroup >
You can’t perform that action at this time.
0 commit comments