The host (twirote.redis.cache.windows.net) of Azure that I configured in web.config is actually accessible from my computer. However, when I run dotnet run, I receive this warning message.
Do you think this could be the cause, and how should I resolve the issue?
C:\inetpub\wwwroot\Kentico13_2\DancingGoatCore>dotnet run
Using launch settings from C:\inetpub\wwwroot\Kentico13_2\DancingGoatCore\Properties\launchSettings.json...
C:\inetpub\wwwroot\Kentico13_2\DancingGoatCore\DancingGoatCore.csproj : warning NU1701: Package 'Microsoft.AspNet.SessionState.SessionStateModule 2.0.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net8.0'. This package may not be fully compatible with your project.
C:\inetpub\wwwroot\Kentico13_2\DancingGoatCore\DancingGoatCore.csproj : warning NU1701: Package 'Microsoft.Web.RedisSessionStateProvider 5.0.4' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net8.0'. This package may not be fully compatible with your project.
C:\inetpub\wwwroot\Kentico13_2\DancingGoatCore\DancingGoatCore.csproj : warning NU1701: Package 'Microsoft.AspNet.SessionState.SessionStateModule 2.0.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net8.0'. This package may not be fully compatible with your project.
C:\inetpub\wwwroot\Kentico13_2\DancingGoatCore\DancingGoatCore.csproj : warning NU1701: Package 'Microsoft.Web.RedisSessionStateProvider 5.0.4' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net8.0'. This package may not be fully compatible with your project.