Skip to content

Commit c2a9563

Browse files
committed
(build) Updated NuGet Packages
1 parent 6ce6b88 commit c2a9563

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

Source/GitReleaseManager/GitReleaseManager.Core.csproj

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
<RunCodeAnalysisRestore>True</RunCodeAnalysisRestore>
4545
</PropertyGroup>
4646
<ItemGroup>
47-
<Reference Include="Octokit, Version=0.29.0.0, Culture=neutral, processorArchitecture=MSIL">
48-
<HintPath>..\packages\Octokit.0.29.0\lib\net45\Octokit.dll</HintPath>
47+
<Reference Include="Octokit, Version=0.32.0.0, Culture=neutral, processorArchitecture=MSIL">
48+
<HintPath>..\packages\Octokit.0.32.0\lib\net45\Octokit.dll</HintPath>
4949
</Reference>
5050
<Reference Include="System" />
5151
<Reference Include="System.Core" />
@@ -56,7 +56,7 @@
5656
<Reference Include="System.Data" />
5757
<Reference Include="System.Xml" />
5858
<Reference Include="YamlDotNet, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
59-
<HintPath>..\packages\YamlDotNet.5.0.0\lib\net45\YamlDotNet.dll</HintPath>
59+
<HintPath>..\packages\YamlDotNet.5.3.0\lib\net45\YamlDotNet.dll</HintPath>
6060
</Reference>
6161
</ItemGroup>
6262
<ItemGroup>
@@ -81,17 +81,15 @@
8181
<Link>SolutionInfo.cs</Link>
8282
</Compile>
8383
</ItemGroup>
84-
<ItemGroup>
85-
<None Include="packages.config">
86-
<SubType>Designer</SubType>
87-
</None>
88-
</ItemGroup>
8984
<ItemGroup>
9085
<CodeAnalysisDictionary Include="..\CustomDictionary.xml">
9186
<Link>CustomDictionary.xml</Link>
9287
</CodeAnalysisDictionary>
9388
</ItemGroup>
89+
<ItemGroup>
90+
<None Include="packages.config" />
91+
</ItemGroup>
9492
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
9593
<Import Project="..\..\BuildScripts\CodeAnalysis.props" Condition="Exists('..\..\BuildScripts\CodeAnalysis.props')" />
9694
<Import Project="..\..\BuildScripts\StyleCop.props" Condition="Exists('..\..\BuildScripts\StyleCop.props')" />
97-
</Project>
95+
</Project>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Octokit" version="0.29.0" targetFramework="net451" />
4-
<package id="YamlDotNet" version="5.0.0" targetFramework="net451" />
5-
</packages>
3+
<package id="Octokit" version="0.32.0" targetFramework="net451" />
4+
<package id="YamlDotNet" version="5.3.0" targetFramework="net451" />
5+
</packages>

0 commit comments

Comments
 (0)