SOMS/test/RedisSubscriberConsole/RedisSubscriberConsole.csproj
2024-12-25 15:06:46 +08:00

11 lines
249 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>