File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
Exceptionless.Portable.Signed
Platforms/Exceptionless.Log4net.Signed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2
2
<Import Project =" ..\..\build\common.props" />
3
3
4
4
<PropertyGroup Condition =" '$(OS)' != 'Windows_NT' " >
5
- <TargetFramework >netstandard1.2;netstandard1.3;netstandard1.4;netstandard1.5; netstandard2.0;</TargetFramework >
5
+ <TargetFramework >netstandard2.0;</TargetFramework >
6
6
</PropertyGroup >
7
7
<PropertyGroup Condition =" '$(OS)' == 'Windows_NT' " >
8
- <TargetFrameworks >netstandard1.2;netstandard1.3;netstandard1.4;netstandard1.5; netstandard2.0;portable46-net451+win81+wpa81;net45</TargetFrameworks >
8
+ <TargetFrameworks >netstandard2.0;portable46-net451+win81+wpa81;net45</TargetFrameworks >
9
9
</PropertyGroup >
10
10
11
11
<PropertyGroup Label =" Package" >
22
22
<Pack >true</Pack >
23
23
</None >
24
24
</ItemGroup >
25
-
25
+
26
26
<ItemGroup >
27
27
<ProjectReference Include =" ..\Exceptionless.Signed\Exceptionless.Signed.csproj" />
28
28
</ItemGroup >
Original file line number Diff line number Diff line change 2
2
<Import Project =" ..\..\build\common.props" />
3
3
4
4
<PropertyGroup Condition =" '$(OS)' != 'Windows_NT' " >
5
- <TargetFramework >netstandard1.2;netstandard1.3;netstandard1.4;netstandard1.5; netstandard2.0;</TargetFramework >
5
+ <TargetFramework >netstandard2.0;</TargetFramework >
6
6
</PropertyGroup >
7
- <PropertyGroup Condition =" '$(OS)' == 'Windows_NT' " >
8
- <TargetFrameworks >netstandard1.2;netstandard1.3;netstandard1.4;netstandard1.5; netstandard2.0;portable46-net451+win81+wpa81;net45</TargetFrameworks >
7
+ <PropertyGroup Condition =" '$(OS)' == 'Windows_NT' " >
8
+ <TargetFrameworks >netstandard2.0;portable46-net451+win81+wpa81;net45</TargetFrameworks >
9
9
</PropertyGroup >
10
10
11
11
<PropertyGroup Label =" Package" >
15
15
<Description >[DEPRECATED] Please install the Exceptionless package instead.</Description >
16
16
<PackageTags >Exceptionless;Error;Report;Reporting;Exception;Logging;Log;ELMAH;pcl</PackageTags >
17
17
</PropertyGroup >
18
-
18
+
19
19
<ItemGroup Label =" Package" >
20
20
<None Include =" readme.txt" >
21
21
<PackagePath ></PackagePath >
65
65
<Reference Include =" System.Xml.ReaderWriter" />
66
66
<Reference Include =" System.Xml.XDocument" />
67
67
</ItemGroup >
68
-
68
+
69
69
<ItemGroup Condition =" '$(TargetFramework)' == 'net45' " Label =" Framework References" >
70
70
<Reference Include =" System" />
71
71
<Reference Include =" Microsoft.CSharp" />
Original file line number Diff line number Diff line change 17
17
</PropertyGroup >
18
18
19
19
<ItemGroup Label =" Build" >
20
- <Compile Remove =" ..\Exceptionless.Log4net\obj\**\*" />
21
- <Compile Include =" ..\Exceptionless.Log4net\**\*.cs;" Exclude =" ..\Exceptionless.Log4net\obj\**\*;bin\**;obj\**;**\*.xproj;packages\**" />
22
- </ItemGroup >
20
+ <Compile Remove =" ..\Exceptionless.Log4net\obj\**\*" />
21
+ <Compile Include =" ..\Exceptionless.Log4net\**\*.cs;" Exclude =" ..\Exceptionless.Log4net\obj\**\*;bin\**;obj\**;**\*.xproj;packages\**" />
22
+ </ItemGroup >
23
23
24
24
<ItemGroup Label =" Package" >
25
25
<None Include =" ..\Exceptionless.Log4net\readme.txt" >
You can’t perform that action at this time.
0 commit comments