Skip to content

Commit 517022d

Browse files
committed
#142 fixed some issues with the csproj files
1 parent 6151a28 commit 517022d

File tree

14 files changed

+16
-17
lines changed

14 files changed

+16
-17
lines changed

src/Exceptionless.Signed/Exceptionless.Signed.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
<AssemblyTitle>Exceptionless client for non visual (ie. Console and Services) applications.</AssemblyTitle>
88
<Description>Exceptionless client for portable applications. $(Description)</Description>
99
<PackageTags>Exceptionless;Error;Report;Reporting;Exception;Logging;Log;ELMAH;pcl;NETSTANDARD;Core</PackageTags>
10-
</PropertyGroup>
10+
<TargetFrameworks>netstandard1.2;netstandard1.3;netstandard1.4;netstandard1.5;portable46-net451+win81+wpa81;net45</TargetFrameworks>
11+
</PropertyGroup>
1112

1213
<ItemGroup Label="Package">
1314
<None Update="..\Exceptionless\readme.txt">
@@ -21,7 +22,6 @@
2122
</ItemGroup>
2223

2324
<ItemGroup Label="Build">
24-
<TargetFrameworks>netstandard1.2;netstandard1.3;netstandard1.4;netstandard1.5;portable46-net451+win81+wpa81;net45</TargetFrameworks>
2525
<Compile Remove="..\Exceptionless\obj\**\*" />
2626
<Compile Include="..\Exceptionless\**\*.cs;..\GlobalAssemblyInfo.cs" Exclude="..\Exceptionless\obj\**\*;bin\**;obj\**;**\*.xproj;packages\**" />
2727

src/Exceptionless/Exceptionless.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
<AssemblyTitle>Exceptionless client for non visual (ie. Console and Services) applications.</AssemblyTitle>
88
<Description>Exceptionless client for portable applications. $(Description)</Description>
99
<PackageTags>Exceptionless;Error;Report;Reporting;Exception;Logging;Log;ELMAH;pcl;NETSTANDARD;Core</PackageTags>
10-
</PropertyGroup>
10+
<TargetFrameworks>netstandard1.2;netstandard1.3;netstandard1.4;netstandard1.5;portable46-net451+win81+wpa81;net45</TargetFrameworks>
11+
</PropertyGroup>
1112

1213
<ItemGroup Label="Package">
1314
<None Update="NuGet\tools\*">
@@ -23,8 +24,6 @@
2324
</ItemGroup>
2425

2526
<ItemGroup Label="Build">
26-
<TargetFrameworks>netstandard1.2;netstandard1.3;netstandard1.4;netstandard1.5;portable46-net451+win81+wpa81;net45</TargetFrameworks>
27-
2827
<Compile Include="..\GlobalAssemblyInfo.cs" Link="Properties\GlobalAssemblyInfo.cs" />
2928

3029
<EmbeddedResource Include="Newtonsoft.Json\Dynamic.snk">

src/Platforms/Exceptionless.AspNetCore.Signed/Exceptionless.AspNetCore.Signed.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<AssemblyTitle>Exceptionless client for ASP.NET Core</AssemblyTitle>
88
<Description>Exceptionless client for ASP.NET Core. $(Description)</Description>
99
<PackageTags>ASP.NET;Exceptionless;Error;Report;Reporting;Exception;Logging;Log;ELMAH</PackageTags>
10+
<TargetFrameworks>netstandard1.5;net451</TargetFrameworks>
1011
</PropertyGroup>
1112

1213
<ItemGroup Label="Package">
@@ -16,7 +17,6 @@
1617
</ItemGroup>
1718

1819
<ItemGroup Label="Build">
19-
<TargetFrameworks>netstandard1.5;net451</TargetFrameworks>
2020
<Compile Remove="..\Exceptionless.AspNetCore\obj\**\*" />
2121
<Compile Include="..\Exceptionless.AspNetCore\**\*.cs;..\..\GlobalAssemblyInfo.cs" Exclude="..\Exceptionless.AspNetCore\obj\**\*;bin\**;obj\**;**\*.xproj;packages\**" />
2222
</ItemGroup>

src/Platforms/Exceptionless.AspNetCore/Exceptionless.AspNetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<AssemblyTitle>Exceptionless client for ASP.NET Core</AssemblyTitle>
88
<Description>Exceptionless client for ASP.NET Core. $(Description)</Description>
99
<PackageTags>ASP.NET;Exceptionless;Error;Report;Reporting;Exception;Logging;Log;ELMAH</PackageTags>
10+
<TargetFrameworks>netstandard1.5;net451</TargetFrameworks>
1011
</PropertyGroup>
1112

1213
<ItemGroup Label="Package">
@@ -16,7 +17,6 @@
1617
</ItemGroup>
1718

