Skip to content

Commit 3b4a227

Browse files
committed
remove netcore netstandard support as the common lib has some issue with them
1 parent 92217da commit 3b4a227

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Splunk.Logging.Common/Splunk.Logging.Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net45;netstandard2.0;netcoreapp2.0</TargetFrameworks>
4+
<TargetFrameworks>net45</TargetFrameworks>
55
<Company>Splunk, Inc.</Company>
66
<Copyright>Copyright © Splunk, Inc. 2015</Copyright>
77
<AssemblyVersion>1.7.2.0</AssemblyVersion>

src/Splunk.Logging.TraceListener/Splunk.Logging.TraceListener.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net45;netstandard2.0;netcoreapp2.0</TargetFrameworks>
4+
<TargetFrameworks>net45</TargetFrameworks>
55
<Company>Splunk, Inc.</Company>
66
<Copyright>Copyright © Splunk, Inc. 2015</Copyright>
77
<AssemblyVersion>1.7.2.0</AssemblyVersion>

0 commit comments

Comments
 (0)