Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit fd4818d

Browse files
committed
Updated some external lib's
1 parent 223284b commit fd4818d

6 files changed

Lines changed: 34 additions & 29 deletions

File tree

Pass4Win/App.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
2626
<dependentAssembly>
2727
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
28-
<bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
28+
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
2929
</dependentAssembly>
3030
</assemblyBinding>
3131
</runtime>

Pass4Win/Pass4Win.csproj

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -131,35 +131,35 @@
131131
<Prefer32Bit>true</Prefer32Bit>
132132
</PropertyGroup>
133133
<ItemGroup>
134-
<Reference Include="Autofac, Version=3.5.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
135-
<HintPath>..\packages\Autofac.3.5.2\lib\net40\Autofac.dll</HintPath>
134+
<Reference Include="Autofac, Version=4.1.1.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
135+
<HintPath>..\packages\Autofac.4.1.1\lib\net45\Autofac.dll</HintPath>
136136
<Private>True</Private>
137137
</Reference>
138-
<Reference Include="Bugsnag, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL">
139-
<HintPath>..\packages\Bugsnag.1.2.0.0\lib\Net45\Bugsnag.dll</HintPath>
138+
<Reference Include="Bugsnag, Version=1.3.0.0, Culture=neutral, processorArchitecture=MSIL">
139+
<HintPath>..\packages\Bugsnag.1.3.0.0\lib\Net45\Bugsnag.dll</HintPath>
140140
<Private>True</Private>
141141
</Reference>
142142
<Reference Include="CommandLine, Version=1.9.71.2, Culture=neutral, PublicKeyToken=de6f01bd326f8c32, processorArchitecture=MSIL">
143143
<HintPath>..\packages\CommandLineParser.1.9.71\lib\net45\CommandLine.dll</HintPath>
144144
<Private>True</Private>
145145
</Reference>
146146
<Reference Include="CommonMark, Version=0.1.0.0, Culture=neutral, PublicKeyToken=001ef8810438905d, processorArchitecture=MSIL">
147-
<HintPath>..\packages\CommonMark.NET.0.11.0\lib\net45\CommonMark.dll</HintPath>
147+
<HintPath>..\packages\CommonMark.NET.0.14.0\lib\net45\CommonMark.dll</HintPath>
148148
<Private>True</Private>
149149
</Reference>
150150
<Reference Include="GpgApi">
151151
<HintPath>..\packages\GpgAPI.1.5.0\lib\GpgApi.dll</HintPath>
152152
</Reference>
153153
<Reference Include="LibGit2Sharp, Version=0.21.0.176, Culture=neutral, processorArchitecture=MSIL">
154-
<SpecificVersion>False</SpecificVersion>
155154
<HintPath>..\packages\LibGit2Sharp.0.21.0.176\lib\net40\LibGit2Sharp.dll</HintPath>
155+
<Private>True</Private>
156156
</Reference>
157157
<Reference Include="log4net, Version=1.2.15.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
158158
<HintPath>..\packages\log4net.2.0.5\lib\net45-full\log4net.dll</HintPath>
159159
<Private>True</Private>
160160
</Reference>
161-
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
162-
<HintPath>..\packages\Newtonsoft.Json.8.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
161+
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
162+
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
163163
<Private>True</Private>
164164
</Reference>
165165
<Reference Include="Octokit, Version=0.17.0.0, Culture=neutral, processorArchitecture=MSIL">
@@ -415,8 +415,8 @@
415415
<PropertyGroup>
416416
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
417417
</PropertyGroup>
418-
<Error Condition="!Exists('..\packages\LibGit2Sharp.0.21.0.176\build\net40\LibGit2Sharp.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\LibGit2Sharp.0.21.0.176\build\net40\LibGit2Sharp.props'))" />
419418
<Error Condition="!Exists('..\packages\Fody.1.29.4\build\dotnet\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.29.4\build\dotnet\Fody.targets'))" />
419+
<Error Condition="!Exists('..\packages\LibGit2Sharp.0.21.0.176\build\net40\LibGit2Sharp.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\LibGit2Sharp.0.21.0.176\build\net40\LibGit2Sharp.props'))" />
420420
</Target>
421421
<UsingTask TaskName="CosturaCleanup" AssemblyFile="$(MSBuildToolsPath)\Microsoft.Build.Tasks.v4.0.dll" TaskFactory="CodeTaskFactory">
422422
<ParameterGroup>

Pass4Win/packages.config

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Autofac" version="3.5.2" targetFramework="net45" />
4-
<package id="Bugsnag" version="1.2.0.0" targetFramework="net45" />
3+
<package id="Autofac" version="4.1.1" targetFramework="net46" />
4+
<package id="Bugsnag" version="1.3.0.0" targetFramework="net46" />
55
<package id="CommandLineParser" version="1.9.71" targetFramework="net46" />
6-
<package id="CommonMark.NET" version="0.11.0" targetFramework="net46" />
6+
<package id="CommonMark.NET" version="0.14.0" targetFramework="net46" />
77
<package id="Costura.Fody" version="1.3.3.0" targetFramework="net45" developmentDependency="true" />
88
<package id="Fody" version="1.29.4" targetFramework="net45" developmentDependency="true" />
99
<package id="GpgAPI" version="1.5.0" targetFramework="net45" />
10-
<package id="LibGit2Sharp" version="0.21.0.176" targetFramework="net45" />
10+
<package id="LibGit2Sharp" version="0.21.0.176" targetFramework="net46" />
1111
<package id="log4net" version="2.0.5" targetFramework="net46" />
12-
<package id="Newtonsoft.Json" version="8.0.2" targetFramework="net45" />
13-
<package id="Octokit" version="0.17.0" targetFramework="net45" />
12+
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net46" />
13+
<package id="Octokit" version="0.17.0" targetFramework="net46" />
1414
</packages>

Pass4WinTests/Pass4WinTests.csproj

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,21 +74,25 @@
7474
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
7575
</PropertyGroup>
7676
<ItemGroup>
77-
<Reference Include="Autofac, Version=3.5.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
78-
<HintPath>..\packages\Autofac.3.5.2\lib\net40\Autofac.dll</HintPath>
77+
<Reference Include="Autofac, Version=4.1.1.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
78+
<HintPath>..\packages\Autofac.4.1.1\lib\net45\Autofac.dll</HintPath>
79+
<Private>True</Private>
80+
</Reference>
81+
<Reference Include="Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
82+
<HintPath>..\packages\Castle.Core.3.3.3\lib\net45\Castle.Core.dll</HintPath>
7983
<Private>True</Private>
8084
</Reference>
8185
<Reference Include="Microsoft.CSharp" />
82-
<Reference Include="Moq, Version=4.2.1510.2205, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
83-
<HintPath>..\packages\Moq.4.2.1510.2205\lib\net40\Moq.dll</HintPath>
86+
<Reference Include="Moq, Version=4.5.23.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
87+
<HintPath>..\packages\Moq.4.5.23\lib\net45\Moq.dll</HintPath>
8488
<Private>True</Private>
8589
</Reference>
86-
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
87-
<HintPath>..\packages\Newtonsoft.Json.8.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
90+
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
91+
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
8892
<Private>True</Private>
8993
</Reference>
90-
<Reference Include="nunit.framework, Version=3.0.5813.39031, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
91-
<HintPath>..\packages\NUnit.3.0.1\lib\net45\nunit.framework.dll</HintPath>
94+
<Reference Include="nunit.framework, Version=3.5.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
95+
<HintPath>..\packages\NUnit.3.5.0\lib\net45\nunit.framework.dll</HintPath>
9296
<Private>True</Private>
9397
</Reference>
9498
<Reference Include="System" />

Pass4WinTests/app.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
55
<dependentAssembly>
66
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
7-
<bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
7+
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
88
</dependentAssembly>
99
<dependentAssembly>
1010
<assemblyIdentity name="System" publicKeyToken="b77a5c561934e089" culture="neutral" />

Pass4WinTests/packages.config

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Autofac" version="3.5.2" targetFramework="net45" />
4-
<package id="Moq" version="4.2.1510.2205" targetFramework="net45" />
5-
<package id="Newtonsoft.Json" version="8.0.2" targetFramework="net45" />
6-
<package id="NUnit" version="3.0.1" targetFramework="net45" />
3+
<package id="Autofac" version="4.1.1" targetFramework="net46" />
4+
<package id="Castle.Core" version="3.3.3" targetFramework="net46" />
5+
<package id="Moq" version="4.5.23" targetFramework="net46" />
6+
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net46" />
7+
<package id="NUnit" version="3.5.0" targetFramework="net46" />
78
</packages>

0 commit comments

Comments
 (0)