平安校园
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

launchSettings.json 401 B

hace 2 meses
123456789101112131415
  1. {
  2. "$schema": "http://json.schemastore.org/launchsettings.json",
  3. "profiles": {
  4. "SafeCampus.Web.Entry": {
  5. "commandName": "Project",
  6. "dotnetRunMessages": true,
  7. "launchBrowser": true,
  8. "launchUrl": "http://localhost:5566",
  9. "applicationUrl": "http://localhost:5566",
  10. "environmentVariables": {
  11. "ASPNETCORE_ENVIRONMENT": "Development"
  12. }
  13. }
  14. }
  15. }