summaryrefslogtreecommitdiff
path: root/tutorial
diff options
context:
space:
mode:
authorMario Emmenlauer <mario@emmenlauer.de>2021-08-25 19:13:51 +0200
committerGitHub <noreply@github.com>2021-08-25 19:13:51 +0200
commitd53f056427a093f782c234d6dff85881cff0f5fb (patch)
treed106064e02a6d07c5eef24c0ed4725e5b6c22df5 /tutorial
parentace8613f0f21601296744eedc1ce80dd1ca0fdae (diff)
parent70ef9846558a815b5f8d0f5e9d5c2e825c81e630 (diff)
downloadthrift-d53f056427a093f782c234d6dff85881cff0f5fb.tar.gz
Merge pull request #2445 from BioDataAnalysis/bda_add_dotnet_docs
Added dotnet documentation
Diffstat (limited to 'tutorial')
-rw-r--r--tutorial/netstd/Client/Client.csproj1
-rw-r--r--tutorial/netstd/Interfaces/Interfaces.csproj1
-rw-r--r--tutorial/netstd/Server/Server.csproj1
3 files changed, 0 insertions, 3 deletions
diff --git a/tutorial/netstd/Client/Client.csproj b/tutorial/netstd/Client/Client.csproj
index 9e903b930..1f877517e 100644
--- a/tutorial/netstd/Client/Client.csproj
+++ b/tutorial/netstd/Client/Client.csproj
@@ -39,5 +39,4 @@
<ProjectReference Include="..\Interfaces\Interfaces.csproj" />
<ProjectReference Include="..\..\..\lib\netstd\Thrift\Thrift.csproj" />
</ItemGroup>
-
</Project>
diff --git a/tutorial/netstd/Interfaces/Interfaces.csproj b/tutorial/netstd/Interfaces/Interfaces.csproj
index ad46bd583..989f6db40 100644
--- a/tutorial/netstd/Interfaces/Interfaces.csproj
+++ b/tutorial/netstd/Interfaces/Interfaces.csproj
@@ -45,5 +45,4 @@
<Exec Condition="Exists('thrift')" Command="thrift -out $(ProjectDir) -gen netstd:wcf,union,serial -r ./../../tutorial.thrift" />
<Exec Condition="Exists('./../../../compiler/cpp/thrift')" Command="./../../../compiler/cpp/thrift -out $(ProjectDir) -gen netstd:wcf,union,serial -r ./../../tutorial.thrift" />
</Target>
-
</Project>
diff --git a/tutorial/netstd/Server/Server.csproj b/tutorial/netstd/Server/Server.csproj
index d4ada3e29..e5e54a5b1 100644
--- a/tutorial/netstd/Server/Server.csproj
+++ b/tutorial/netstd/Server/Server.csproj
@@ -42,5 +42,4 @@
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="5.0.0" />
</ItemGroup>
-
</Project>