Skip to content

Commit

Permalink
bump abstractions that fixes os on packages now being returned as an …
Browse files Browse the repository at this point in the history
…array
  • Loading branch information
Mpdreamz committed Dec 9, 2019
1 parent 3b75dd0 commit c7cad81
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/scripts/scripts.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<PackageReference Include="FSharp.Core" Version="4.7.0" />

<PackageReference Include="Bullseye" Version="3.0.0" />
<PackageReference Include="Elastic.Managed" Version="0.1.0-ci20191031T103739" />
<PackageReference Include="Elastic.Managed" Version="0.1.0-ci20191209T135928" />

<PackageReference Include="Fake.Core.Environment" Version="5.15.0" />
<PackageReference Include="Fake.Core.SemVer" Version="5.15.0" />
Expand Down
2 changes: 1 addition & 1 deletion src/Tests/Tests.Benchmarking/Tests.Benchmarking.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.12.0" />
<PackageReference Include="Elastic.BenchmarkDotNetExporter" Version="0.1.0-ci20191017T152836" />
<PackageReference Include="Elastic.BenchmarkDotNetExporter" Version="0.1.0-ci20191209T135928" />
<PackageReference Include="LibGit2Sharp" Version="0.26.0-preview-0062" />
<PackageReference Include="NEST.v8" Version="8.1.0-ci20191112T041057" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Tests/Tests.Configuration/Tests.Configuration.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Elastic.Managed" Version="0.1.0-ci20191017T152836" />
<PackageReference Include="Elastic.Managed" Version="0.1.0-ci20191209T135928" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Tests/Tests.Configuration/tests.default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# tracked by git).

# mode either u (unit test), i (integration test) or m (mixed mode)
mode: i
mode: u

# the elasticsearch version that should be started
# Can be a snapshot version of sonatype or "latest" to get the latest snapshot of sonatype
Expand Down
2 changes: 1 addition & 1 deletion src/Tests/Tests.Core/Tests.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Tests.Domain\Tests.Domain.csproj" />
<PackageReference Include="Elastic.Xunit" Version="0.1.0-ci20191031T103739" />
<PackageReference Include="Elastic.Xunit" Version="0.1.0-ci20191209T135928" />
<PackageReference Include="Proc" Version="0.6.1" />
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.1.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/Tests/Tests.Domain/Tests.Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Bogus" Version="22.1.2" />
<PackageReference Include="Elastic.Managed" Version="0.1.0-ci20191031T103739" />
<PackageReference Include="Elastic.Managed" Version="0.1.0-ci20191209T135928" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
<ProjectReference Include="..\Tests.Configuration\Tests.Configuration.csproj" />
</ItemGroup>
Expand Down

0 comments on commit c7cad81

Please sign in to comment.