Skip to content

Commit 86a2fe6

Browse files
committed
Minor dependencies updates.
1 parent 1afcd44 commit 86a2fe6

3 files changed

Lines changed: 35 additions & 28 deletions

File tree

App.config

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@
1717
<assemblyIdentity name="IX.StandardExtensions" publicKeyToken="029c2b9bf120ba32" culture="neutral" />
1818
<bindingRedirect oldVersion="0.0.0.0-0.5.5.0" newVersion="0.5.5.0" />
1919
</dependentAssembly>
20+
<dependentAssembly>
21+
<assemblyIdentity name="Vanara.PInvoke.Shared" publicKeyToken="c37e4080322237fa" culture="neutral" />
22+
<bindingRedirect oldVersion="0.0.0.0-3.2.15.0" newVersion="3.2.15.0" />
23+
</dependentAssembly>
24+
<dependentAssembly>
25+
<assemblyIdentity name="Vanara.Core" publicKeyToken="c37e4080322237fa" culture="neutral" />
26+
<bindingRedirect oldVersion="0.0.0.0-3.2.15.0" newVersion="3.2.15.0" />
27+
</dependentAssembly>
2028
</assemblyBinding>
2129
</runtime>
2230
</configuration>

PipeExplorer.csproj

Lines changed: 17 additions & 18 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\ReactiveUI.Fody.11.5.26\build\ReactiveUI.Fody.props" Condition="Exists('packages\ReactiveUI.Fody.11.5.26\build\ReactiveUI.Fody.props')" />
3+
<Import Project="packages\ReactiveUI.Fody.11.5.35\build\ReactiveUI.Fody.props" Condition="Exists('packages\ReactiveUI.Fody.11.5.35\build\ReactiveUI.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>
@@ -47,7 +47,7 @@
4747
<HintPath>packages\ControlzEx.4.3.2\lib\net462\ControlzEx.dll</HintPath>
4848
</Reference>
4949
<Reference Include="DynamicData, Version=6.16.0.0, Culture=neutral, processorArchitecture=MSIL">
50-
<HintPath>packages\DynamicData.6.16.6\lib\net461\DynamicData.dll</HintPath>
50+
<HintPath>packages\DynamicData.6.16.8\lib\net461\DynamicData.dll</HintPath>
5151
</Reference>
5252
<Reference Include="IX.Abstractions, Version=0.5.3.0, Culture=neutral, PublicKeyToken=029c2b9bf120ba32, processorArchitecture=MSIL">
5353
<HintPath>packages\IX.Abstractions.0.5.3\lib\net472\IX.Abstractions.dll</HintPath>
@@ -83,20 +83,19 @@
8383
<HintPath>packages\Microsoft.Xaml.Behaviors.Wpf.1.1.19\lib\net45\Microsoft.Xaml.Behaviors.dll</HintPath>
8484
</Reference>
8585
<Reference Include="ReactiveUI, Version=11.5.0.0, Culture=neutral, processorArchitecture=MSIL">
86-
<HintPath>packages\ReactiveUI.11.5.26\lib\net461\ReactiveUI.dll</HintPath>
86+
<HintPath>packages\ReactiveUI.11.5.35\lib\net461\ReactiveUI.dll</HintPath>
8787
</Reference>
8888
<Reference Include="ReactiveUI.Fody.Helpers, Version=11.5.0.0, Culture=neutral, processorArchitecture=MSIL">
89-
<HintPath>packages\ReactiveUI.Fody.11.5.26\lib\net461\ReactiveUI.Fody.Helpers.dll</HintPath>
90-
<Private>True</Private>
89+
<HintPath>packages\ReactiveUI.Fody.11.5.35\lib\net461\ReactiveUI.Fody.Helpers.dll</HintPath>
9190
</Reference>
9291
<Reference Include="ReactiveUI.Validation, Version=1.5.0.0, Culture=neutral, processorArchitecture=MSIL">
9392
<HintPath>packages\ReactiveUI.Validation.1.5.5\lib\net461\ReactiveUI.Validation.dll</HintPath>
9493
</Reference>
9594
<Reference Include="ReactiveUI.WPF, Version=11.5.0.0, Culture=neutral, processorArchitecture=MSIL">
96-
<HintPath>packages\ReactiveUI.WPF.11.5.26\lib\net472\ReactiveUI.WPF.dll</HintPath>
95+
<HintPath>packages\ReactiveUI.WPF.11.5.35\lib\net472\ReactiveUI.WPF.dll</HintPath>
9796
</Reference>
9897
<Reference Include="Splat, Version=9.5.0.0, Culture=neutral, processorArchitecture=MSIL">
99-
<HintPath>packages\Splat.9.5.20\lib\net461\Splat.dll</HintPath>
98+
<HintPath>packages\Splat.9.5.35\lib\net461\Splat.dll</HintPath>
10099
</Reference>
101100
<Reference Include="System" />
102101
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
@@ -139,20 +138,20 @@
139138
<Reference Include="System.Xaml">
140139
<RequiredTargetFramework>4.0</RequiredTargetFramework>
141140
</Reference>
142-
<Reference Include="Vanara.Core, Version=3.2.14.0, Culture=neutral, PublicKeyToken=c37e4080322237fa, processorArchitecture=MSIL">
143-
<HintPath>packages\Vanara.Core.3.2.14\lib\net45\Vanara.Core.dll</HintPath>
141+
<Reference Include="Vanara.Core, Version=3.2.15.0, Culture=neutral, PublicKeyToken=c37e4080322237fa, processorArchitecture=MSIL">
142+
<HintPath>packages\Vanara.Core.3.2.15\lib\net45\Vanara.Core.dll</HintPath>
144143
</Reference>
145-
<Reference Include="Vanara.PInvoke.Cryptography, Version=3.2.14.0, Culture=neutral, PublicKeyToken=c37e4080322237fa, processorArchitecture=MSIL">
146-
<HintPath>packages\Vanara.PInvoke.Cryptography.3.2.14\lib\net45\Vanara.PInvoke.Cryptography.dll</HintPath>
144+
<Reference Include="Vanara.PInvoke.Cryptography, Version=3.2.15.0, Culture=neutral, PublicKeyToken=c37e4080322237fa, processorArchitecture=MSIL">
145+
<HintPath>packages\Vanara.PInvoke.Cryptography.3.2.15\lib\net45\Vanara.PInvoke.Cryptography.dll</HintPath>
147146
</Reference>
148-
<Reference Include="Vanara.PInvoke.Kernel32, Version=3.2.14.0, Culture=neutral, PublicKeyToken=c37e4080322237fa, processorArchitecture=MSIL">
149-
<HintPath>packages\Vanara.PInvoke.Kernel32.3.2.14\lib\net45\Vanara.PInvoke.Kernel32.dll</HintPath>
147+
<Reference Include="Vanara.PInvoke.Kernel32, Version=3.2.15.0, Culture=neutral, PublicKeyToken=c37e4080322237fa, processorArchitecture=MSIL">
148+
<HintPath>packages\Vanara.PInvoke.Kernel32.3.2.15\lib\net45\Vanara.PInvoke.Kernel32.dll</HintPath>
150149
</Reference>
151-
<Reference Include="Vanara.PInvoke.Security, Version=3.2.14.0, Culture=neutral, PublicKeyToken=c37e4080322237fa, processorArchitecture=MSIL">
152-
<HintPath>packages\Vanara.PInvoke.Security.3.2.14\lib\net45\Vanara.PInvoke.Security.dll</HintPath>
150+
<Reference Include="Vanara.PInvoke.Security, Version=3.2.15.0, Culture=neutral, PublicKeyToken=c37e4080322237fa, processorArchitecture=MSIL">
151+
<HintPath>packages\Vanara.PInvoke.Security.3.2.15\lib\net45\Vanara.PInvoke.Security.dll</HintPath>
153152
</Reference>
154-
<Reference Include="Vanara.PInvoke.Shared, Version=3.2.14.0, Culture=neutral, PublicKeyToken=c37e4080322237fa, processorArchitecture=MSIL">
155-
<HintPath>packages\Vanara.PInvoke.Shared.3.2.14\lib\net45\Vanara.PInvoke.Shared.dll</HintPath>
153+
<Reference Include="Vanara.PInvoke.Shared, Version=3.2.15.0, Culture=neutral, PublicKeyToken=c37e4080322237fa, processorArchitecture=MSIL">
154+
<HintPath>packages\Vanara.PInvoke.Shared.3.2.15\lib\net45\Vanara.PInvoke.Shared.dll</HintPath>
156155
</Reference>
157156
<Reference Include="WindowsBase" />
158157
<Reference Include="PresentationCore" />
@@ -226,7 +225,7 @@
226225
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
227226
</PropertyGroup>
228227
<Error Condition="!Exists('packages\Fody.6.2.4\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Fody.6.2.4\build\Fody.targets'))" />
229-
<Error Condition="!Exists('packages\ReactiveUI.Fody.11.5.26\build\ReactiveUI.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\ReactiveUI.Fody.11.5.26\build\ReactiveUI.Fody.props'))" />
228+
<Error Condition="!Exists('packages\ReactiveUI.Fody.11.5.35\build\ReactiveUI.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\ReactiveUI.Fody.11.5.35\build\ReactiveUI.Fody.props'))" />
230229
</Target>
231230
<Target Name="EnUsResources" BeforeTargets="PrepareForBuild">
232231
<Copy SourceFiles="Properties\Resources.resx" DestinationFiles="Properties\Resources.en-US.resx" SkipUnchangedFiles="True" />

