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:22 UTC

[30/50] logging-log4net git commit: Fix typo in the netstandard-1.3 tests csproj file

Fix typo in the netstandard-1.3 tests csproj file


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

Branch: refs/heads/develop
Commit: 3059aff9088b16a4412bfdbbe5b6f05d6c050752
Parents: 2157261
Author: Dominik Psenner <dp...@apache.org>
Authored: Tue May 8 22:34:14 2018 +0200
Committer: Dominik Psenner <dp...@apache.org>
Committed: Tue May 8 22:34:14 2018 +0200

----------------------------------------------------------------------
 netstandard/1.3/log4net.tests/log4net.tests.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/3059aff9/netstandard/1.3/log4net.tests/log4net.tests.csproj
----------------------------------------------------------------------
diff --git a/netstandard/1.3/log4net.tests/log4net.tests.csproj b/netstandard/1.3/log4net.tests/log4net.tests.csproj
index f03a012..31e144d 100755
--- a/netstandard/1.3/log4net.tests/log4net.tests.csproj
+++ b/netstandard/1.3/log4net.tests/log4net.tests.csproj
@@ -24,7 +24,7 @@ limitations under the License.
     <AssemblyName>log4net.tests</AssemblyName>
     <PackageId>log4net.tests</PackageId>
     <GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
-    <AssetTargetFallback>$(AssetTargetFallback);portable-net45+win8</PackageTargetFallback>
+    <AssetTargetFallback>$(AssetTargetFallback);portable-net45+win8</AssetTargetFallback>
     <RuntimeFrameworkVersion>2.0.7</RuntimeFrameworkVersion>
     <GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
     <GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>