Skip to content

Commit 74bbecb

Browse files
committed
fix reference
1 parent a9bb9eb commit 74bbecb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/net-constraints-nunit4/NetFramework/XMLUnit.NUnit4.Constraints.NetFramework.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
<RootNamespace>Org.XmlUnit.Constraints</RootNamespace>
5555
</PropertyGroup>
5656
<ItemGroup>
57-
<Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
58-
<HintPath>..\..\..\..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
57+
<Reference Include="nunit.framework, Version=4.3.2.0, Culture=neutral, PublicKeyToken=2638cd05610744eb">
58+
<HintPath>..\..\..\..\packages\NUnit.4.3.2\lib\nunit.framework.dll</HintPath>
5959
<Private>True</Private>
6060
</Reference>
6161
<Reference Include="System" />

0 commit comments

Comments
 (0)