Skip to content

Commit

Permalink
Update protobuf-net
Browse files Browse the repository at this point in the history
  • Loading branch information
oldnapalm committed Jul 18, 2021
1 parent a46d79c commit eb1fc85
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Client/GTACoOp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,19 @@
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.VisualBasic" />
<Reference Include="protobuf-net, Version=2.3.1.0, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
<HintPath>..\packages\protobuf-net.2.3.1\lib\net40\protobuf-net.dll</HintPath>
<Reference Include="protobuf-net, Version=2.4.0.0, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
<HintPath>..\packages\protobuf-net.2.4.6\lib\net40\protobuf-net.dll</HintPath>
</Reference>
<Reference Include="ScriptHookVDotNet2">
<HintPath>D:\Grand Theft Auto V\ScriptHookVDotNet2.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Numerics" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
Expand Down
2 changes: 1 addition & 1 deletion Client/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<package id="MaxMind.GeoIP2" version="2.7.1" targetFramework="net452" />
<package id="NAudio" version="1.9.0-preview2" targetFramework="net452" />
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net48" />
<package id="protobuf-net" version="2.3.1" targetFramework="net452" />
<package id="protobuf-net" version="2.4.6" targetFramework="net48" />
<package id="SharpRaven" version="2.4.1-unstable0015" targetFramework="net48" />
<package id="System.Net.Http" version="4.1.0" targetFramework="net452" requireReinstallation="true" />
</packages>

0 comments on commit eb1fc85

Please sign in to comment.