Skip to content

Commit

Permalink
Fixed proj file after buildscripts update
Browse files Browse the repository at this point in the history
  • Loading branch information
John Simons committed Apr 15, 2014
1 parent 623c874 commit 86fecca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ripple.config
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<Dependency Name="Janitor.Fody" Version="0.4.0.0" Mode="Fixed" />
<Dependency Name="jQuery" Version="1.6.4.0" Mode="Fixed" />
<Dependency Name="log4net" Version="1.2.10.0" Mode="Fixed" />
<Dependency Name="NServiceBus" Version="4.4.2" Mode="Fixed" />
<Dependency Name="NServiceBus" Version="4.4.2" Mode="Fixed" />
<Dependency Name="NServiceBus.AcceptanceTesting" Version="4.4.2" Mode="Fixed" />
<Dependency Name="NServiceBus.AcceptanceTests.Sources" Version="4.4.2" Mode="Fixed" />
<Dependency Name="NServiceBus.Interfaces" Version="4.4.2" Mode="Fixed" />
Expand Down
2 changes: 1 addition & 1 deletion src/NServiceBus.SqlServer/NServiceBus.SqlServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="Fody.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\RippleRestoreTask.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\GitFlowVersion\build\GitFlowVersionTask.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\GitVersionTask\Build\GitVersionTask.targets" />
</Project>

0 comments on commit 86fecca

Please sign in to comment.