summaryrefslogtreecommitdiff
path: root/test/netstd/Client/Client.csproj
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2023-02-14 23:51:16 +0100
committerJens Geyer <Jens-G@users.noreply.github.com>2023-02-16 09:06:37 +0100
commit51fc54f8c161ae94e4d230cddae8d9d2ee279fad (patch)
tree9d2005644bef554d67c92235c4a57af6b3486852 /test/netstd/Client/Client.csproj
parent71df9a35885fda5e7a0b4dc201d2cb27a4ebba0d (diff)
downloadthrift-51fc54f8c161ae94e4d230cddae8d9d2ee279fad.tar.gz
THRIFT-5684 upgrade to net7.0:
Client: netstd Patch: Jens Geyer
Diffstat (limited to 'test/netstd/Client/Client.csproj')
-rw-r--r--test/netstd/Client/Client.csproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/netstd/Client/Client.csproj b/test/netstd/Client/Client.csproj
index 69e130159..bd7d1ee18 100644
--- a/test/netstd/Client/Client.csproj
+++ b/test/netstd/Client/Client.csproj
@@ -19,7 +19,7 @@
-->
<PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net7.0</TargetFramework>
<LangVersion>9.0</LangVersion>
<AssemblyName>Client</AssemblyName>
<PackageId>Client</PackageId>
@@ -35,9 +35,9 @@
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="System.Net.Http.WinHttpHandler" Version="6.0.0" />
+ <PackageReference Include="System.Net.Http.WinHttpHandler" Version="7.0.0" />
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="[4.3,)" />
- <PackageReference Include="System.ServiceModel.Primitives" Version="4.9.0" />
+ <PackageReference Include="System.ServiceModel.Primitives" Version="4.10.0" />
<PackageReference Include="System.Threading" Version="[4.3,)" />
</ItemGroup>