diff options
| author | Roy <roy.mail.net@gmail.com> | 2017-12-07 23:09:17 +0200 |
|---|---|---|
| committer | Roy <roy.mail.net@gmail.com> | 2017-12-07 23:09:17 +0200 |
| commit | b457125866deb830b379cf3873e5cda3975b077a (patch) | |
| tree | b5a17fcd198a160abbff688ce0f84057fd51c000 /Software/Visual_Studio/Tango.Serialization/Tango.Serialization.csproj | |
| parent | ab99fb80dfc78c31b1e6cf8d5e4a8458978f4ddc (diff) | |
| download | Tango-b457125866deb830b379cf3873e5cda3975b077a.tar.gz Tango-b457125866deb830b379cf3873e5cda3975b077a.zip | |
Fixed issue with protobuf nuget.
Some improvements on Stubs GUI.
Diffstat (limited to 'Software/Visual_Studio/Tango.Serialization/Tango.Serialization.csproj')
| -rw-r--r-- | Software/Visual_Studio/Tango.Serialization/Tango.Serialization.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Visual_Studio/Tango.Serialization/Tango.Serialization.csproj b/Software/Visual_Studio/Tango.Serialization/Tango.Serialization.csproj index 910444743..3aafcadc7 100644 --- a/Software/Visual_Studio/Tango.Serialization/Tango.Serialization.csproj +++ b/Software/Visual_Studio/Tango.Serialization/Tango.Serialization.csproj @@ -30,8 +30,8 @@ <WarningLevel>4</WarningLevel> </PropertyGroup> <ItemGroup> - <Reference Include="Google.Protobuf, Version=3.5.0.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL"> - <HintPath>..\packages\Google.Protobuf.3.5.0\lib\net45\Google.Protobuf.dll</HintPath> + <Reference Include="Google.Protobuf, Version=3.4.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL"> + <HintPath>..\packages\Google.Protobuf.3.4.1\lib\net45\Google.Protobuf.dll</HintPath> </Reference> <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> <HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
