Перенёс Abstractions в другой namespace и небольшие улучшения

This commit is contained in:
2025-09-22 23:13:38 +03:00
parent f9bf2a46e0
commit 5b961e5b18
12 changed files with 21 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
using Microsoft.AspNetCore.Mvc;
using SfeduSchedule.Plugin.Abstractions;
using SfeduSchedule.Abstractions;
namespace SfeduSchedule.Plugin.Sample;

View File

@@ -12,9 +12,7 @@
</PropertyGroup>
<ItemGroup>
<!-- Даёт доступ к Microsoft.AspNetCore.* (ControllerBase и т.п.) -->
<FrameworkReference Include="Microsoft.AspNetCore.App"/>
<ProjectReference Include="..\SfeduSchedule.Plugin.Abstractions\SfeduSchedule.Plugin.Abstractions.csproj" />
<ProjectReference Include="..\SfeduSchedule.Abstractions\SfeduSchedule.Abstractions.csproj" />
</ItemGroup>