File tree 1 file changed +3
-5
lines changed
extentreports-dotnet-core
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
5
<RootNamespace >AventStack.ExtentReports</RootNamespace >
6
6
<AssemblyName >ExtentReports</AssemblyName >
7
- <Version >4.1.0-beta1 </Version >
7
+ <Version >4.1.0</Version >
8
8
<Company >AventStack</Company >
9
9
<Authors >anshooarora</Authors >
10
10
<ApplicationIcon />
20
20
<RepositoryType >git</RepositoryType >
21
21
<PackageTags >extentreports extent reporting</PackageTags >
22
22
<PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
23
- <PackageReleaseNotes >#87 - Fixes ConcurrentModification exceptions
24
-
25
- </PackageReleaseNotes >
23
+ <PackageReleaseNotes >Update NewtonSoft.Json from 9.0.1 to 12.0.3</PackageReleaseNotes >
26
24
</PropertyGroup >
27
25
28
26
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
127
125
<PackageReference Include =" MongoDB.Driver" Version =" 2.10.0" />
128
126
<PackageReference Include =" MongoDB.Driver.Core" Version =" 2.10.0" />
129
127
<PackageReference Include =" RazorEngine.NetCore" Version =" 2.2.6" />
130
- <PackageReference Include =" Newtonsoft.Json" Version =" 9 .0.1 " >
128
+ <PackageReference Include =" Newtonsoft.Json" Version =" 12 .0.3 " >
131
129
<NoWarn >NU1605</NoWarn >
132
130
</PackageReference >
133
131
</ItemGroup >
You can’t perform that action at this time.
0 commit comments