File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Source/GitReleaseManager.Cli Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 135135 </PropertyGroup >
136136 <Error Condition =" !Exists('..\packages\StyleCop.MSBuild.4.7.49.1\build\StyleCop.MSBuild.Targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\StyleCop.MSBuild.4.7.49.1\build\StyleCop.MSBuild.Targets'))" />
137137 <Error Condition =" !Exists('..\packages\StyleCop.Error.MSBuild.1.0.0\build\StyleCop.Error.MSBuild.Targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\StyleCop.Error.MSBuild.1.0.0\build\StyleCop.Error.MSBuild.Targets'))" />
138- <Error Condition =" !Exists('..\packages\Fody.1.29.3 \build\dotnet\Fody.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.29.3 \build\dotnet\Fody.targets'))" />
138+ <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'))" />
139139 </Target >
140140 <Import Project =" ..\..\BuildScripts\CodeAnalysis.props" Condition =" Exists('..\..\BuildScripts\CodeAnalysis.props')" />
141141 <Import Project =" ..\..\BuildScripts\StyleCop.props" Condition =" Exists('..\..\BuildScripts\StyleCop.props')" />
142142 <Import Project =" ..\packages\StyleCop.MSBuild.4.7.49.1\build\StyleCop.MSBuild.Targets" Condition =" Exists('..\packages\StyleCop.MSBuild.4.7.49.1\build\StyleCop.MSBuild.Targets')" />
143143 <Import Project =" ..\packages\StyleCop.Error.MSBuild.1.0.0\build\StyleCop.Error.MSBuild.Targets" Condition =" Exists('..\packages\StyleCop.Error.MSBuild.1.0.0\build\StyleCop.Error.MSBuild.Targets')" />
144- <Import Project =" ..\packages\Fody.1.29.3 \build\dotnet\Fody.targets" Condition =" Exists('..\packages\Fody.1.29.3 \build\dotnet\Fody.targets')" />
144+ <Import Project =" ..\packages\Fody.1.29.4 \build\dotnet\Fody.targets" Condition =" Exists('..\packages\Fody.1.29.4 \build\dotnet\Fody.targets')" />
145145</Project >
Original file line number Diff line number Diff line change 33 <package id =" BuildTools.FxCop" version =" 1.0.1" targetFramework =" net45" />
44 <package id =" CommandLineParser" version =" 1.9.71" targetFramework =" net45" />
55 <package id =" Costura.Fody" version =" 1.3.3.0" targetFramework =" net451" developmentDependency =" true" />
6- <package id =" Fody" version =" 1.29.3 " targetFramework =" net451" developmentDependency =" true" />
6+ <package id =" Fody" version =" 1.29.4 " targetFramework =" net451" developmentDependency =" true" />
77 <package id =" Octokit" version =" 0.17.0" targetFramework =" net451" />
88 <package id =" StyleCop.Error.MSBuild" version =" 1.0.0" targetFramework =" net45" />
99 <package id =" StyleCop.MSBuild" version =" 4.7.49.1" targetFramework =" net45" developmentDependency =" true" />
You can’t perform that action at this time.
0 commit comments