Breeze / breeze.server.net

Breeze support for .NET servers
MIT License
76 stars 62 forks source link

Update v3 project to target .NET Core 3.1 and support .NET Standard 2.0 #105

Closed NateRadebaugh closed 3 years ago

NateRadebaugh commented 3 years ago

Looks like the .NET Core project is only targetting .NET Core 3.0 and in order to take advantage of the latest and greatest that EFCore3.1 has to offer, and the wider array of .NET Standard 2.0 supported solutions, we need to retarget and upgrade dependencies to match.

Interactive table of supported .NET Standard versions

image


Fixes #93

steveschmitt commented 3 years ago

Thanks! This helps us keep on the LTS versions.