You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

18 lines
551 B

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>1.1.1</Version>
<RootNamespace />
<!--<Nullable>enable</Nullable>-->
</PropertyGroup>
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" Version="6.0.0" />
<PackageReference Include="StackExchange.Redis" Version="2.5.61" />
<PackageReference Include="Yitter.IdGenerator" Version="1.0.12" />
</ItemGroup>
</Project>