File tree Expand file tree Collapse file tree 3 files changed +2
-54
lines changed
Expand file tree Collapse file tree 3 files changed +2
-54
lines changed Original file line number Diff line number Diff line change 1212
1313 <ItemGroup >
1414 <PackageReference Include =" ServiceStack" Version =" 5.*" />
15+ <PackageReference Include =" ServiceStack.Extensions" Version =" 5.*" />
1516 <PackageReference Include =" ServiceStack.OrmLite.Sqlite" Version =" 5.12.1" />
1617 <PackageReference Include =" ServiceStack.Server" Version =" 5.12.1" />
1718 </ItemGroup >
Original file line number Diff line number Diff line change 44var builder = WebApplication . CreateBuilder ( args ) ;
55
66builder . Services . AddModularStartup < AppHost > ( builder . Configuration ) ;
7- // builder.Services.ConfigureNonBreakingSameSiteCookies(builder.Environment);
7+ builder . Services . ConfigureNonBreakingSameSiteCookies ( builder . Environment ) ;
88
99var app = builder . Build ( ) ;
1010
1717 app . UseHttpsRedirection ( ) ;
1818}
1919
20- app . UseStaticFiles ( ) ;
21-
22- app . UseRouting ( ) ;
23-
2420app . UseServiceStack ( new AppHost ( ) ) ;
2521
2622app . Run ( ) ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments