Skip to content

Commit 2febeb8

Browse files
claudiamurialdoclaudiamurialdo
authored andcommitted
Add an explicit primary reference to Newtonsoft.Json to avoid version conflicts when using GAM assemblies that depend on 13.0.1. (#1160)
(cherry picked from commit e1954d1)
1 parent 6ffdcfa commit 2febeb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dotnet/src/dotnetcore/GxExcel/GxExcel.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<ItemGroup>
1919
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
2020
<PackageReference Include="EPPlus" Version="4.5.3.2" />
21+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
2122
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="8.0.0" />
2223
</ItemGroup>
2324

0 commit comments

Comments
 (0)