jobbrIO / jobbr-server

Jobbr is a non-invasive .NET JobServer
https://jobbr.readthedocs.io
GNU General Public License v3.0
50 stars 5 forks source link

[WIP] Ported projects to 'netstandard2.0' #63

Closed LazyTarget closed 1 year ago

LazyTarget commented 5 years ago

Updating .csproj format Compiling to 'netstandard2.0' AND 'net462' NuGet package will contain libs for both frameworks, allowing the package to be installed in .NET Standard projects

olibanjoli commented 5 years ago

hey

thanks for your contribution. migrating to .netstandard will be started in the near future. unfortunately its not just switching the target framework. some code changes have to be made. we keep you updated.

eXpl0it3r commented 1 year ago

Just slightly delayed, but we've picked up the migration again, but it's more work than just changing the target framework.

See the WIP on the branch: https://github.com/jobbrIO/jobbr-server/tree/feature/net6-upgrade

As such, I'll close this PR.