update nuget

This commit is contained in:
Martijn Scheepers
2021-11-19 14:45:26 +01:00
parent 0893126b2a
commit ce91d34740
2 changed files with 3 additions and 3 deletions

View File

@@ -198,8 +198,8 @@
<EmbedInteropTypes>False</EmbedInteropTypes>
<HintPath>..\..\..\Program Files\Bosch\VideoSDK6\Interop\Bosch.VideoSDK.GCALib.dll</HintPath>
</Reference>
<Reference Include="DocumentFormat.OpenXml, Version=2.13.1.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17, processorArchitecture=MSIL">
<HintPath>..\packages\DocumentFormat.OpenXml.2.13.1\lib\net46\DocumentFormat.OpenXml.dll</HintPath>
<Reference Include="DocumentFormat.OpenXml, Version=2.14.0.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17, processorArchitecture=MSIL">
<HintPath>..\packages\DocumentFormat.OpenXml.2.14.0\lib\net46\DocumentFormat.OpenXml.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="DocumentFormat.OpenXml" version="2.13.1" targetFramework="net48" />
<package id="DocumentFormat.OpenXml" version="2.14.0" targetFramework="net48" />
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net48" />
<package id="NLog" version="4.7.12" targetFramework="net48" />
<package id="OpenXMLSDK-MOT" version="2.7.1" targetFramework="net48" />