coravel icon indicating copy to clipboard operation
coravel copied to clipboard

Build EF Sample fails because .Net Core 2.0 Runtime no longer supported by Microsoft

Open pkellner opened this issue 3 years ago • 1 comments

I'm trying to get a simple example using EF working so I downloaded the source for this example.

https://github.com/jamesmh/coravel/tree/master/Samples/EFCoreSample

when I run "dotnet build" (I'm on OSX), I get a warning saying .Net core 2.0 not installed, then when I go to the MS site for .net 2 it says not supported anymore. I'm reluctant to install .net core 2.0 on my machine as bad things might happen.

I'm creating this issue as I think it would be good to bring the example up to a supported framework level.

pkellner avatar Jun 01 '21 18:06 pkellner

If it helps on this lol There's a new simple sample for using coravel with .NET 6's new minimal API structure -> https://github.com/jamesmh/coravel/tree/master/Samples/DotNet6

jamesmh avatar Dec 22 '21 05:12 jamesmh