Skip to content

Commit 462bce5

Browse files
committed
fix pack bug
1 parent fed44c6 commit 462bce5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SimApi.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
<PropertyGroup>
44
<OutputType>Library</OutputType>
55
<PackOnBuild>true</PackOnBuild>
6+
<IsPackable>true</IsPackable>
67
<Version>0.0.0</Version>
78
<Authors>xRain@SimcuTeam</Authors>
89
<Description>AspNetCore一个方便的API文档,捕获异常,统一输入输出的API类库</Description>
910
<PackageId>Simcu.SimApi</PackageId>
1011
<Nullable>enable</Nullable>
1112
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
13+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1214
</PropertyGroup>
13-
1415
<ItemGroup>
1516
<Folder Include="Communications\"/>
1617
<Folder Include="Exceptions\"/>
1718
</ItemGroup>
1819
<ItemGroup>
19-
2020
<PackageReference Include="Hangfire.AspNetCore" Version="1.8.21" />
2121
<PackageReference Include="Hangfire.Console" Version="1.4.3"/>
2222
<PackageReference Include="Hangfire.Redis.StackExchange" Version="1.12.0"/>

0 commit comments

Comments
 (0)