You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by dp...@apache.org on 2018/05/20 15:47:54 UTC

[02/50] logging-log4net git commit: Bump referenced assemblies in the test project for the netstandard-1.3 target

Bump referenced assemblies in the test project for the netstandard-1.3 target

This is a step towards fixing the tests according to a dialog with Rob Prouse. This
should finally allow us to output mstest (trx) results that jenkins can consume. Read
https://github.com/nunit/dotnet-test-nunit/issues/100 for more information.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/6b7f64a0
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/6b7f64a0
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/6b7f64a0

Branch: refs/heads/develop
Commit: 6b7f64a0b3391271a8e5123a81d1a2214e031e28
Parents: 15a8ac4
Author: Dominik Psenner <dp...@apache.org>
Authored: Sun Nov 12 00:30:59 2017 +0100
Committer: Dominik Psenner <dp...@apache.org>
Committed: Sun Nov 12 00:30:59 2017 +0100

----------------------------------------------------------------------
 netstandard/log4net.tests/log4net.tests.csproj | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/6b7f64a0/netstandard/log4net.tests/log4net.tests.csproj
----------------------------------------------------------------------
diff --git a/netstandard/log4net.tests/log4net.tests.csproj b/netstandard/log4net.tests/log4net.tests.csproj
index b72728c..444f30c 100755
--- a/netstandard/log4net.tests/log4net.tests.csproj
+++ b/netstandard/log4net.tests/log4net.tests.csproj
@@ -21,12 +21,12 @@
 
   <ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">
     <ProjectReference Include="../log4net/log4net.csproj" />
-    <PackageReference Include="dotnet-test-nunit" Version="3.5.0" />
-    <PackageReference Include="NUnit" Version="3.4.1" />
+    <PackageReference Include="NUnit" Version="3.9.0" />
   </ItemGroup>
 
   <ItemGroup>
-    <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0-preview-20170106-08" />
+    <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" />
+    <PackageReference Include="NUnit3TestAdapter" Version="3.9.0" />
   </ItemGroup>
 
 </Project>