Skip to content

Commit

Permalink
Updates WPI References
Browse files Browse the repository at this point in the history
  • Loading branch information
ThadHouse committed Feb 7, 2016
1 parent 7d8ed2a commit 773fe6e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions DriverStationGUI/DriverStationGUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@
<StartupObject />
</PropertyGroup>
<ItemGroup>
<Reference Include="HAL, Version=2016.0.0.259, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\FRC.WPILib.2016.0.0.259\lib\net45\HAL.dll</HintPath>
<Reference Include="HAL, Version=2016.0.2.45, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\FRC.WPILib.2016.0.2.45\lib\net45\HAL.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="MonoGame.Framework, Version=3.4.0.459, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MonoGame.Framework.WindowsDX.3.4.0.459\lib\net40\MonoGame.Framework.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="NetworkTables, Version=2016.0.0.148, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\FRC.NetworkTables.2016.0.0.148\lib\net45\NetworkTables.dll</HintPath>
<Reference Include="NetworkTables, Version=2016.0.1.16, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\FRC.NetworkTables.2016.0.1.16\lib\net45\NetworkTables.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand All @@ -59,7 +59,7 @@
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="WPILib, Version=2016.0.0.257, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\FRC.WPILib.2016.0.0.257\lib\net45\WPILib.dll</HintPath>
<HintPath>..\packages\FRC.WPILib.2016.0.2.45\lib\net45\WPILib.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion DriverStationGUI/MonoGameSimulator.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</frameworkAssemblies>
<dependencies>
<group>
<dependency id="FRC.WPILib" version="2016.0.0.259" />
<dependency id="FRC.WPILib" version="22016.0.2.45" />
<dependency id="monogame.framework.windowsdx" version="3.4.0.459" />
</group>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions DriverStationGUI/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="FRC.NetworkTables" version="2016.0.0.148" targetFramework="net45" />
<package id="FRC.WPILib" version="2016.0.0.259" targetFramework="net45" />
<package id="FRC.NetworkTables" version="2016.0.1.16" targetFramework="net45" />
<package id="FRC.WPILib" version="2016.0.2.45" targetFramework="net45" />
<package id="MonoGame.Framework.WindowsDX" version="3.4.0.459" targetFramework="net45" />
</packages>

0 comments on commit 773fe6e

Please sign in to comment.