Skip to content

Commit f9fc857

Browse files
updated benchmarks to run on modern .NET platforms (#250)
Now targets: `net461`, `netcoreapp3.1`, and `net5.0`
1 parent 2d023dc commit f9fc857

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/Hyperion.Benchmarks/Hyperion.Benchmarks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp2.0</TargetFramework>
5+
<TargetFrameworks>net461;netcoreapp3.1;net5.0</TargetFrameworks>
66
<IsPackable>false</IsPackable> <!-- prevents it from being published as NuGet package -->
77
</PropertyGroup>
88

src/common.props

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Copyright>Copyright © 2016-2017 Akka.NET Team</Copyright>
3+
<Copyright>Copyright © 2016-2021 Akka.NET Team</Copyright>
44
<Authors>Akka.NET Team</Authors>
55
<VersionPrefix>0.9.17</VersionPrefix>
66
<PackageReleaseNotes>[Bump Microsoft.NET.Test.Sdk from 16.6.1 to 16.7.1](https://github.com/akkadotnet/Hyperion/pull/182)
@@ -19,7 +19,6 @@
1919
</PropertyGroup>
2020
<PropertyGroup>
2121
<AkkaVersion>1.4.23</AkkaVersion>
22-
2322
<FluentAssertionsVersion>6.0.0</FluentAssertionsVersion>
2423
<XunitVersion>2.4.1</XunitVersion>
2524
<XunitRunnerVersion>2.4.3</XunitRunnerVersion>

0 commit comments

Comments
 (0)