summaryrefslogtreecommitdiff
path: root/tutorial
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2019-02-26 21:38:04 +0100
committerJens Geyer <jensg@apache.org>2019-02-28 08:39:59 +0100
commit68ff6cddc055acd9f5611c297c7721a573745678 (patch)
tree48c5d056da606a09f4e98b2847fba8431ff6e6b7 /tutorial
parente60b33d20d291f1ad6df3c3d1000efd821e5ea9c (diff)
downloadthrift-68ff6cddc055acd9f5611c297c7721a573745678.tar.gz
THRIFT-4813 NamedPipes may not work in all cases
Client: netstd Patch: Jens Geyer
Diffstat (limited to 'tutorial')
-rw-r--r--tutorial/netstd/Interfaces/Interfaces.csproj2
-rw-r--r--tutorial/netstd/Server/Server.csproj8
2 files changed, 5 insertions, 5 deletions
diff --git a/tutorial/netstd/Interfaces/Interfaces.csproj b/tutorial/netstd/Interfaces/Interfaces.csproj
index 68d87476e..4ebeb4f42 100644
--- a/tutorial/netstd/Interfaces/Interfaces.csproj
+++ b/tutorial/netstd/Interfaces/Interfaces.csproj
@@ -33,7 +33,7 @@
</ItemGroup>
<ItemGroup>
- <PackageReference Include="System.ServiceModel.Primitives" Version="[4.4,)" />
+ <PackageReference Include="System.ServiceModel.Primitives" Version="4.5.3" />
</ItemGroup>
<Target Name="PreBuild" BeforeTargets="_GenerateRestoreProjectSpec;Restore;Compile">
diff --git a/tutorial/netstd/Server/Server.csproj b/tutorial/netstd/Server/Server.csproj
index 4b20a3b05..fbc2c0370 100644
--- a/tutorial/netstd/Server/Server.csproj
+++ b/tutorial/netstd/Server/Server.csproj
@@ -35,10 +35,10 @@
</ItemGroup>
<ItemGroup>
- <PackageReference Include="Microsoft.AspNetCore" Version="[2.0,)" />
- <PackageReference Include="Microsoft.AspNetCore.Server.IISIntegration" Version="[2.0,)" />
- <PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="[2.0,)" />
- <PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="[2.0,)" />
+ <PackageReference Include="Microsoft.AspNetCore" Version="2.2.0" />
+ <PackageReference Include="Microsoft.AspNetCore.Server.IISIntegration" Version="2.2.1" />
+ <PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.2.0" />
+ <PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="2.2.0" />
</ItemGroup>
</Project>