Skip to content

Commit d217d71

Browse files
committed
Update NUnit.
1 parent 2ed9785 commit d217d71

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/EntityFramework.Firebird.Tests/EntityFramework.Firebird.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<None Remove="app.config" />
1616
</ItemGroup>
1717
<ItemGroup>
18-
<PackageReference Include="NUnit" Version="3.13.2" />
19-
<PackageReference Include="NUnitLite" Version="3.13.2" />
18+
<PackageReference Include="NUnit" Version="3.13.3" />
19+
<PackageReference Include="NUnitLite" Version="3.13.3" />
2020
</ItemGroup>
2121
<ItemGroup>
2222
<ProjectReference Include="..\FirebirdSql.Data.FirebirdClient\FirebirdSql.Data.FirebirdClient.csproj" />

src/FirebirdSql.Data.FirebirdClient.Tests/FirebirdSql.Data.FirebirdClient.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<StartupObject>FirebirdSql.Data.TestsBase.Program</StartupObject>
1313
</PropertyGroup>
1414
<ItemGroup>
15-
<PackageReference Include="NUnit" Version="3.13.2" />
16-
<PackageReference Include="NUnitLite" Version="3.13.2" />
15+
<PackageReference Include="NUnit" Version="3.13.3" />
16+
<PackageReference Include="NUnitLite" Version="3.13.3" />
1717
</ItemGroup>
1818
<ItemGroup>
1919
<ProjectReference Include="..\FirebirdSql.Data.FirebirdClient\FirebirdSql.Data.FirebirdClient.csproj" />

src/FirebirdSql.EntityFrameworkCore.Firebird.Tests/FirebirdSql.EntityFrameworkCore.Firebird.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<StartupObject>FirebirdSql.Data.TestsBase.Program</StartupObject>
1313
</PropertyGroup>
1414
<ItemGroup>
15-
<PackageReference Include="NUnit" Version="3.13.2" />
16-
<PackageReference Include="NUnitLite" Version="3.13.2" />
15+
<PackageReference Include="NUnit" Version="3.13.3" />
16+
<PackageReference Include="NUnitLite" Version="3.13.3" />
1717
</ItemGroup>
1818
<ItemGroup>
1919
<ProjectReference Include="..\FirebirdSql.Data.FirebirdClient\FirebirdSql.Data.FirebirdClient.csproj" />

0 commit comments

Comments
 (0)