-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added initial version that targets IdentityStream.Hangfire.Console
- Loading branch information
1 parent
6c0c283
commit 803300a
Showing
9 changed files
with
193 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 17 | ||
VisualStudioVersion = 17.7.34221.43 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5961D8A5-E812-4224-8011-1847DCF845C7}" | ||
ProjectSection(SolutionItems) = preProject | ||
.gitignore = .gitignore | ||
LICENSE.md = LICENSE.md | ||
README.md = README.md | ||
EndProjectSection | ||
EndProject | ||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hangfire.Console.Extensions.IdentityStream", "Hangfire.Console.Extensions\Hangfire.Console.Extensions.IdentityStream.csproj", "{51179E4A-78F4-4A14-B2D0-AB9C307DCC77}" | ||
EndProject | ||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hangfire.Console.Extensions.Serilog.IdentityStream", "Hangfire.Console.Extensions.Serilog\Hangfire.Console.Extensions.Serilog.IdentityStream.csproj", "{054CF55E-CBEA-44AA-8319-40B3AB48CCD8}" | ||
EndProject | ||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.IdentityStream", "Sample\Sample.IdentityStream.csproj", "{F38BFB8B-88CB-482C-81AC-A8DC1C379CBD}" | ||
EndProject | ||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleWithSerilog.IdentityStream", "SampleWithSerilog\SampleWithSerilog.IdentityStream.csproj", "{1087484C-4075-41AC-B0F6-D9D7D9E90FAC}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{51179E4A-78F4-4A14-B2D0-AB9C307DCC77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{51179E4A-78F4-4A14-B2D0-AB9C307DCC77}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{51179E4A-78F4-4A14-B2D0-AB9C307DCC77}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{51179E4A-78F4-4A14-B2D0-AB9C307DCC77}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{054CF55E-CBEA-44AA-8319-40B3AB48CCD8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{054CF55E-CBEA-44AA-8319-40B3AB48CCD8}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{054CF55E-CBEA-44AA-8319-40B3AB48CCD8}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{054CF55E-CBEA-44AA-8319-40B3AB48CCD8}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{F38BFB8B-88CB-482C-81AC-A8DC1C379CBD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{F38BFB8B-88CB-482C-81AC-A8DC1C379CBD}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{F38BFB8B-88CB-482C-81AC-A8DC1C379CBD}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{F38BFB8B-88CB-482C-81AC-A8DC1C379CBD}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{1087484C-4075-41AC-B0F6-D9D7D9E90FAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{1087484C-4075-41AC-B0F6-D9D7D9E90FAC}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{1087484C-4075-41AC-B0F6-D9D7D9E90FAC}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{1087484C-4075-41AC-B0F6-D9D7D9E90FAC}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {D429357E-6D01-4180-A32B-391F9DF1FD12} | ||
EndGlobalSection | ||
EndGlobal |
41 changes: 41 additions & 0 deletions
41
...fire.Console.Extensions.Serilog/Hangfire.Console.Extensions.Serilog.IdentityStream.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<AssemblyName>Hangfire.Console.Extensions.Serilog.IdentityStream</AssemblyName> | ||
<Company /> | ||
<Authors>Peter Andersson</Authors> | ||
<PackageLicenseExpression></PackageLicenseExpression> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> | ||
<Description>Makes it easier to use Hangfire.Console with serilog</Description> | ||
<PackageLicenseFile>LICENSE.md</PackageLicenseFile> | ||
<PackageProjectUrl>https://github.com/AnderssonPeter/Hangfire.Console.Extensions</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/AnderssonPeter/Hangfire.Console.Extensions</RepositoryUrl> | ||
<RepositoryType>github</RepositoryType> | ||
<PackageTags>Hangfire Hangfire.Console Serilog</PackageTags> | ||
<Version>1.0.0</Version> | ||
<PackageReleaseNotes> | ||
* Initial release targeting IdentityStream.Hangfire.Console | ||
</PackageReleaseNotes> | ||
<IncludeSymbols>true</IncludeSymbols> | ||
<SymbolPackageFormat>snupkg</SymbolPackageFormat> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<None Include="..\LICENSE.md"> | ||
<Pack>True</Pack> | ||
<PackagePath></PackagePath> | ||
</None> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="IdentityStream.Hangfire.Console" Version="2.0.0" /> | ||
<PackageReference Include="Serilog" Version="3.0.1" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\Hangfire.Console.Extensions\Hangfire.Console.Extensions.IdentityStream.csproj" /> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 38 additions & 0 deletions
38
Hangfire.Console.Extensions/Hangfire.Console.Extensions.IdentityStream.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
<AssemblyName>Hangfire.Console.Extensions.IdentityStream</AssemblyName> | ||
<Company /> | ||
<Authors>Peter Andersson</Authors> | ||
<PackageLicenseExpression></PackageLicenseExpression> | ||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> | ||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> | ||
<Description>Makes it easier to use Hangfire.Console with .net core dependency injection</Description> | ||
<PackageLicenseFile>LICENSE.md</PackageLicenseFile> | ||
<PackageProjectUrl>https://github.com/AnderssonPeter/Hangfire.Console.Extensions</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/AnderssonPeter/Hangfire.Console.Extensions</RepositoryUrl> | ||
<RepositoryType>github</RepositoryType> | ||
<PackageTags>Hangfire Hangfire.Console</PackageTags> | ||
<Version>1.0.0</Version> | ||
<PackageReleaseNotes> | ||
* Initial release targeting IdentityStream.Hangfire.Console | ||
</PackageReleaseNotes> | ||
<IncludeSymbols>true</IncludeSymbols> | ||
<SymbolPackageFormat>snupkg</SymbolPackageFormat> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="IdentityStream.Hangfire.Console" Version="2.0.0" /> | ||
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" /> | ||
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="7.0.0" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<None Include="..\LICENSE.md"> | ||
<Pack>True</Pack> | ||
<PackagePath></PackagePath> | ||
</None> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<Project Sdk="Microsoft.NET.Sdk.Web"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netcoreapp3.1</TargetFramework> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Hangfire.AspNetCore" Version="1.8.6" /> | ||
<PackageReference Include="IdentityStream.Hangfire.Console" Version="2.0.0" /> | ||
<PackageReference Include="Hangfire.MemoryStorage" Version="1.8.0" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\Hangfire.Console.Extensions\Hangfire.Console.Extensions.IdentityStream.csproj" /> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<Project Sdk="Microsoft.NET.Sdk.Web"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netcoreapp3.1</TargetFramework> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Hangfire.AspNetCore" Version="1.8.6" /> | ||
<PackageReference Include="IdentityStream.Hangfire.Console" Version="2.0.0" /> | ||
<PackageReference Include="Hangfire.MemoryStorage" Version="1.8.0" /> | ||
<PackageReference Include="Serilog.AspNetCore" Version="7.0.0" /> | ||
<PackageReference Include="Serilog.Settings.Configuration" Version="7.0.1" /> | ||
<PackageReference Include="Serilog.Sinks.Async" Version="1.5.0" /> | ||
<PackageReference Include="Serilog.Sinks.Console" Version="4.1.0" /> | ||
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\Hangfire.Console.Extensions\Hangfire.Console.Extensions.IdentityStream.csproj" /> | ||
</ItemGroup> | ||
|
||
</Project> |