Skip to content

Commit a6d3a0f

Browse files
committed
Downgrade the benchmark project to netcoreapp3.0
Maybe this will solve the "Could not load file or assembly System.Runtime" exceptions
1 parent 002d429 commit a6d3a0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/HttpMultipartParser.Benchmark/HttpMultipartParser.Benchmark.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>netcoreapp3.1</TargetFramework>
5+
<TargetFramework>netcoreapp3.0</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>

0 commit comments

Comments
 (0)