Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
chr233 committed Nov 1, 2023
1 parent 7534e74 commit e9ed225
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>2.2.3.5</Version>
<Version>2.2.3.6</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down
4 changes: 0 additions & 4 deletions XinjingdailyBot.Repository/XinjingdailyBot.Repository.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
<OutputType>Library</OutputType>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SqlSugar.IOC" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\XinjingdailyBot.Infrastructure\XinjingdailyBot.Infrastructure.csproj" />
<ProjectReference Include="..\XinjingdailyBot.Model\XinjingdailyBot.Model.csproj" />
Expand Down
4 changes: 1 addition & 3 deletions XinjingdailyBot.Tasks/XinjingdailyBot.Tasks.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Library</OutputType>
Expand All @@ -9,7 +9,6 @@
<ProjectReference Include="..\XinjingdailyBot.Interface\XinjingdailyBot.Interface.csproj" />
<ProjectReference Include="..\XinjingdailyBot.Model\XinjingdailyBot.Model.csproj" />
<ProjectReference Include="..\XinjingdailyBot.Repository\XinjingdailyBot.Repository.csproj" />
<ProjectReference Include="..\XinjingdailyBot.Service\XinjingdailyBot.Service.csproj" />
</ItemGroup>

<ItemGroup>
Expand All @@ -18,7 +17,6 @@

<ItemGroup>
<PackageReference Include="Quartz" />
<PackageReference Include="Quartz.AspNetCore" />
</ItemGroup>

<ItemGroup>
Expand Down
14 changes: 1 addition & 13 deletions XinjingdailyBot.WebAPI/XinjingdailyBot.WebAPI.csproj
Original file line number Diff line number Diff line change
@@ -1,26 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" />
<PackageReference Include="Microsoft.Extensions.Hosting" />
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" />
<PackageReference Include="Microsoft.Extensions.Http" />
<PackageReference Include="Microsoft.Extensions.Logging" />
<PackageReference Include="MySql.Data" />
<PackageReference Include="NLog" />
<PackageReference Include="NLog.Extensions.Logging" />
<PackageReference Include="NLog.Web.AspNetCore" />
<PackageReference Include="Quartz" />
<PackageReference Include="Quartz.AspNetCore" />
<PackageReference Include="SqlSugar.IOC" />
<PackageReference Include="SqlSugarCore" />
<PackageReference Include="Swashbuckle.AspNetCore" />
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" />
<PackageReference Include="Telegram.Bot" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit e9ed225

Please sign in to comment.