[csharp] fixes for netstandard (json serializing and project files) (#5590)

This commit is contained in:
Voydz
2017-05-10 09:24:43 +02:00
committed by wing328
parent fd3cae6c4b
commit 5a257a0558
9 changed files with 41 additions and 12 deletions

View File

@@ -64,7 +64,10 @@ Contact: apiteam@swagger.io
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="**\*.cs"/>
<Compile Include="Api\**\*.cs"/>
<Compile Include="Client\**\*.cs"/>
<Compile Include="Model\**\*.cs"/>
<Compile Include="Properties\**\*.cs"/>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />