This commit is contained in:
2023-04-13 18:11:40 +08:00
parent b77b9e8bdc
commit 7e07a00844
13 changed files with 11188 additions and 19 deletions
@@ -2,12 +2,17 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Platforms>x86</Platforms>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>..\bin</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
<OutputPath>..\bin</OutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutoMapper" Version="12.0.0" />
<PackageReference Include="CSRedisCore" Version="3.8.669" />