Skip to content

Commit 26e9eb5

Browse files
authored
Merge pull request #893 from GreenShadeZhang/revert-885-remove_obsolete_nuget
Revert "Remove obsolete nuget packages for BotSharp.Abstraction"
2 parents 4d153b1 + ed44d04 commit 26e9eb5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Infrastructure/BotSharp.Abstraction/BotSharp.Abstraction.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
</ItemGroup>
2525

2626
<ItemGroup>
27-
<FrameworkReference Include="Microsoft.AspNetCore.App" />
27+
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
28+
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.2.0" />
2829
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.1" />
2930
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
3031
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />

0 commit comments

Comments
 (0)