Skip to content

Commit

Permalink
Updated NugetTests.
Browse files Browse the repository at this point in the history
  • Loading branch information
tihomir-kit committed Oct 10, 2017
1 parent b8b14aa commit 1a9c510
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="4.19.3" />
<PackageReference Include="InfluxData.Net" Version="8.0.0" />
<PackageReference Include="InfluxData.Net" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="2.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="2.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.0.0" />
Expand Down
4 changes: 2 additions & 2 deletions NugetTests/InfluxData.Net.Test.Core/appsettings.json
Expand Up @@ -2,11 +2,11 @@
"InfluxSettings": {
"InfluxDbEndpointUri_v_1_3": "http://192.168.0.21:8086",
"InfluxDbEndpointUri_v_1_0_0": "http://192.168.0.18:8086",
"InfluxDbEndpointUri_v_0_9_6": "http://192.168.0.18:8086",
"InfluxDbEndpointUri_v_0_9_6": "http://192.168.0.20:8086",
"InfluxDbUsername": "root",
"InfluxDbPassword": "root",
"KapacitorEndpointUri_v_1_0_0": "http://192.168.0.18:9092",
"KapacitorEndpointUri_v_0_10_1": "http://192.168.0.18:9092",
"KapacitorEndpointUri_v_0_10_1": "http://192.168.0.20:9092",
"ClientSettingsProviderServiceUri": ""
}
}
Expand Up @@ -43,16 +43,16 @@
<HintPath>..\packages\FluentAssertions.4.19.3\lib\net45\FluentAssertions.Core.dll</HintPath>
</Reference>
<Reference Include="InfluxData.Net, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\InfluxData.Net.8.0.0\lib\net461\InfluxData.Net.dll</HintPath>
<HintPath>..\packages\InfluxData.Net.8.0.1\lib\net461\InfluxData.Net.dll</HintPath>
</Reference>
<Reference Include="InfluxData.Net.Common, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\InfluxData.Net.8.0.0\lib\net461\InfluxData.Net.Common.dll</HintPath>
<HintPath>..\packages\InfluxData.Net.8.0.1\lib\net461\InfluxData.Net.Common.dll</HintPath>
</Reference>
<Reference Include="InfluxData.Net.InfluxDb, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\InfluxData.Net.8.0.0\lib\net461\InfluxData.Net.InfluxDb.dll</HintPath>
<HintPath>..\packages\InfluxData.Net.8.0.1\lib\net461\InfluxData.Net.InfluxDb.dll</HintPath>
</Reference>
<Reference Include="InfluxData.Net.Kapacitor, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\InfluxData.Net.8.0.0\lib\net461\InfluxData.Net.Kapacitor.dll</HintPath>
<HintPath>..\packages\InfluxData.Net.8.0.1\lib\net461\InfluxData.Net.Kapacitor.dll</HintPath>
</Reference>
<Reference Include="Moq, Version=4.7.99.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
<HintPath>..\packages\Moq.4.7.99\lib\net45\Moq.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion NugetTests/InfluxData.Net.Test.Framework/packages.config
Expand Up @@ -3,7 +3,7 @@
<package id="AutoFixture" version="3.50.6" targetFramework="net461" />
<package id="Castle.Core" version="4.1.1" targetFramework="net461" />
<package id="FluentAssertions" version="4.19.3" targetFramework="net461" />
<package id="InfluxData.Net" version="8.0.0" targetFramework="net461" />
<package id="InfluxData.Net" version="8.0.1" targetFramework="net461" />
<package id="Moq" version="4.7.99" targetFramework="net461" />
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net461" />
<package id="System.Configuration.ConfigurationManager" version="4.4.0" targetFramework="net461" />
Expand Down

0 comments on commit 1a9c510

Please sign in to comment.