summaryrefslogtreecommitdiff
path: root/tutorial/netstd
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2021-02-11 23:17:45 +0100
committerJens Geyer <jensg@apache.org>2021-02-11 23:17:45 +0100
commit3fc0b8d061fb1adcae49862e0c63ce94f0a0ee0f (patch)
tree2373cb9dd0136f0054257eaa10041a20de2a2052 /tutorial/netstd
parentb5fe1dbc0cac81ab99ec5d71de70f4389b234888 (diff)
downloadthrift-3fc0b8d061fb1adcae49862e0c63ce94f0a0ee0f.tar.gz
Version number aligned to 0.15.0
Diffstat (limited to 'tutorial/netstd')
-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, 3 insertions, 0 deletions
diff --git a/tutorial/netstd/Client/Client.csproj b/tutorial/netstd/Client/Client.csproj
index 10d5040f0..a54760c6f 100644
--- a/tutorial/netstd/Client/Client.csproj
+++ b/tutorial/netstd/Client/Client.csproj
@@ -23,6 +23,7 @@
<AssemblyName>Client</AssemblyName>
<PackageId>Client</PackageId>
<OutputType>Exe</OutputType>
+ <Version>0.15.0.0</Version>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
diff --git a/tutorial/netstd/Interfaces/Interfaces.csproj b/tutorial/netstd/Interfaces/Interfaces.csproj
index c8b2bd811..5c72612e5 100644
--- a/tutorial/netstd/Interfaces/Interfaces.csproj
+++ b/tutorial/netstd/Interfaces/Interfaces.csproj
@@ -22,6 +22,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Interfaces</AssemblyName>
<PackageId>Interfaces</PackageId>
+ <Version>0.15.0.0</Version>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
diff --git a/tutorial/netstd/Server/Server.csproj b/tutorial/netstd/Server/Server.csproj
index b3ff516e3..39c3e8eef 100644
--- a/tutorial/netstd/Server/Server.csproj
+++ b/tutorial/netstd/Server/Server.csproj
@@ -23,6 +23,7 @@
<AssemblyName>Server</AssemblyName>
<PackageId>Server</PackageId>
<OutputType>Exe</OutputType>
+ <Version>0.15.0.0</Version>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>