update/remove json lib

This commit is contained in:
Christoph Haas 2022-07-25 23:03:33 +02:00
parent 101f078a98
commit ab535d9501
3 changed files with 2 additions and 3 deletions

View File

@ -3,6 +3,5 @@
set -e
set -x
dotnet add package Newtonsoft.Json --version 12.0.3
dotnet restore
dotnet publish

View File

@ -5,7 +5,7 @@ WORKDIR /licenseGen
COPY . /licenseGen
RUN set -e; set -x; \
dotnet add package Newtonsoft.Json --version 12.0.3 \
dotnet add package Newtonsoft.Json --version 13.0.1 \
&& dotnet restore \
&& dotnet publish

View File

@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.CommandLineUtils" Version="1.1.1" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="System.Runtime.Loader" Version="4.3.0" />
</ItemGroup>