Skip to content

Commit a2f67ec

Browse files
committed
Fix after rebase
1 parent a264be2 commit a2f67ec

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/NHibernate.Test/NHibernate.Test.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,6 @@
8282
<Reference Include="nunit.framework, Version=3.6.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
8383
<HintPath>..\packages\NUnit.3.6.0\lib\net45\nunit.framework.dll</HintPath>
8484
<Private>True</Private>
85-
<Reference Include="nunit.framework, Version=3.2.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
86-
<Reference Include="nunit.framework, Version=3.4.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
87-
<SpecificVersion>False</SpecificVersion>
88-
<HintPath>..\..\lib\net\4.5\nunit.framework.dll</HintPath>
8985
</Reference>
9086
<Reference Include="nunitlite, Version=3.4.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
9187
<SpecificVersion>False</SpecificVersion>
@@ -106,6 +102,7 @@
106102
<Reference Include="System.Linq.Dynamic, Version=1.0.6132.35681, Culture=neutral, processorArchitecture=MSIL">
107103
<HintPath>..\packages\System.Linq.Dynamic.1.0.7\lib\net40\System.Linq.Dynamic.dll</HintPath>
108104
<Private>True</Private>
105+
</Reference>
109106
<Reference Include="System.Interactive.Async">
110107
<HintPath>..\..\lib\net\4.5\System.Interactive.Async.dll</HintPath>
111108
</Reference>

0 commit comments

Comments
 (0)