Skip to content

Commit

Permalink
VS2017 - NetCore2 (All TargetFrameworks)
Browse files Browse the repository at this point in the history
  • Loading branch information
snakefoot committed Aug 27, 2017
1 parent 285726b commit 54eaa52
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/NLog/NLog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>

<Configurations>Debug;Release;Debug_Net45</Configurations>
<TargetFrameworks Condition=" '$(Configuration)' != 'Debug_Net45' ">net45;net40;net35;netstandard2.0;sl4;sl5;wp8</TargetFrameworks>
<TargetFrameworks Condition=" '$(Configuration)' != 'Debug_Net45' ">net45;net40;net35;netstandard2.0;sl4;sl5;wp8;xamarinios10;</TargetFrameworks>
<TargetFrameworks Condition=" '$(Configuration)' == 'Debug_Net45' ">net45</TargetFrameworks>

<Description>NLog is a logging platform for .NET with rich log routing and management capabilities. It can help you produce and manage high-quality logs for your application regardless of its size or complexity. This package installs NLog.dll with includes core logging functionality. For your main project also need to install 'NLog Configuration' package.</Description>
Expand Down Expand Up @@ -79,14 +79,17 @@
</PropertyGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'monoandroid23' ">
<TargetFrameworkIdentifier>MonoAndroid</TargetFrameworkIdentifier>
<DefineConstants>$(DefineConstants);__ANDROID__</DefineConstants>
<AndroidResgenFile>Resources\Resource.Designer.cs</AndroidResgenFile>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
<AndroidUseLatestPlatformSdk>False</AndroidUseLatestPlatformSdk>
<TargetFrameworkVersion>v4.4</TargetFrameworkVersion>
</PropertyGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'xamarinios10' ">
<TargetFrameworkIdentifier>Xamarin.iOS</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v1.0</TargetFrameworkVersion>
<LanguageTargets>$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.MonoTouch.CSharp.targets</LanguageTargets>
<DefineConstants>$(DefineConstants);__IOS__</DefineConstants>
<CodesignKey>iPhone Developer</CodesignKey>
</PropertyGroup>
Expand Down

0 comments on commit 54eaa52

Please sign in to comment.