add csharp/dotnet devnull client to measure througput with different runtimes

This commit is contained in:
Benjamin Sergeant
2020-08-05 13:58:39 -07:00
parent 74d3278258
commit b15c4189f5
3 changed files with 107 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
</Project>