/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Identity/samples/IdentitySample.Mvc/Properties/launchSettings.json
25 строк
553 B
Brennan
Fix transitive framework references in sample projects (#65560)
28 фев 2026, 05:04
Не верифицирован
28 фев 2026, 05:04
83c5b49
Код
Авторство
О чём код?
{ "iisSettings": { "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "http://localhost:54838/", "sslPort": 0 } }, "profiles": { "IdentitySample.DefaultUI": { "commandName": "Project", "environmentVariables": { "ASPNET_ENVIRONMENT": "Development" } }, "IIS Express": { "commandName": "IISExpress", "launchBrowser": true, "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } } } }