IoTSharp / SilkierQuartz

SilkierQuartz can host jobs using HostService and Provide a web management tools for Quartz !
http://sq.iotsharp.io/
MIT License
357 stars 71 forks source link

Newbie question.. doesn't build not sure how to start. #134

Closed GoOnYahGoodThing closed 2 years ago

GoOnYahGoodThing commented 2 years ago

Hi, Sorry for possibly annoying question. Just wanted to get a demo going.

Not sure do i start with a .net core console app or an asp.net web app?

I pullled down the repo just to see the example but the repo doesn't build.. I get the following error:

NETSDK1045 The current .NET SDK does not support targeting .NET 6.0. Either target .NET 5.0 or lower, or use a version of the .NET SDK that supports .NET 6.0.

Apologies if there is an obvious answer to this.. Just trying to see if this would be a good fit for a project I have to do..

GoOnYahGoodThing commented 2 years ago

Sorry, I got it working by changing the targe of the example to 3.1 and it appears to be working now... Thanks