Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dotnetcore support #3

Open
BryceAshey opened this issue Sep 24, 2020 · 0 comments
Open

dotnetcore support #3

BryceAshey opened this issue Sep 24, 2020 · 0 comments

Comments

@BryceAshey
Copy link

It looks like the main code is netstandard2.0 however the two libs are actually .net framework:

<PackageReference Include="Google.ProtocolBuffers" Version="2.4.1.555" />
<PackageReference Include="protobuf-net" Version="2.0.0.668" />

This means we can't utilize this code in .netcore functions.

There are .netcore versions of those libs:
https://github.com/jskeet/protobuf-csharp-port
https://www.nuget.org/packages/protobuf-net.Core/

Any chance we can either create different ports or different libs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant