You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by ni...@apache.org on 2021/02/05 16:49:26 UTC

[lucenenet] branch master updated: Upgrade NUNit to ver 3.13.1 and NUnit3TestAdapter to ver 3.17.0

This is an automated email from the ASF dual-hosted git repository.

nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git


The following commit(s) were added to refs/heads/master by this push:
     new 6a0d366  Upgrade NUNit to ver 3.13.1 and NUnit3TestAdapter to ver 3.17.0
6a0d366 is described below

commit 6a0d366e8a3b0442da98aa8cfd29c78c32755ee5
Author: Ron Clabo <ro...@GiftOasis.com>
AuthorDate: Thu Feb 4 17:31:23 2021 -0500

    Upgrade NUNit to ver 3.13.1 and NUnit3TestAdapter to ver 3.17.0
---
 build/Dependencies.props | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/build/Dependencies.props b/build/Dependencies.props
index 48103c5..9bc0dbd 100644
--- a/build/Dependencies.props
+++ b/build/Dependencies.props
@@ -1,4 +1,4 @@
-<!--
+<!--
 
  Licensed to the Apache Software Foundation (ASF) under one
  or more contributor license agreements.  See the NOTICE file
@@ -68,8 +68,8 @@
     <MSTestTestAdapterPackageVersion>$(MSTestTestFrameworkPackageVersion)</MSTestTestAdapterPackageVersion>
     <NETStandardLibrary20PackageVersion>2.0.3</NETStandardLibrary20PackageVersion>
     <NewtonsoftJsonPackageVersion>10.0.1</NewtonsoftJsonPackageVersion>
-    <NUnit3TestAdapterPackageVersion>3.16.1</NUnit3TestAdapterPackageVersion>
-    <NUnitPackageVersion>3.12.0</NUnitPackageVersion>
+    <NUnit3TestAdapterPackageVersion>3.17.0</NUnit3TestAdapterPackageVersion>
+    <NUnitPackageVersion>3.13.1</NUnitPackageVersion>
     <OpenNLPNETPackageVersion>1.9.1</OpenNLPNETPackageVersion>
     <SharpZipLibPackageVersion>1.1.0</SharpZipLibPackageVersion>
     <Spatial4nCorePackageVersion>0.4.1</Spatial4nCorePackageVersion>