Created
April 9, 2017 04:26
-
-
Save tomliversidge/97a87a37d20c926bbcc8e3ba01bb02a7 to your computer and use it in GitHub Desktop.
Proto.Remote.Tests.Messages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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