Add minimal test case for csharp
This commit is contained in:
parent
25f45a7771
commit
a894ae0126
9 changed files with 829 additions and 0 deletions
8
support/test/csharp/csharp.csproj
Normal file
8
support/test/csharp/csharp.csproj
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>netcoreapp2.2</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue