Skip to content

Commit

Permalink
update abstractions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Aug 2, 2019
1 parent ee496ad commit 2b409ff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/scripts/scripts.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Bullseye" Version="2.4.0-rc.2" />
<PackageReference Include="Elastic.Managed" Version="0.1.0-ci20190802T085408" />
<PackageReference Include="Elastic.Managed" Version="0.1.0-ci20190802T092611" />
<PackageReference Include="Fake.Core.Environment" Version="5.15.0" />
<PackageReference Include="Fake.Core.SemVer" Version="5.15.0" />
<PackageReference Include="Fake.IO.FileSystem" 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.11.5" />
<PackageReference Include="Elastic.BenchmarkDotNetExporter" Version="0.1.0-ci20190802T085408" />
<PackageReference Include="Elastic.BenchmarkDotNetExporter" Version="0.1.0-ci20190802T092611" />
<PackageReference Include="LibGit2Sharp" Version="0.26.0-preview-0062" />
</ItemGroup>
</Project>
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-ci20190802T085408" />
<PackageReference Include="Elastic.Xunit" Version="0.1.0-ci20190802T092611" />
<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-ci20190802T085408" />
<PackageReference Include="Elastic.Managed" Version="0.1.0-ci20190802T092611" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
<ProjectReference Include="..\Tests.Configuration\Tests.Configuration.csproj" />
</ItemGroup>
Expand Down

0 comments on commit 2b409ff

Please sign in to comment.