Browse Source
Updated Newtonsoft to 13.0.3 due to critical security vulnerability
pull/439/head
Jake Landau
2 years ago
No known key found for this signature in database
GPG Key ID: 435C64451CDC7B28
2 changed files with
8 additions and
4 deletions
-
TMDbLib.sln
-
TMDbLib/TMDbLib.csproj
|
|
@ -1,6 +1,6 @@ |
|
|
|
Microsoft Visual Studio Solution File, Format Version 12.00 |
|
|
|
# Visual Studio Version 16 |
|
|
|
VisualStudioVersion = 16.0.31105.61 |
|
|
|
# Visual Studio Version 17 |
|
|
|
VisualStudioVersion = 17.6.33815.320 |
|
|
|
MinimumVisualStudioVersion = 10.0.40219.1 |
|
|
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TMDbLib", "TMDbLib\TMDbLib.csproj", "{A7D4744C-9EF2-4CC3-B786-E8E568874933}" |
|
|
|
EndProject |
|
|
@ -10,8 +10,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TMDbLibTests", "TMDbLibTest |
|
|
|
EndProject |
|
|
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{26BF5A0A-354A-46F5-A20C-0BEB5D45783A}" |
|
|
|
ProjectSection(SolutionItems) = preProject |
|
|
|
Directory.Build.props = Directory.Build.props |
|
|
|
.editorconfig = .editorconfig |
|
|
|
Directory.Build.props = Directory.Build.props |
|
|
|
Readme.md = Readme.md |
|
|
|
EndProjectSection |
|
|
|
EndProject |
|
|
|
|
|
@ -15,10 +15,14 @@ |
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
|
|
|
<PrivateAssets>all</PrivateAssets> |
|
|
|
</PackageReference> |
|
|
|
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3"> |
|
|
|
<PrivateAssets>all</PrivateAssets> |
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
|
|
|
</PackageReference> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" PrivateAssets="compile" /> |
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" PrivateAssets="compile" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' "> |
|
|
|