Skip to content

Commit

Permalink
Compile against Kopernicus 1.7.1-2
Browse files Browse the repository at this point in the history
Signed-off-by: Dorian Stoll <[email protected]>
  • Loading branch information
StollD committed Jun 7, 2019
1 parent c93a6b2 commit ba37e71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/KittopiaTech.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
<Private>False</Private>
</Reference>
<Reference Include="Kopernicus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\Kopernicus.1.7.1.1\lib\net35\Kopernicus.dll</HintPath>
<HintPath>..\packages\Kopernicus.1.7.1.2\lib\net35\Kopernicus.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Kopernicus.Parser, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\Kopernicus.Parser.1.7.1.1\lib\net35\Kopernicus.Parser.dll</HintPath>
<HintPath>..\packages\Kopernicus.Parser.1.7.1.2\lib\net35\Kopernicus.Parser.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="ModularFlightIntegrator, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
Expand Down
4 changes: 2 additions & 2 deletions src/packages.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Assembly-CSharp" version="1.7.1" targetFramework="net35" />
<package id="Kopernicus" version="1.7.1.1" targetFramework="net35" />
<package id="Kopernicus.Parser" version="1.7.1.1" targetFramework="net35" />
<package id="Kopernicus" version="1.7.1.2" targetFramework="net35" />
<package id="Kopernicus.Parser" version="1.7.1.2" targetFramework="net35" />
<package id="ModularFlightIntegrator" version="1.2.6.3" targetFramework="net35" />
<package id="UnityEngine" version="1.7.1" targetFramework="net35" />
<package id="UnityEngine.UI" version="1.7.1" targetFramework="net35" />
Expand Down

0 comments on commit ba37e71

Please sign in to comment.