Skip to content

Commit

Permalink
Compile against Kopernicus 1.6.1-2
Browse files Browse the repository at this point in the history
  • Loading branch information
StollD committed Feb 1, 2019
1 parent 6708652 commit aa071d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/KittopiaTech.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,19 @@
<Private>False</Private>
</Reference>
<Reference Include="Kopernicus, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\Kopernicus.1.6.1.1\lib\net35\Kopernicus.dll</HintPath>
<HintPath>..\packages\Kopernicus.1.6.1.2\lib\net35\Kopernicus.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Kopernicus.Components, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\Kopernicus.Components.1.6.1.1\lib\net35\Kopernicus.Components.dll</HintPath>
<HintPath>..\packages\Kopernicus.Components.1.6.1.2\lib\net35\Kopernicus.Components.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Kopernicus.OnDemand, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\Kopernicus.OnDemand.1.6.1.1\lib\net35\Kopernicus.OnDemand.dll</HintPath>
<HintPath>..\packages\Kopernicus.OnDemand.1.6.1.2\lib\net35\Kopernicus.OnDemand.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Kopernicus.Parser, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\Kopernicus.Parser.1.6.1.1\lib\net35\Kopernicus.Parser.dll</HintPath>
<HintPath>..\packages\Kopernicus.Parser.1.6.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
8 changes: 4 additions & 4 deletions src/packages.config
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Assembly-CSharp" version="1.6.1" targetFramework="net35" />
<package id="Kopernicus" version="1.6.1.1" targetFramework="net35" />
<package id="Kopernicus.Components" version="1.6.1.1" targetFramework="net35" />
<package id="Kopernicus.OnDemand" version="1.6.1.1" targetFramework="net35" />
<package id="Kopernicus.Parser" version="1.6.1.1" targetFramework="net35" />
<package id="Kopernicus" version="1.6.1.2" targetFramework="net35" />
<package id="Kopernicus.Components" version="1.6.1.2" targetFramework="net35" />
<package id="Kopernicus.OnDemand" version="1.6.1.2" targetFramework="net35" />
<package id="Kopernicus.Parser" version="1.6.1.2" targetFramework="net35" />
<package id="ModularFlightIntegrator" version="1.2.6.1" targetFramework="net35" />
<package id="UnityEngine" version="1.6.1" targetFramework="net35" />
<package id="UnityEngine.UI" version="1.6.1" targetFramework="net35" />
Expand Down

0 comments on commit aa071d1

Please sign in to comment.