Skip to content

Commit 62c92db

Browse files
committed
Update dependencies
1 parent 8d589ae commit 62c92db

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

SimpleDnsCrypt/SimpleDnsCrypt.csproj

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="..\packages\Costura.Fody.3.3.2\build\Costura.Fody.props" Condition="Exists('..\packages\Costura.Fody.3.3.2\build\Costura.Fody.props')" />
3+
<Import Project="..\packages\Costura.Fody.3.3.3\build\Costura.Fody.props" Condition="Exists('..\packages\Costura.Fody.3.3.3\build\Costura.Fody.props')" />
44
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
55
<PropertyGroup>
66
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -64,8 +64,8 @@
6464
<Reference Include="ControlzEx, Version=3.0.2.4, Culture=neutral, processorArchitecture=MSIL">
6565
<HintPath>..\packages\ControlzEx.3.0.2.4\lib\net45\ControlzEx.dll</HintPath>
6666
</Reference>
67-
<Reference Include="Costura, Version=3.3.2.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
68-
<HintPath>..\packages\Costura.Fody.3.3.2\lib\net40\Costura.dll</HintPath>
67+
<Reference Include="Costura, Version=3.3.3.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
68+
<HintPath>..\packages\Costura.Fody.3.3.3\lib\net40\Costura.dll</HintPath>
6969
</Reference>
7070
<Reference Include="DnsCrypt.Blacklist, Version=0.1.1.0, Culture=neutral, processorArchitecture=MSIL">
7171
<HintPath>..\packages\DnsCrypt.Blacklist.0.1.1\lib\netstandard2.0\DnsCrypt.Blacklist.dll</HintPath>
@@ -95,7 +95,7 @@
9595
<HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
9696
</Reference>
9797
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
98-
<HintPath>..\packages\NLog.4.5.11\lib\net45\NLog.dll</HintPath>
98+
<HintPath>..\packages\NLog.4.6.2\lib\net45\NLog.dll</HintPath>
9999
</Reference>
100100
<Reference Include="Sodium, Version=0.10.0.0, Culture=neutral, processorArchitecture=MSIL">
101101
<HintPath>..\packages\libsodium-net.0.10.0\lib\Net40\Sodium.dll</HintPath>
@@ -135,8 +135,8 @@
135135
<Reference Include="XAMLMarkupExtensions, Version=1.6.0.0, Culture=neutral, PublicKeyToken=c726e0262981a1eb, processorArchitecture=MSIL">
136136
<HintPath>..\packages\XAMLMarkupExtensions.1.6.0\lib\net452\XAMLMarkupExtensions.dll</HintPath>
137137
</Reference>
138-
<Reference Include="YamlDotNet, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
139-
<HintPath>..\packages\YamlDotNet.5.4.0\lib\net45\YamlDotNet.dll</HintPath>
138+
<Reference Include="YamlDotNet, Version=6.0.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e, processorArchitecture=MSIL">
139+
<HintPath>..\packages\YamlDotNet.6.0.0\lib\net45\YamlDotNet.dll</HintPath>
140140
</Reference>
141141
</ItemGroup>
142142
<ItemGroup>
@@ -541,8 +541,8 @@
541541
<ErrorText>Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}".</ErrorText>
542542
</PropertyGroup>
543543
<Error Condition="!Exists('..\packages\Baseclass.Contrib.Nuget.Output.2.4.3\build\Baseclass.Contrib.Nuget.Output.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Baseclass.Contrib.Nuget.Output.2.4.3\build\Baseclass.Contrib.Nuget.Output.targets'))" />
544-
<Error Condition="!Exists('..\packages\Fody.4.0.2\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.4.0.2\build\Fody.targets'))" />
545-
<Error Condition="!Exists('..\packages\Costura.Fody.3.3.2\build\Costura.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.3.3.2\build\Costura.Fody.props'))" />
544+
<Error Condition="!Exists('..\packages\Fody.4.2.1\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.4.2.1\build\Fody.targets'))" />
545+
<Error Condition="!Exists('..\packages\Costura.Fody.3.3.3\build\Costura.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.3.3.3\build\Costura.Fody.props'))" />
546546
</Target>
547547
<PropertyGroup>
548548
<TargetFrameworkSDKToolsDirectory Condition=" '$(PlatformTarget)' == 'x64'">$(TargetFrameworkSDKToolsDirectory)$(PlatformTarget)\</TargetFrameworkSDKToolsDirectory>
@@ -551,5 +551,5 @@
551551
<PostBuildEvent>copy "$(ProjectDir)DNS$(PlatformName)\*" "$(ProjectDir)$(OutDir)\dnscrypt-proxy\"</PostBuildEvent>
552552
</PropertyGroup>
553553
<Import Project="..\packages\Baseclass.Contrib.Nuget.Output.2.4.3\build\Baseclass.Contrib.Nuget.Output.targets" Condition="Exists('..\packages\Baseclass.Contrib.Nuget.Output.2.4.3\build\Baseclass.Contrib.Nuget.Output.targets')" />
554-
<Import Project="..\packages\Fody.4.0.2\build\Fody.targets" Condition="Exists('..\packages\Fody.4.0.2\build\Fody.targets')" />
554+
<Import Project="..\packages\Fody.4.2.1\build\Fody.targets" Condition="Exists('..\packages\Fody.4.2.1\build\Fody.targets')" />
555555
</Project>

SimpleDnsCrypt/packages.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<package id="Caliburn.Micro" version="3.2.0" targetFramework="net461" />
55
<package id="Caliburn.Micro.Core" version="3.2.0" targetFramework="net461" />
66
<package id="ControlzEx" version="3.0.2.4" targetFramework="net461" />
7-
<package id="Costura.Fody" version="3.3.2" targetFramework="net461" developmentDependency="true" />
7+
<package id="Costura.Fody" version="3.3.3" targetFramework="net461" developmentDependency="true" />
88
<package id="DnsCrypt.Blacklist" version="0.1.1" targetFramework="net461" />
9-
<package id="Fody" version="4.0.2" targetFramework="net461" developmentDependency="true" />
9+
<package id="Fody" version="4.2.1" targetFramework="net461" developmentDependency="true" />
1010
<package id="Hardcodet.NotifyIcon.Wpf" version="1.0.8" targetFramework="net461" />
1111
<package id="helper-net" version="0.2.0" targetFramework="net461" />
1212
<package id="libsodium-net" version="0.10.0" targetFramework="net461" />
@@ -16,8 +16,8 @@
1616
<package id="minisign-net" version="0.1.2" targetFramework="net461" />
1717
<package id="Nett" version="0.11.0" targetFramework="net461" />
1818
<package id="Newtonsoft.Json" version="12.0.1" targetFramework="net461" />
19-
<package id="NLog" version="4.5.11" targetFramework="net461" />
19+
<package id="NLog" version="4.6.2" targetFramework="net461" />
2020
<package id="WPFLocalizeExtension" version="3.3.1" targetFramework="net461" />
2121
<package id="XAMLMarkupExtensions" version="1.6.0" targetFramework="net461" />
22-
<package id="YamlDotNet" version="5.4.0" targetFramework="net461" />
22+
<package id="YamlDotNet" version="6.0.0" targetFramework="net461" />
2323
</packages>

0 commit comments

Comments
 (0)