1819
<ItemGroup Label="Build">
19-
<TargetFrameworks>netstandard1.5;net451</TargetFrameworks>
2020
<Compile Include="..\..\GlobalAssemblyInfo.cs" Link="Properties\GlobalAssemblyInfo.cs" />
2121
</ItemGroup>
2222

src/Platforms/Exceptionless.Log4net.Signed/Exceptionless.Log4net.Signed.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<AssemblyName>Exceptionless.Log4net.Signed</AssemblyName>
77
<AssemblyTitle>Log4net appender that sends log entries to Exceptionless.</AssemblyTitle>
88
<Description>Log4net appender that sends log entries to Exceptionless. $(Description)</Description>
9-
<TargetFrameworks>netstandard1.3;net45</TargetFrameworks>
109
<PackageTags>Log4net;Appender;Exceptionless;Error;Report;Reporting;Exception;Logging;Log;ELMAH</PackageTags>
10+
<TargetFrameworks>netstandard1.3;net45</TargetFrameworks>
1111
</PropertyGroup>
1212

1313
<ItemGroup Label="Package">

src/Platforms/Exceptionless.Log4net/Exceptionless.Log4net.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<AssemblyName>Exceptionless.Log4net</AssemblyName>
77
<AssemblyTitle>Log4net appender that sends log entries to Exceptionless.</AssemblyTitle>
88
<Description>Log4net appender that sends log entries to Exceptionless. $(Description)</Description>
9-
<TargetFrameworks>netstandard1.3;net45</TargetFrameworks>
109
<PackageTags>Log4net;Appender;Exceptionless;Error;Report;Reporting;Exception;Logging;Log;ELMAH</PackageTags>
10+
<TargetFrameworks>netstandard1.3;net45</TargetFrameworks>
1111
</PropertyGroup>
1212

1313
<ItemGroup Label="Package">

src/Platforms/Exceptionless.Mvc.Signed/Exceptionless.Mvc.Signed.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<AssemblyName>Exceptionless.Mvc.Signed</AssemblyName>
77
<AssemblyTitle>Exceptionless client for ASP.NET MVC 3+ applications.</AssemblyTitle>
88
<Description>Exceptionless client for ASP.NET MVC 3+ applications. $(Description)</Description>
9-
<TargetFramework>net45</TargetFramework>
109
<PackageTags>MVC;ASP.NET;Exceptionless;Error;Report;Reporting;Exception;Logging;Log;ELMAH</PackageTags>
10+
<TargetFramework>net45</TargetFramework>
1111
</PropertyGroup>
1212

1313
<ItemGroup Label="Package">

src/Platforms/Exceptionless.Mvc/Exceptionless.Mvc.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<AssemblyName>Exceptionless.Mvc</AssemblyName>
77
<AssemblyTitle>Exceptionless client for ASP.NET MVC 3+ applications.</AssemblyTitle>
88
<Description>Exceptionless client for ASP.NET MVC 3+ applications. $(Description)</Description>
9-
<TargetFramework>net45</TargetFramework>
109
<PackageTags>MVC;ASP.NET;Exceptionless;Error;Report;Reporting;Exception;Logging;Log;ELMAH</PackageTags>
10+
<TargetFramework>net45</TargetFramework>
1111
</PropertyGroup>
1212

1313
<ItemGroup Label="Package">

src/Platforms/Exceptionless.NLog.Signed/Exceptionless.NLog.Signed.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<AssemblyName>Exceptionless.NLog.Signed</AssemblyName>
77
<AssemblyTitle>NLog target that sends log entries to Exceptionless.</AssemblyTitle>
88
<Description>NLog target that sends log entries to Exceptionless. $(Description)</Description>
9-
<TargetFrameworks>netstandard1.3;net45</TargetFrameworks>
109
<PackageTags>NLog;Target;Exceptionless;Error;Report;Reporting;Exception;Logging;Log;ELMAH</PackageTags>
10+
<TargetFrameworks>netstandard1.3;net45</TargetFrameworks>
1111
</PropertyGroup>
1212

1313
<ItemGroup Label="Package">

src/Platforms/Exceptionless.NLog/Exceptionless.NLog.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<AssemblyName>Exceptionless.NLog</AssemblyName>
77
<AssemblyTitle>NLog target that sends log entries to Exceptionless.</AssemblyTitle>
88
<Description>NLog target that sends log entries to Exceptionless. $(Description)</Description>
9-
<TargetFrameworks>netstandard1.3;net45</TargetFrameworks>
109
<PackageTags>NLog;Target;Exceptionless;Error;Report;Reporting;Exception;Logging;Log;ELMAH</PackageTags>
10+
<TargetFrameworks>netstandard1.3;net45</TargetFrameworks>
1111
</PropertyGroup>
1212

1313
<ItemGroup Label="Package">

0 commit comments

Comments
 (0)