Skip to content

Commit

Permalink
Revert some changes for 2.1.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ipointer-certifid committed Jan 11, 2021
1 parent e0c4b4b commit f386bd3
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 56 deletions.
5 changes: 4 additions & 1 deletion NuLog.NetCore/NuLog.NetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="3.1.4" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="3.1.4" />
<PackageReference Include="NuLog" Version="2.1.3" />
</ItemGroup>

<ItemGroup>
Expand All @@ -30,4 +29,8 @@
</None>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\NuLog\NuLog.csproj" />
</ItemGroup>

</Project>
8 changes: 4 additions & 4 deletions NuLog.NetFramework/NuLog.NetFramework.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="NuLog, Version=2.1.3.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\NuLog.2.1.3\lib\netstandard2.0\NuLog.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
Expand All @@ -54,7 +51,10 @@
<Compile Include="Targets\IEventLog.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<ProjectReference Include="..\NuLog\NuLog.csproj">
<Project>{9a062f61-209b-4ef0-8fe2-e9520aadf8cc}</Project>
<Name>NuLog</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
4 changes: 0 additions & 4 deletions NuLog.NetFramework/packages.config

This file was deleted.

Binary file removed packages/NuLog.2.1.3/.signature.p7s
Binary file not shown.
Binary file removed packages/NuLog.2.1.3/NuLog.2.1.3.nupkg
Binary file not shown.
Binary file removed packages/NuLog.2.1.3/images/icon.png
Binary file not shown.
47 changes: 0 additions & 47 deletions packages/NuLog.2.1.3/lib/netstandard2.0/NuLog.deps.json

This file was deleted.

Binary file removed packages/NuLog.2.1.3/lib/netstandard2.0/NuLog.dll
Binary file not shown.
Binary file removed packages/NuLog.2.1.3/lib/netstandard2.0/NuLog.pdb
Binary file not shown.

0 comments on commit f386bd3

Please sign in to comment.