Change version of .net core in Azure App Service -
i have asp.net core app works correctly on computer not on azure app service:
in 1 of api, return dynamic type. api runed on computer got (with .net core version : 1.0.1): {"id":2,"color":"#3da1e8 ","logo":"","name":"...","companysecurities":[]}
from api runed on azure app service got (with .net core version : 1.1.0-preview1-001100-00): {"id":2,"color":"#3da1e8 ","logo":"","name":"...","companysecurities":[]
you can see the last bracket disapear on azure app service.
i want know if there way change .net core version of azure app service 1.0.1 .
Comments
Post a Comment