- Updated Microsoft.AspNetCore.Authentication.JwtBearer from version 7.0.3 to 7.0.20. - Added Microsoft.IdentityModel.JsonWebTokens, Microsoft.IdentityModel.Protocols, Microsoft.IdentityModel.Protocols.OpenIdConnect, and Microsoft.IdentityModel.Tokens with version 7.1.2. - Updated System.IdentityModel.Tokens.Jwt from version 7.0.3 to 7.1.2. - Updated AssemblyInformationalVersion in AssemblyInfo.cs. - Updated project.assets.json and project.nuget.cache to reflect new package versions. - Removed deprecated cache entries and warnings related to previous package vulnerabilities.
58 lines
1.6 KiB
JSON
58 lines
1.6 KiB
JSON
{
|
|
"profiles": {
|
|
// "dotnet": {
|
|
// "commandName": "Project",
|
|
// "launchBrowser": true,
|
|
// "launchUrl": "swagger",
|
|
// "environmentVariables": {
|
|
// "ASPNETCORE_ENVIRONMENT": "Development"
|
|
// },
|
|
// "dotnetRunMessages": true,
|
|
// "applicationUrl": "https://localhost:7188;http://localhost:5090"
|
|
// },
|
|
"http": {
|
|
"commandName": "Project",
|
|
"launchBrowser": true,
|
|
"launchUrl": "swagger",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
},
|
|
"dotnetRunMessages": true,
|
|
"applicationUrl": "http://localhost:5090"
|
|
},
|
|
"https": {
|
|
"commandName": "Project",
|
|
"launchBrowser": true,
|
|
"launchUrl": "swagger",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
},
|
|
"dotnetRunMessages": true,
|
|
"applicationUrl": "https://localhost:7188;http://localhost:5090"
|
|
},
|
|
"IIS Express": {
|
|
"commandName": "IISExpress",
|
|
"launchBrowser": true,
|
|
"launchUrl": "swagger",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
}
|
|
},
|
|
"Docker": {
|
|
"commandName": "Docker",
|
|
"launchBrowser": true,
|
|
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
|
|
"publishAllPorts": true,
|
|
"useSSL": true
|
|
}
|
|
},
|
|
"$schema": "https://json.schemastore.org/launchsettings.json",
|
|
"iisSettings": {
|
|
"windowsAuthentication": false,
|
|
"anonymousAuthentication": true,
|
|
"iisExpress": {
|
|
"applicationUrl": "http://localhost:19646",
|
|
"sslPort": 44381
|
|
}
|
|
}
|
|
}
|