Arshia001 / FSharp.GrpcCodeGenerator

A protoc plugin to enable generation of F# code + supporting libraries
MIT License
81 stars 9 forks source link

Docs should note dotnet-sdk-2.1 requirement #2

Closed panesofglass closed 3 years ago

panesofglass commented 3 years ago

I has some initial trouble getting started, and at least some of the issues were because I didn't have dotnet-sdk-2.1 installed. After installing that, protoc-gen-fsharp seemed to work without throwing an error. Would you mind adding that to the README?

Arshia001 commented 3 years ago

Sorry, that wasn't intentional. It works with 2.1, 3.1 and 5.0 now.