SW: Update packages

This commit is contained in:
Daniel Dugger 2020-08-01 10:15:29 -04:00
parent 9ff7e9db26
commit 9a1955baae
14 changed files with 15 additions and 7289 deletions

View File

@ -34,7 +34,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.4.7.1\lib\net45\NLog.dll</HintPath>
<HintPath>..\packages\NLog.4.7.3\lib\net45\NLog.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NLog" version="4.7.1" targetFramework="net472" />
<package id="NLog" version="4.7.3" targetFramework="net472" />
</packages>

View File

@ -34,7 +34,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.4.7.1\lib\net45\NLog.dll</HintPath>
<HintPath>..\packages\NLog.4.7.3\lib\net45\NLog.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NLog" version="4.7.1" targetFramework="net472" />
<package id="NLog" version="4.7.3" targetFramework="net472" />
</packages>

View File

@ -43,7 +43,7 @@
<HintPath>..\packages\Mono.Options.6.6.0.161\lib\net40\Mono.Options.dll</HintPath>
</Reference>
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.4.7.1\lib\net45\NLog.dll</HintPath>
<HintPath>..\packages\NLog.4.7.3\lib\net45\NLog.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
@ -69,9 +69,6 @@
<Content Include="NLog.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<None Include="NLog.xsd">
<SubType>Designer</SubType>
</None>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Mono.Options" version="6.6.0.161" targetFramework="net472" />
<package id="NLog" version="4.7.1" targetFramework="net472" />
<package id="NLog.Schema" version="4.7.1" targetFramework="net472" />
<package id="NLog" version="4.7.3" targetFramework="net472" />
</packages>

View File

@ -32,7 +32,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.4.7.1\lib\net45\NLog.dll</HintPath>
<HintPath>..\packages\NLog.4.7.3\lib\net45\NLog.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
@ -58,14 +58,14 @@
<Compile Include="OuterContainer.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\KFDtool.Shared\KFDtool.Shared.csproj">
<Project>{d6e45b54-c02b-4b24-ba1d-d06838071a81}</Project>
<Name>KFDtool.Shared</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NLog" version="4.7.1" targetFramework="net472" />
<package id="NLog" version="4.7.3" targetFramework="net472" />
</packages>

View File

@ -44,7 +44,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.4.7.1\lib\net45\NLog.dll</HintPath>
<HintPath>..\packages\NLog.4.7.3\lib\net45\NLog.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
@ -241,9 +241,6 @@
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<None Include="NLog.xsd">
<SubType>Designer</SubType>
</None>
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NLog" version="4.7.1" targetFramework="net472" />
<package id="NLog.Schema" version="4.7.1" targetFramework="net472" />
<package id="NLog" version="4.7.3" targetFramework="net472" />
</packages>

View File

@ -34,7 +34,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.4.7.1\lib\net45\NLog.dll</HintPath>
<HintPath>..\packages\NLog.4.7.3\lib\net45\NLog.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NLog" version="4.7.1" targetFramework="net472" />
<package id="NLog" version="4.7.3" targetFramework="net472" />
</packages>