Skip to content

Commit

Permalink
Update launch.json and add tour-of-heroes-dotnet-api.sln
Browse files Browse the repository at this point in the history
  • Loading branch information
0GiS0 committed Feb 10, 2024
1 parent 7c6efff commit 5166fca
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"env": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_URLS": "http://localhost:5010",
"ASPNETCORE_URLS": "https://localhost:5001",
"OTEL_SERVICE_NAME": "tour-of-heroes-api"
},
"sourceFileMap": {
Expand Down
25 changes: 25 additions & 0 deletions tour-of-heroes-dotnet-api.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "tour-of-heroes-api", "tour-of-heroes-api.csproj", "{951B98DC-4FB3-4049-86AC-344676C543B3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{951B98DC-4FB3-4049-86AC-344676C543B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{951B98DC-4FB3-4049-86AC-344676C543B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{951B98DC-4FB3-4049-86AC-344676C543B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{951B98DC-4FB3-4049-86AC-344676C543B3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {529AF639-B29B-4541-829E-A36C4EEB38AE}
EndGlobalSection
EndGlobal

0 comments on commit 5166fca

Please sign in to comment.