We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61f51e4 commit e522247Copy full SHA for e522247
dotnet/README.md
@@ -36,7 +36,7 @@ on windows cd into each project and run `dotnet restore` manually.
36
#### [Tutorial two: Work Queues](http://www.rabbitmq.com/tutorial-two-dotnet.html)
37
38
dotnet run -p Worker/Worker.csproj
39
- dotnet run -p NewTask/NewTask/csproj
+ dotnet run -p NewTask/NewTask.csproj
40
41
#### [Tutorial three: Publish/Subscribe](http://www.rabbitmq.com/tutorial-three-dotnet.html)
42
0 commit comments