Updated Newtonsoft.Json for ConvertHtmlToJson and HtmlFromRepoGenerator

This commit is contained in:
John Wilcock 2022-08-19 10:30:11 -07:00
Родитель 9e8fbfe2d1
Коммит 0b037f0fd9
20 изменённых файлов: 13 добавлений и 13 удалений

Двоичные данные
ConvertHtmlToJson/ConvertHtmlToJson.exe

Двоичный файл не отображается.

Двоичные данные
ConvertHtmlToJson/Newtonsoft.Json.dll

Двоичный файл не отображается.

Двоичные данные
HtmlFromRepoGenerator/CustomPlugin.dll

Двоичный файл не отображается.

Двоичные данные
HtmlFromRepoGenerator/HtmlFromRepoGenerator.exe

Двоичный файл не отображается.

Просмотреть файл

@ -11,7 +11,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-11.0.0.0" newVersion="11.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Composition.AttributedModel" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />

Двоичные данные
HtmlFromRepoGenerator/MainProcessor.dll

Двоичный файл не отображается.

Двоичные данные
HtmlFromRepoGenerator/Newtonsoft.Json.dll

Двоичный файл не отображается.

Двоичные данные
HtmlFromRepoGenerator/xunit.abstractions.dll Normal file

Двоичный файл не отображается.

Двоичные данные
HtmlFromRepoGenerator/xunit.runner.reporters.net452.dll Normal file

Двоичный файл не отображается.

Двоичные данные
HtmlFromRepoGenerator/xunit.runner.utility.net452.dll Normal file

Двоичный файл не отображается.

Двоичные данные
HtmlFromRepoGenerator/xunit.runner.visualstudio.testadapter.dll Normal file

Двоичный файл не отображается.

Просмотреть файл

@ -39,8 +39,8 @@
<Reference Include="HtmlAgilityPack, Version=1.11.16.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL">
<HintPath>..\packages\HtmlAgilityPack.1.11.16\lib\Net45\HtmlAgilityPack.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />

Просмотреть файл

@ -2,5 +2,5 @@
<packages>
<package id="CommandLineParser" version="2.6.0" targetFramework="net461" />
<package id="HtmlAgilityPack" version="1.11.16" targetFramework="net461" />
<package id="Newtonsoft.Json" version="12.0.3" targetFramework="net461" />
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net461" />
</packages>

Просмотреть файл

@ -63,8 +63,8 @@
<Reference Include="Microsoft.DocAsCode.YamlSerialization, Version=2.36.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\HtmlFromRepoGenerator\packages\Microsoft.DocAsCode.YamlSerialization.2.36.2\lib\net461\Microsoft.DocAsCode.YamlSerialization.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\HtmlFromRepoGenerator\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\HtmlFromRepoGenerator\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">

Просмотреть файл

@ -20,7 +20,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-11.0.0.0" newVersion="11.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="YamlDotNet" publicKeyToken="ec19458f3c15af5e" culture="neutral" />

Просмотреть файл

@ -13,7 +13,7 @@
<package id="Microsoft.DocAsCode.MarkdownLite" version="2.36.2" targetFramework="net461" />
<package id="Microsoft.DocAsCode.Plugins" version="2.36.2" targetFramework="net461" />
<package id="Microsoft.DocAsCode.YamlSerialization" version="2.36.2" targetFramework="net461" />
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net461" />
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net461" />
<package id="System.Collections.Immutable" version="1.5.0" targetFramework="net461" />
<package id="System.Composition" version="1.0.31" targetFramework="net461" />
<package id="System.Composition.AttributedModel" version="1.0.31" targetFramework="net461" />

Просмотреть файл

@ -11,7 +11,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-11.0.0.0" newVersion="11.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Composition.AttributedModel" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />

Просмотреть файл

@ -60,8 +60,8 @@
<Reference Include="LibGit2Sharp, Version=0.24.0.0, Culture=neutral, PublicKeyToken=7cbde695407f0333, processorArchitecture=MSIL">
<HintPath>..\packages\LibGit2Sharp.0.24.0\lib\net40\LibGit2Sharp.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">

Просмотреть файл

@ -4,7 +4,7 @@
<package id="HtmlAgilityPack" version="1.8.5" targetFramework="net461" />
<package id="LibGit2Sharp" version="0.24.0" targetFramework="net461" />
<package id="LibGit2Sharp.NativeBinaries" version="1.0.185" targetFramework="net461" />
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net461" />
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net461" />
<package id="System.Buffers" version="4.4.0" targetFramework="net461" />
<package id="System.Collections.Immutable" version="1.5.0" targetFramework="net461" />
<package id="System.Memory" version="4.5.3" targetFramework="net461" />

Просмотреть файл

@ -8,7 +8,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-11.0.0.0" newVersion="11.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="HtmlAgilityPack" publicKeyToken="bd319b19eaf3b43a" culture="neutral" />