diff --git a/samples/features/json/todo-app/dotnet-rest-api/.gitignore b/samples/features/json/todo-app/dotnet-rest-api/.gitignore index c1db60b5..3adf0abb 100644 --- a/samples/features/json/todo-app/dotnet-rest-api/.gitignore +++ b/samples/features/json/todo-app/dotnet-rest-api/.gitignore @@ -1,3 +1,5 @@ -TodoApp.xproj.user +TodoRestWebAPI.xproj.user .vs/* +bin/* +obj/* *.sln \ No newline at end of file diff --git a/samples/features/json/todo-app/dotnet-rest-api/Project_Readme.html b/samples/features/json/todo-app/dotnet-rest-api/Project_Readme.html index 18deb892..11e2958c 100644 --- a/samples/features/json/todo-app/dotnet-rest-api/Project_Readme.html +++ b/samples/features/json/todo-app/dotnet-rest-api/Project_Readme.html @@ -2,7 +2,7 @@ - Welcome to ASP.NET Core + Welcome to ASP.NET Core Web API REST Service