Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 601 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 601 Bytes

protobuf 3 for .NET Framework 3.5

This is a use-at-your-own-risk fork of the Protocol Buffers C# implementation for .NET 3.5 framework compatibility. The project builds the Google.Protobuf.dll library. It is based on the v3.1.x branch from the official project from Google.

Usage

You can either build the project yourself using Visual Studio/MSBuild, or you can download the package from Nuget. To get the package from Nuget, perform the following Nuget command:

Install-Package protobuf3 -Pre