Skip to content

Commit facaff4

Browse files
committed
tester protobuf-net downgraded to match the rest
It used a newer version than the libraries and yet was missing an assembly binding redirect, so it crashed on startup. Now it uses the same version and does not crash and all is hopefully well.
1 parent e2886f1 commit facaff4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tester/packages.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="protobuf-net" version="2.1.0" targetFramework="net45" />
3+
<package id="protobuf-net" version="2.0.0.668" targetFramework="net45" />
44
<package id="System.Reactive" version="3.1.1" targetFramework="net45" />
55
<package id="System.Reactive.Core" version="3.1.1" targetFramework="net45" />
66
<package id="System.Reactive.Interfaces" version="3.1.1" targetFramework="net45" />

tester/tester.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
<WarningLevel>4</WarningLevel>
3434
</PropertyGroup>
3535
<ItemGroup>
36-
<Reference Include="protobuf-net, Version=2.1.0.0, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
37-
<HintPath>..\packages\protobuf-net.2.1.0\lib\net45\protobuf-net.dll</HintPath>
36+
<Reference Include="protobuf-net, Version=2.0.0.668, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
37+
<HintPath>..\packages\protobuf-net.2.0.0.668\lib\net40\protobuf-net.dll</HintPath>
3838
<Private>True</Private>
3939
</Reference>
4040
<Reference Include="System" />

0 commit comments

Comments
 (0)