5 Star 58 Fork 18

Redis for Windows / Redis for Windows

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
RedisService.csproj 670 Bytes
一键复制 编辑 原始数据 按行查看 历史
<Project Sdk="Microsoft.NET.Sdk.Worker">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<DebugType>embedded</DebugType>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<PublishSingleFile>true</PublishSingleFile>
<InvariantGlobalization>true</InvariantGlobalization>
<PublishReadyToRun>false</PublishReadyToRun>
<PublishTrimmed>true</PublishTrimmed>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<OutputType>exe</OutputType>
<PublishDir>.\publish</PublishDir>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting.WindowsServices" Version="8.0.0" />
</ItemGroup>
</Project>
1
https://gitee.com/redis-windows/redis-windows.git
git@gitee.com:redis-windows/redis-windows.git
redis-windows
redis-windows
Redis for Windows
main

搜索帮助