Skip to content

Commit bbe8bc9

Browse files
Remove net5.0 from benchmarks
Remove net5.0 from the supported benchmark TFMs.
1 parent 84e57d3 commit bbe8bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/HttpClientInterception.Benchmarks/JustEat.HttpClientInterception.Benchmarks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<OutputType>Exe</OutputType>
66
<RootNamespace>JustEat.HttpClientInterception</RootNamespace>
77
<Summary>Benchmarks for JustEat.HttpClientInterception</Summary>
8-
<TargetFrameworks>netcoreapp3.1;net472;net5.0;net6.0</TargetFrameworks>
8+
<TargetFrameworks>netcoreapp3.1;net472;net6.0</TargetFrameworks>
99
</PropertyGroup>
1010
<ItemGroup>
1111
<Content Include="organization.json" CopyToOutputDirectory="PreserveNewest" />

0 commit comments

Comments
 (0)