Skip to content

Commit c6a9f4b

Browse files
committed
Updated NUnit.
1 parent 6d3fb2a commit c6a9f4b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Provider/src/FirebirdSql.Data.UnitTests/FirebirdSql.Data.UnitTests.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@
4040
</Reference>
4141
</ItemGroup>
4242
<ItemGroup>
43-
<Reference Include="nunit.framework, Version=3.2.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
44-
<HintPath>..\packages\NUnit.3.2.1\lib\net45\nunit.framework.dll</HintPath>
45-
<Private>True</Private>
43+
<Reference Include="nunit.framework, Version=3.7.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
44+
<HintPath>..\packages\NUnit.3.7.1\lib\net45\nunit.framework.dll</HintPath>
4645
</Reference>
4746
<Reference Include="System" />
4847
<Reference Include="System.Core" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="NUnit" version="3.2.1" targetFramework="net45" />
3+
<package id="NUnit" version="3.7.1" targetFramework="net452" />
44
</packages>

0 commit comments

Comments
 (0)