aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Examples/Grpc.Examples.csproj
diff options
context:
space:
mode:
authorGravatar Michael Lumish <mlumish@google.com>2016-01-20 17:10:53 -0800
committerGravatar Michael Lumish <mlumish@google.com>2016-01-20 17:10:53 -0800
commit93205e63352c614cc47b5cd0342cc1a06797de2f (patch)
tree72d0a6ce4109b4e61e84c4a86eceacc4a4712ef5 /src/csharp/Grpc.Examples/Grpc.Examples.csproj
parent15dc6645474f618d776311a59b8123c79bfb2449 (diff)
parent72ce442d61741a90b73637a472b1ecc73e03e618 (diff)
Merge pull request #4787 from jtattermusch/upgrade_protobuf_beta2
Upgrade to Protobuf 3.0.0-beta2
Diffstat (limited to 'src/csharp/Grpc.Examples/Grpc.Examples.csproj')
-rw-r--r--src/csharp/Grpc.Examples/Grpc.Examples.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/csharp/Grpc.Examples/Grpc.Examples.csproj b/src/csharp/Grpc.Examples/Grpc.Examples.csproj
index 53b2bb78c4..9cf7bc6cb4 100644
--- a/src/csharp/Grpc.Examples/Grpc.Examples.csproj
+++ b/src/csharp/Grpc.Examples/Grpc.Examples.csproj
@@ -39,7 +39,7 @@
<ItemGroup>
<Reference Include="Google.Protobuf, Version=3.0.0.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\packages\Google.Protobuf.3.0.0-alpha4\lib\portable-net45+netcore45+wpa81+wp8\Google.Protobuf.dll</HintPath>
+ <HintPath>..\packages\Google.Protobuf.3.0.0-beta2\lib\portable-net45+netcore45+wpa81+wp8\Google.Protobuf.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data.Linq" />
@@ -67,4 +67,4 @@
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
-</Project>
+</Project> \ No newline at end of file