JasperFx / jasper

Next generation application development framework for .Net
http://jasperfx.github.io/
MIT License
417 stars 55 forks source link

Misnamed Project Causing *nix Build Failure #755

Closed InfernalLogic closed 2 years ago

InfernalLogic commented 2 years ago

I wanted to follow along with this post but I ran into this error trying to build from a fresh clone of the repo (I'm running Linux Mint):

/usr/share/dotnet/sdk/6.0.100/NuGet.targets(289,5): error MSB3202: The project file "/home/jake/w/other/jasper/src/samples/WebApiWithMarten/WebApiWithMarten.csproj" was not found. [/home/jake/w/other/jasper/Jasper.sln]
jeremydmiller commented 2 years ago

Fixed by #756. Thank you!