Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tomliversidge/97a87a37d20c926bbcc8e3ba01bb02a7 to your computer and use it in GitHub Desktop.
Save tomliversidge/97a87a37d20c926bbcc8e3ba01bb02a7 to your computer and use it in GitHub Desktop.
Proto.Remote.Tests.Messages
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard1.5</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.2.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Proto.Actor\Proto.Actor.csproj" />
<ProjectReference Include="..\..\src\Proto.Mailbox\Proto.Mailbox.csproj" />
</ItemGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment