ssg: add YamlDotNet package

This commit is contained in:
Nick Vella 2019-06-30 17:52:42 +10:00
parent 0f69b7f4b4
commit 651ff1575f
2 changed files with 5 additions and 0 deletions

View File

@ -119,6 +119,9 @@
<Project>{906BA039-467B-41AE-B805-BA1B837AB763}</Project>
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
</ProjectReference>
<Reference Include="YamlDotNet, Version=6.0.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e, processorArchitecture=MSIL">
<HintPath>..\packages\YamlDotNet.6.1.1\lib\net45\YamlDotNet.dll</HintPath>
</Reference>
<Reference Include="Zlib.Portable, Version=1.11.0.0, Culture=neutral, PublicKeyToken=431cba815f6a8b5b, processorArchitecture=MSIL">
<HintPath>..\packages\Zlib.Portable.Signed.1.11.0\lib\portable-net4+sl5+wp8+win8+wpa81+MonoTouch+MonoAndroid\Zlib.Portable.dll</HintPath>
<Private>True</Private>
@ -160,6 +163,7 @@
<Compile Include="Clients\MovableTypeClient.cs" />
<Compile Include="Clients\RedirectHelper.cs" />
<Compile Include="Clients\SharePointClient.cs" />
<Compile Include="Clients\StaticSiteGeneratorClient.cs" />
<Compile Include="Clients\WordPressClient.cs" />
<Compile Include="Clients\TistoryBlogClient.cs" />
<Compile Include="Clients\XmlRestRequestHelper.cs" />

View File

@ -10,5 +10,6 @@
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="net461" />
<package id="Microsoft.Net.Http" version="2.2.29" targetFramework="net461" />
<package id="Newtonsoft.Json" version="10.0.2" targetFramework="net461" />
<package id="YamlDotNet" version="6.1.1" targetFramework="net461" />
<package id="Zlib.Portable.Signed" version="1.11.0" targetFramework="net461" />
</packages>