Skip to content

Commit

Permalink
Updates ntcore requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
ThadHouse committed Feb 7, 2016
1 parent 3b2975a commit 9b3688d
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions WPILib.Extras/WPILib.Extras.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
<NoWarn>1591</NoWarn>
</PropertyGroup>
<ItemGroup>
<Reference Include="NetworkTables, Version=2016.0.1.4, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\FRC.NetworkTables.2016.0.1.4\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 Down
2 changes: 1 addition & 1 deletion WPILib.Extras/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="FRC.NetworkTables" version="2016.0.1.4" targetFramework="net45" />
<package id="FRC.NetworkTables" version="2016.0.1.16" targetFramework="net45" />
</packages>
4 changes: 2 additions & 2 deletions WPILib.IntegrationTests/WPILib.IntegrationTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="NetworkTables, Version=2016.0.1.4, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\FRC.NetworkTables.2016.0.1.4\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="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
Expand Down
2 changes: 1 addition & 1 deletion WPILib.IntegrationTests/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="FRC.NetworkTables" version="2016.0.1.4" targetFramework="net45" />
<package id="FRC.NetworkTables" version="2016.0.1.16" targetFramework="net45" />
<package id="NUnit" version="2.6.4" targetFramework="net45" />
</packages>
4 changes: 2 additions & 2 deletions WPILib.Tests/WPILib.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="NetworkTables, Version=2016.0.1.4, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\FRC.NetworkTables.2016.0.1.4\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="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
Expand Down
2 changes: 1 addition & 1 deletion WPILib.Tests/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.1.4" targetFramework="net45" />
<package id="FRC.NetworkTables" version="2016.0.1.16" targetFramework="net45" />
<package id="Microsoft.CodeAnalysis.Analyzers" version="1.0.0" targetFramework="net45" />
<package id="Microsoft.CodeAnalysis.Common" version="1.0.0" targetFramework="net45" />
<package id="Microsoft.CodeAnalysis.CSharp" version="1.0.0" targetFramework="net45" />
Expand Down
4 changes: 2 additions & 2 deletions WPILib/WPILib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
<NoWarn>1591</NoWarn>
</PropertyGroup>
<ItemGroup>
<Reference Include="NetworkTables, Version=2016.0.1.4, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\FRC.NetworkTables.2016.0.1.4\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 Down
2 changes: 1 addition & 1 deletion WPILib/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="FRC.NetworkTables" version="2016.0.1.4" targetFramework="net45" />
<package id="FRC.NetworkTables" version="2016.0.1.16" targetFramework="net45" />
</packages>

0 comments on commit 9b3688d

Please sign in to comment.