Update SteamKit nuget package to 1.5.0.

pull/8/head
Nicholas Hastings 12 years ago
parent 7c9e2c2264
commit 07c77ae2be

@ -62,9 +62,9 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\protobuf-net.2.0.0.640\lib\net40\protobuf-net.dll</HintPath>
</Reference>
<Reference Include="SteamKit2, Version=1.4.1.35606, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="SteamKit2, Version=1.5.0.29553, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\SteamKit2.1.4.1\lib\net40\SteamKit2.dll</HintPath>
<HintPath>..\packages\SteamKit2.1.5.0\lib\net40\SteamKit2.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="SteamKit2" version="1.4.1" targetFramework="net40" />
<package id="protobuf-net" version="2.0.0.668" targetFramework="net40" />
<package id="SteamKit2" version="1.5.0" targetFramework="net40" />
</packages>
Loading…
Cancel
Save