This is an automated email from the ASF dual-hosted git repository. Jens-G pushed a commit to branch fix-net8net9-depndencies in repository https://gitbox.apache.org/repos/asf/thrift.git
commit 08c360e9b2ef7ab2cd101186b71757e2f9b8a3bd Author: Jens Geyer <[email protected]> AuthorDate: Tue Jul 21 22:59:08 2026 +0200 updated System.ServiceModel.Primitives 10.x breaks net8/net9 --- .../Thrift.Compile.net8/Thrift.Compile.net8.csproj | 5 +++-- .../Thrift.Compile.net9/Thrift.Compile.net9.csproj | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/lib/netstd/Tests/Thrift.Compile.Tests/Thrift.Compile.net8/Thrift.Compile.net8.csproj b/lib/netstd/Tests/Thrift.Compile.Tests/Thrift.Compile.net8/Thrift.Compile.net8.csproj index 9e39fe83b..59dbf8c3d 100644 --- a/lib/netstd/Tests/Thrift.Compile.Tests/Thrift.Compile.net8/Thrift.Compile.net8.csproj +++ b/lib/netstd/Tests/Thrift.Compile.Tests/Thrift.Compile.net8/Thrift.Compile.net8.csproj @@ -1,4 +1,4 @@ -<Project Sdk="Microsoft.NET.Sdk"> +<Project Sdk="Microsoft.NET.Sdk"> <!-- Licensed to the Apache Software Foundation(ASF) under one or more contributor license agreements.See the NOTICE file @@ -38,7 +38,8 @@ </ItemGroup> <ItemGroup> - <PackageReference Include="System.ServiceModel.Primitives" Version="10.0.652802" /> + <PackageReference Include="System.ServiceModel.Primitives" Version="[8.1.2]" /> + <PackageReference Include="System.Security.Cryptography.Xml" Version="10.0.10" /> </ItemGroup> <ItemGroup> diff --git a/lib/netstd/Tests/Thrift.Compile.Tests/Thrift.Compile.net9/Thrift.Compile.net9.csproj b/lib/netstd/Tests/Thrift.Compile.Tests/Thrift.Compile.net9/Thrift.Compile.net9.csproj index 60aec511d..54a1f3c4f 100644 --- a/lib/netstd/Tests/Thrift.Compile.Tests/Thrift.Compile.net9/Thrift.Compile.net9.csproj +++ b/lib/netstd/Tests/Thrift.Compile.Tests/Thrift.Compile.net9/Thrift.Compile.net9.csproj @@ -1,4 +1,4 @@ -<Project Sdk="Microsoft.NET.Sdk"> +<Project Sdk="Microsoft.NET.Sdk"> <!-- Licensed to the Apache Software Foundation(ASF) under one or more contributor license agreements.See the NOTICE file @@ -38,7 +38,8 @@ </ItemGroup> <ItemGroup> - <PackageReference Include="System.ServiceModel.Primitives" Version="10.0.652802" /> + <PackageReference Include="System.ServiceModel.Primitives" Version="[8.1.2]" /> + <PackageReference Include="System.Security.Cryptography.Xml" Version="10.0.10" /> </ItemGroup> <ItemGroup>
