<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net6.0</TargetFramework> <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> <AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath> <AssemblyName>Kean.Infrastructure.Hangfire</AssemblyName> <RootNamespace>Kean.Infrastructure.Hangfire</RootNamespace> </PropertyGroup> <ItemGroup> <PackageReference Include="Hangfire.AspNetCore" Version="1.7.30" /> <PackageReference Include="Hangfire.Redis.StackExchange" Version="1.8.5" /> </ItemGroup> </Project>