File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 <PackageVersion Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 8.0.8" />
4242 <PackageVersion Include =" Microsoft.FeatureManagement.AspNetCore" Version =" 4.0.0" />
4343 <PackageVersion Include =" Microsoft.Azure.AppConfiguration.AspNetCore" Version =" 8.0.0" />
44- <PackageVersion Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 9 .0.4 " >
44+ <PackageVersion Include =" Microsoft.EntityFrameworkCore.Tools" Version =" 8 .0.8 " >
4545 <PrivateAssets >all</PrivateAssets >
4646 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
4747 </PackageVersion >
Original file line number Diff line number Diff line change 123123 . ConfigureRefresh ( refresh =>
124124 {
125125 // Default cache expiration is 30 seconds
126- refresh . Register ( "eShopWeb:Settings:NoResultsMessage" ) . SetCacheExpiration ( TimeSpan . FromSeconds ( 10 ) ) ;
126+ refresh . Register ( "eShopWeb:Settings:NoResultsMessage" ) . SetRefreshInterval ( TimeSpan . FromSeconds ( 10 ) ) ;
127127 } )
128128 . UseFeatureFlags ( featureFlagOptions =>
129129 {
130130 // Default cache expiration is 30 seconds
131- featureFlagOptions . CacheExpirationInterval = TimeSpan . FromSeconds ( 10 ) ;
131+ featureFlagOptions . SetRefreshInterval ( TimeSpan . FromSeconds ( 10 ) ) ;
132132 } ) ;
133133 } ) ;
134134}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments