Get the dependencies installed and build the project:
dotnet restore
dotnet build
Once succeeded, run the project:
dotnet run
Browse to https://localhost:5001/api/values
[
"value1",
"value2"
]Get the dependencies installed and build the project:
dotnet restore
dotnet build
Once succeeded, run the project:
dotnet run
Browse to https://localhost:5001/api/values
[
"value1",
"value2"
]