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:48:55 UTC

[11/50] logging-log4net git commit: make dotnet test work on .NET Core SDK 1.1.7 on Windows

make dotnet test work on .NET Core SDK 1.1.7 on Windows


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

Branch: refs/heads/feature/RollingFileAppender-NG
Commit: 35c8ac87ae1255838afa453a423d1bfd5decb812
Parents: c9b9382
Author: Stefan Bodewig <st...@innoq.com>
Authored: Mon Jan 15 10:18:06 2018 +0100
Committer: Stefan Bodewig <st...@innoq.com>
Committed: Mon Jan 15 10:18:06 2018 +0100

----------------------------------------------------------------------
 netstandard/log4net.tests/log4net.tests.csproj | 7 ++++---
 netstandard/log4net/log4net.csproj             | 2 +-
 2 files changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/35c8ac87/netstandard/log4net.tests/log4net.tests.csproj
----------------------------------------------------------------------
diff --git a/netstandard/log4net.tests/log4net.tests.csproj b/netstandard/log4net.tests/log4net.tests.csproj
index 69d5fcb..8a185ce 100755
--- a/netstandard/log4net.tests/log4net.tests.csproj
+++ b/netstandard/log4net.tests/log4net.tests.csproj
@@ -1,4 +1,4 @@
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
 
   <PropertyGroup>
     <VersionPrefix>2.0.9</VersionPrefix>
@@ -21,8 +21,9 @@
 
   <ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">
     <ProjectReference Include="../log4net/log4net.csproj" />
-    <PackageReference Include="dotnet-test-nunit" Version="3.4.0-beta-2" />
-    <PackageReference Include="NUnit" Version="3.4.1" />
+    <PackageReference Include="NUnit3TestAdapter" Version="3.9.0" />
+    <PackageReference Include="NUnit" Version="3.9.0" />
+    <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.*" />
   </ItemGroup>
 
   <ItemGroup>

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/35c8ac87/netstandard/log4net/log4net.csproj
----------------------------------------------------------------------
diff --git a/netstandard/log4net/log4net.csproj b/netstandard/log4net/log4net.csproj
index 712f8fc..8c69a9a 100755
--- a/netstandard/log4net/log4net.csproj
+++ b/netstandard/log4net/log4net.csproj
@@ -49,7 +49,7 @@
     <PackageReference Include="System.Reflection.TypeExtensions" Version="4.1.0" />
     <PackageReference Include="System.Runtime.Extensions" Version="4.1.0" />
     <PackageReference Include="System.Runtime.InteropServices" Version="4.1.0" />
-    <PackageReference Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.0.0" />
+    <PackageReference Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" />
     <PackageReference Include="System.Runtime.Serialization.Formatters" Version="4.3.0" />
     <PackageReference Include="System.Text.RegularExpressions" Version="4.1.0" />
     <PackageReference Include="System.Threading" Version="4.0.11" />