Skip to content

Commit

Permalink
rename to prevent assumption that Concordion.NET works only with NUni…
Browse files Browse the repository at this point in the history
…t 2.6.4
  • Loading branch information
ShaKaRee committed Feb 17, 2017
1 parent fc146d7 commit f16a44d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions Kickstart.Spec/Kickstart.Spec.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,8 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\lib\Concordion\IKVM.Runtime.dll</HintPath>
</Reference>
<Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\lib\NUnit-2.6.4\nunit.framework.dll</HintPath>
<Reference Include="nunit.framework">
<HintPath>..\lib\NUnit\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="OGNL, Version=1.0.3982.16799, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down
5 changes: 2 additions & 3 deletions Kickstart.Test/Kickstart.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\lib\NUnit-2.6.4\nunit.framework.dll</HintPath>
<Reference Include="nunit.framework">
<HintPath>..\lib\NUnit\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit f16a44d

Please sign in to comment.