Skip to content

Commit 305e847

Browse files
committed
NuGet v1.0.10, retarget to .NET Core 2.0 and .NET Framework 4.5.2
1 parent ec6e46b commit 305e847

146 files changed

Lines changed: 610 additions & 335 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.vs/SyslogLogging/v15/.suo

-21 KB
Binary file not shown.
4 KB
Binary file not shown.
32 KB
Binary file not shown.
1.45 MB
Binary file not shown.

LoggingModule/LoggingModule.csproj

Lines changed: 18 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,20 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
43
<PropertyGroup>
5-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6-
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7-
<ProjectGuid>{E803F5E9-2CA6-48AD-95C2-E8CE9A8F858C}</ProjectGuid>
8-
<OutputType>Library</OutputType>
9-
<AppDesignerFolder>Properties</AppDesignerFolder>
10-
<RootNamespace>SyslogLogging</RootNamespace>
11-
<AssemblyName>SyslogLogging</AssemblyName>
12-
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
13-
<FileAlignment>512</FileAlignment>
4+
<TargetFrameworks>netstandard2.0;net452</TargetFrameworks>
5+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6+
<Version>1.0.10</Version>
7+
<Authors>Joel Christner</Authors>
8+
<PackageId>SyslogLogging</PackageId>
9+
<Product>SyslogLogging</Product>
10+
<Description>Simple C# class library for logging to syslog and to the console</Description>
11+
<Copyright>(c)2019 Joel Christner</Copyright>
12+
<PackageTags>syslog logging console</PackageTags>
13+
<PackageProjectUrl>https://github.com/jchristn/LoggingModule</PackageProjectUrl>
14+
<RepositoryUrl>https://github.com/jchristn/LoggingModule</RepositoryUrl>
15+
<RepositoryType>Github</RepositoryType>
16+
<PackageLicenseUrl>https://github.com/jchristn/LoggingModule/blob/master/LICENSE.TXT</PackageLicenseUrl>
17+
<PackageReleaseNotes>Retargeted to both .NET Core 2.0 and .NET Framework 4.5.2</PackageReleaseNotes>
1418
</PropertyGroup>
15-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16-
<DebugSymbols>true</DebugSymbols>
17-
<DebugType>full</DebugType>
18-
<Optimize>false</Optimize>
19-
<OutputPath>bin\Debug\</OutputPath>
20-
<DefineConstants>DEBUG;TRACE</DefineConstants>
21-
<ErrorReport>prompt</ErrorReport>
22-
<WarningLevel>4</WarningLevel>
23-
</PropertyGroup>
24-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25-
<DebugType>pdbonly</DebugType>
26-
<Optimize>true</Optimize>
27-
<OutputPath>bin\Release\</OutputPath>
28-
<DefineConstants>TRACE</DefineConstants>
29-
<ErrorReport>prompt</ErrorReport>
30-
<WarningLevel>4</WarningLevel>
31-
</PropertyGroup>
32-
<ItemGroup>
33-
<Reference Include="System" />
34-
<Reference Include="System.Core" />
35-
<Reference Include="System.Xml.Linq" />
36-
<Reference Include="System.Data.DataSetExtensions" />
37-
<Reference Include="Microsoft.CSharp" />
38-
<Reference Include="System.Data" />
39-
<Reference Include="System.Net.Http" />
40-
<Reference Include="System.Xml" />
41-
</ItemGroup>
42-
<ItemGroup>
43-
<Compile Include="LoggingModule.cs" />
44-
<Compile Include="Properties\AssemblyInfo.cs" />
45-
</ItemGroup>
46-
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
47-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
48-
Other similar extension points exist, see Microsoft.Common.targets.
49-
<Target Name="BeforeBuild">
50-
</Target>
51-
<Target Name="AfterBuild">
52-
</Target>
53-
-->
54-
</Project>
19+
20+
</Project>

LoggingModule/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 36 deletions
This file was deleted.
11.3 KB
Binary file not shown.
11 KB
Binary file not shown.
2.67 KB
Binary file not shown.
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"runtimeTarget": {
3+
"name": ".NETStandard,Version=v2.0/",
4+
"signature": "cfe1dc2a80602aef150a12815387068463a61a0d"
5+
},
6+
"compilationOptions": {},
7+
"targets": {
8+
".NETStandard,Version=v2.0": {},
9+
".NETStandard,Version=v2.0/": {
10+
"LoggingModule/1.0.10": {
11+
"dependencies": {
12+
"NETStandard.Library": "2.0.3"
13+
},
14+
"runtime": {
15+
"LoggingModule.dll": {}
16+
}
17+
},
18+
"Microsoft.NETCore.Platforms/1.1.0": {},
19+
"NETStandard.Library/2.0.3": {
20+
"dependencies": {
21+
"Microsoft.NETCore.Platforms": "1.1.0"
22+
}
23+
}
24+
}
25+
},
26+
"libraries": {
27+
"LoggingModule/1.0.10": {
28+
"type": "project",
29+
"serviceable": false,
30+
"sha512": ""
31+
},
32+
"Microsoft.NETCore.Platforms/1.1.0": {
33+
"type": "package",
34+
"serviceable": true,
35+
"sha512": "sha512-a/iSwnRZb+LHFk49hQOyThh/ZNC3vsbZsF65XwQIb863qF6msmhdQtxGXFL28Ob2NsCz/drEj28BJd/YPpLRBg==",
36+
"path": "microsoft.netcore.platforms/1.1.0",
37+
"hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
38+
},
39+
"NETStandard.Library/2.0.3": {
40+
"type": "package",
41+
"serviceable": true,
42+
"sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==",
43+
"path": "netstandard.library/2.0.3",
44+
"hashPath": "netstandard.library.2.0.3.nupkg.sha512"
45+
}
46+
}
47+
}

0 commit comments

Comments
 (0)