Skip to content

Commit 9617b51

Browse files
committed
Updated dependencies
1 parent 3582378 commit 9617b51

2 files changed

Lines changed: 8 additions & 9 deletions

File tree

SimpleDnsCrypt/SimpleDnsCrypt.csproj

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,8 @@
6363
<Reference Include="ControlzEx, Version=3.0.2.4, Culture=neutral, processorArchitecture=MSIL">
6464
<HintPath>..\packages\ControlzEx.3.0.2.4\lib\net45\ControlzEx.dll</HintPath>
6565
</Reference>
66-
<Reference Include="Costura, Version=1.6.2.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
67-
<HintPath>..\packages\Costura.Fody.1.6.2\lib\dotnet\Costura.dll</HintPath>
68-
<Private>False</Private>
66+
<Reference Include="Costura, Version=3.1.0.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
67+
<HintPath>..\packages\Costura.Fody.3.1.0\lib\net46\Costura.dll</HintPath>
6968
</Reference>
7069
<Reference Include="DnsCrypt.Blacklist, Version=0.1.1.0, Culture=neutral, processorArchitecture=MSIL">
7170
<HintPath>..\packages\DnsCrypt.Blacklist.0.1.1\lib\netstandard2.0\DnsCrypt.Blacklist.dll</HintPath>
@@ -508,17 +507,17 @@
508507
<PropertyGroup>
509508
<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>
510509
</PropertyGroup>
511-
<Error Condition="!Exists('..\packages\Costura.Fody.1.6.2\build\dotnet\Costura.Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.1.6.2\build\dotnet\Costura.Fody.targets'))" />
512510
<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'))" />
513-
<Error Condition="!Exists('..\packages\Fody.2.5.0\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.2.5.0\build\Fody.targets'))" />
511+
<Error Condition="!Exists('..\packages\Fody.3.2.1\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.3.2.1\build\Fody.targets'))" />
512+
<Error Condition="!Exists('..\packages\Costura.Fody.3.1.0\build\Costura.Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.3.1.0\build\Costura.Fody.targets'))" />
514513
</Target>
515514
<PropertyGroup>
516515
<TargetFrameworkSDKToolsDirectory Condition=" '$(PlatformTarget)' == 'x64'">$(TargetFrameworkSDKToolsDirectory)$(PlatformTarget)\</TargetFrameworkSDKToolsDirectory>
517516
</PropertyGroup>
518517
<PropertyGroup>
519518
<PostBuildEvent>copy "$(ProjectDir)DNS$(PlatformName)\*" "$(ProjectDir)$(OutDir)\dnscrypt-proxy\"</PostBuildEvent>
520519
</PropertyGroup>
521-
<Import Project="..\packages\Costura.Fody.1.6.2\build\dotnet\Costura.Fody.targets" Condition="Exists('..\packages\Costura.Fody.1.6.2\build\dotnet\Costura.Fody.targets')" />
522520
<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')" />
523-
<Import Project="..\packages\Fody.2.5.0\build\Fody.targets" Condition="Exists('..\packages\Fody.2.5.0\build\Fody.targets')" />
521+
<Import Project="..\packages\Fody.3.2.1\build\Fody.targets" Condition="Exists('..\packages\Fody.3.2.1\build\Fody.targets')" />
522+
<Import Project="..\packages\Costura.Fody.3.1.0\build\Costura.Fody.targets" Condition="Exists('..\packages\Costura.Fody.3.1.0\build\Costura.Fody.targets')" />
524523
</Project>

SimpleDnsCrypt/packages.config

Lines changed: 2 additions & 2 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="1.6.2" targetFramework="net461" developmentDependency="true" />
7+
<package id="Costura.Fody" version="3.1.0" targetFramework="net461" developmentDependency="true" />
88
<package id="DnsCrypt.Blacklist" version="0.1.1" targetFramework="net461" />
9-
<package id="Fody" version="2.5.0" targetFramework="net461" developmentDependency="true" />
9+
<package id="Fody" version="3.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" />

0 commit comments

Comments
 (0)