The required steps to upgrade ASP.NET 6.x to ASP.NET core 8.0.12 on the CCS Application Server.
CCS 12.7
You can upgrade or install ASP.Net core to version 8.0.12. Follow below steps to make CCS management console work with the newer .NET version.
Download ASP.net 8.0
On CCS Application server Machine:
{
"runtimeOptions": {
"tfm": "net8.0",
"frameworks": [
{ "name": "Microsoft.NETCore.App", "version": "8.0.0" }
,
{ "name": "Microsoft.AspNetCore.App", "version": "8.0.0" }
],
"configProperties":
{ "System.GC.Server": true, "System.Reflection.Metadata.MetadataUpdater.IsSupported": false, "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false }
}
}
NOTE: The remote CCS Manager does not need .Net core to be installed. If there is .Net core on the remote CCS Managers, then the .NET can be uninstalled as CCS does not need it on the remote manager.