openplannerteam / itinero-transit

A transit routing module for Itinero using Linked Connections.
Other
6 stars 1 forks source link

Migrate to netstandard2.0 #16

Closed xivk closed 5 years ago

xivk commented 5 years ago

It's best practice to use netstandard2.0 instead of netcoreapp2.0 when publishing libraries:

https://github.com/openplannerteam/itinero-transit/blob/master/src/Itinero.Transit/Itinero.Transit.csproj#L20

Think of netstandard2.0 as cross-platform and netcoreapp2.0 .NET core only.

pietervdvn commented 5 years ago

I've manually changed the target framework in 'Itinero.Transit.csproj', then I fixed the build errors in rider.

Can you do a small check if that was all that had to happen?

(PS: I only saw that you self-assigned after I already fixed it)

xivk commented 5 years ago

No worries, I have no idea why I self-assigned ;-)

xivk commented 5 years ago

Looks OK btw :+1: