File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4646
4747 This new Feature interface consolidate previous version's three response body APIs into one
4848
49- dotnet6
49+ dotnet8
Original file line number Diff line number Diff line change 55app . Use ( async ( context , next ) =>
66{
77 var request = context . Features . Get < IHttpRequestFeature > ( ) ;
8- request . Headers . Add ( "greetings" , "hello world" ) ;
8+ request . Headers . Append ( "greetings" , "hello world" ) ;
99 await next . Invoke ( ) ;
1010} ) ;
1111
Original file line number Diff line number Diff line change 55 </PropertyGroup >
66
77 <ItemGroup >
8- <PackageReference Include =" Microsoft.Extensions.Caching.StackExchangeRedis" Version =" 6 .0.1 " />
8+ <PackageReference Include =" Microsoft.Extensions.Caching.StackExchangeRedis" Version =" 8 .0.0 " />
99 </ItemGroup >
1010</Project >
Original file line number Diff line number Diff line change @@ -46,4 +46,4 @@ more complex scenario in the next sample.
4646 Log information about the static file being served.
4747
4848
49- dotnet6
49+ dotnet8
You can’t perform that action at this time.
0 commit comments