Add multi-language-repo
This commit is contained in:
parent
b73b259103
commit
583f8a923c
32 changed files with 257 additions and 0 deletions
9
tests/multi-language-repo/csharp.csproj
Normal file
9
tests/multi-language-repo/csharp.csproj
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
<RootNamespace>multi_language_test</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue