|
131 | 131 | <Prefer32Bit>true</Prefer32Bit> |
132 | 132 | </PropertyGroup> |
133 | 133 | <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> |
136 | 136 | <Private>True</Private> |
137 | 137 | </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> |
140 | 140 | <Private>True</Private> |
141 | 141 | </Reference> |
142 | 142 | <Reference Include="CommandLine, Version=1.9.71.2, Culture=neutral, PublicKeyToken=de6f01bd326f8c32, processorArchitecture=MSIL"> |
143 | 143 | <HintPath>..\packages\CommandLineParser.1.9.71\lib\net45\CommandLine.dll</HintPath> |
144 | 144 | <Private>True</Private> |
145 | 145 | </Reference> |
146 | 146 | <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> |
148 | 148 | <Private>True</Private> |
149 | 149 | </Reference> |
150 | 150 | <Reference Include="GpgApi"> |
151 | 151 | <HintPath>..\packages\GpgAPI.1.5.0\lib\GpgApi.dll</HintPath> |
152 | 152 | </Reference> |
153 | 153 | <Reference Include="LibGit2Sharp, Version=0.21.0.176, Culture=neutral, processorArchitecture=MSIL"> |
154 | | - <SpecificVersion>False</SpecificVersion> |
155 | 154 | <HintPath>..\packages\LibGit2Sharp.0.21.0.176\lib\net40\LibGit2Sharp.dll</HintPath> |
| 155 | + <Private>True</Private> |
156 | 156 | </Reference> |
157 | 157 | <Reference Include="log4net, Version=1.2.15.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"> |
158 | 158 | <HintPath>..\packages\log4net.2.0.5\lib\net45-full\log4net.dll</HintPath> |
159 | 159 | <Private>True</Private> |
160 | 160 | </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> |
163 | 163 | <Private>True</Private> |
164 | 164 | </Reference> |
165 | 165 | <Reference Include="Octokit, Version=0.17.0.0, Culture=neutral, processorArchitecture=MSIL"> |
|
415 | 415 | <PropertyGroup> |
416 | 416 | <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> |
417 | 417 | </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'))" /> |
419 | 418 | <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'))" /> |
420 | 420 | </Target> |
421 | 421 | <UsingTask TaskName="CosturaCleanup" AssemblyFile="$(MSBuildToolsPath)\Microsoft.Build.Tasks.v4.0.dll" TaskFactory="CodeTaskFactory"> |
422 | 422 | <ParameterGroup> |
|
0 commit comments