Skip to content

Commit

Permalink
Added nuget release configuration. Removed legacy files and folders.
Browse files Browse the repository at this point in the history
  • Loading branch information
markolbert committed Jan 9, 2021
1 parent 4dde9ea commit 9017b28
Show file tree
Hide file tree
Showing 23 changed files with 36 additions and 656 deletions.
25 changes: 18 additions & 7 deletions AutoFacJ4JLogging/AutoFacJ4JLogging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,33 @@
<Version>3.0.0.0</Version>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<PackageReleaseNotes>targeting Net5; major restructuring and breaking changes</PackageReleaseNotes>
<Configurations>Debug;Release;NuGetRelease</Configurations>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Autofac" Version="6.1.0" />
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="7.1.0" />
<PackageReference Include="Serilog" Version="2.10.0" />
</ItemGroup>

<ItemGroup>
<None Include="E:\Pix\JumpForJoy\Diego nuspec.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="E:\Pix\JumpForJoy\Diego nuspec.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\J4JLogging\J4JLogging.csproj" />
</ItemGroup>
<Choose>
<When Condition=" '$(Configuration)' == 'NuGetRelease' ">
<ItemGroup>
<PackageReference Include="J4JSoftware.Logging" Version="3.0.0" />
</ItemGroup>
</When>
<Otherwise>
<ItemGroup>
<ProjectReference Include="..\J4JLogging\J4JLogging.csproj" />
</ItemGroup>
</Otherwise>
</Choose>

</Project>
27 changes: 0 additions & 27 deletions ConsoleChannel/ConsoleChannel.cs

This file was deleted.

39 changes: 0 additions & 39 deletions ConsoleChannel/ConsoleChannel.csproj

This file was deleted.

26 changes: 0 additions & 26 deletions DebugChannel/DebugChannel.cs

This file was deleted.

39 changes: 0 additions & 39 deletions DebugChannel/DebugChannel.csproj

This file was deleted.

86 changes: 0 additions & 86 deletions FileChannel/FileChannel.Static.cs

This file was deleted.

54 changes: 0 additions & 54 deletions FileChannel/FileChannel.cs

This file was deleted.

39 changes: 0 additions & 39 deletions FileChannel/FileChannel.csproj

This file was deleted.

12 changes: 0 additions & 12 deletions FileChannel/LogFileLocation.cs

This file was deleted.

Loading

0 comments on commit 9017b28

Please sign in to comment.