packages.config

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="ControlzEx" version="4.3.2" targetFramework="net48" />
4-
<package id="DynamicData" version="6.16.6" targetFramework="net48" />
4+
<package id="DynamicData" version="6.16.8" targetFramework="net48" />
55
<package id="Fody" version="6.2.4" targetFramework="net48" developmentDependency="true" />
66
<package id="IX.Abstractions" version="0.5.3" targetFramework="net48" />
77
<package id="IX.Abstractions.Collections" version="0.5.3" targetFramework="net48" />
@@ -14,21 +14,21 @@
1414
<package id="JetBrains.Annotations" version="2020.1.0" targetFramework="net48" />
1515
<package id="MahApps.Metro" version="2.2.0" targetFramework="net48" />
1616
<package id="Microsoft.Xaml.Behaviors.Wpf" version="1.1.19" targetFramework="net48" />
17-
<package id="ReactiveUI" version="11.5.26" targetFramework="net48" />
18-
<package id="ReactiveUI.Fody" version="11.5.26" targetFramework="net48" />
17+
<package id="ReactiveUI" version="11.5.35" targetFramework="net48" />
18+
<package id="ReactiveUI.Fody" version="11.5.35" targetFramework="net48" />
1919
<package id="ReactiveUI.Validation" version="1.5.5" targetFramework="net48" />
20-
<package id="ReactiveUI.WPF" version="11.5.26" targetFramework="net48" />
21-
<package id="Splat" version="9.5.20" targetFramework="net48" />
20+
<package id="ReactiveUI.WPF" version="11.5.35" targetFramework="net48" />
21+
<package id="Splat" version="9.5.35" targetFramework="net48" />
2222
<package id="System.Buffers" version="4.5.1" targetFramework="net48" />
2323
<package id="System.Memory" version="4.5.4" targetFramework="net48" />
2424
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net48" />
2525
<package id="System.Reactive" version="4.4.1" targetFramework="net48" />
2626
<package id="System.Runtime.CompilerServices.Unsafe" version="4.7.1" targetFramework="net48" />
2727
<package id="System.Threading.Tasks.Extensions" version="4.5.4" targetFramework="net48" />
2828
<package id="System.ValueTuple" version="4.5.0" targetFramework="net48" />
29-
<package id="Vanara.Core" version="3.2.14" targetFramework="net48" />
30-
<package id="Vanara.PInvoke.Cryptography" version="3.2.14" targetFramework="net48" />
31-
<package id="Vanara.PInvoke.Kernel32" version="3.2.14" targetFramework="net48" />
32-
<package id="Vanara.PInvoke.Security" version="3.2.14" targetFramework="net48" />
33-
<package id="Vanara.PInvoke.Shared" version="3.2.14" targetFramework="net48" />
29+
<package id="Vanara.Core" version="3.2.15" targetFramework="net48" />
30+
<package id="Vanara.PInvoke.Cryptography" version="3.2.15" targetFramework="net48" />
31+
<package id="Vanara.PInvoke.Kernel32" version="3.2.15" targetFramework="net48" />
32+
<package id="Vanara.PInvoke.Security" version="3.2.15" targetFramework="net48" />
33+
<package id="Vanara.PInvoke.Shared" version="3.2.15" targetFramework="net48" />
3434
</packages>

0 commit comments

Comments
 (0)