Skip to content

Commit

Permalink
Update target frameworks for benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
ocoanet committed Jan 8, 2020
1 parent 15a187a commit bd7899d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/Disruptor.Benchmarks/Disruptor.Benchmarks.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<TargetFrameworks>net48;netcoreapp3.1</TargetFrameworks>
<OutputType>exe</OutputType>
</PropertyGroup>

Expand All @@ -10,7 +10,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.11.5" />
<PackageReference Include="BenchmarkDotNet" Version="0.12.0" />
<PackageReference Include="Fody" Version="3.2.4" PrivateAssets="all" />
<PackageReference Include="InlineIL.Fody" Version="0.7.0" PrivateAssets="all" />
</ItemGroup>
Expand Down
10 changes: 5 additions & 5 deletions src/Disruptor.PerfTests/Disruptor.PerfTests.csproj
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net472;netcoreapp2.1</TargetFrameworks>
<TargetFrameworks>net48;netcoreapp3.1</TargetFrameworks>
<OutputType>exe</OutputType>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.11.5" />
<PackageReference Include="HdrHistogram" Version="2.5.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Disruptor\Disruptor.csproj" />
<ProjectReference Include="..\Disruptor.Tests\Disruptor.Tests.csproj" />
</ItemGroup>

<ItemGroup>
<Reference Include="System.Management" />
</ItemGroup>

<ItemGroup>
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
</ItemGroup>
Expand Down

0 comments on commit bd7899d

Please sign in to comment.