Files
SfeduSchedule/SfeduSchedule.Plugin.Abstractions/SfeduSchedule.Plugin.Abstractions.csproj
Sergey Karmanov fd1c033460
Some checks failed
Create and publish a Docker image / Publish image (push) Failing after 4m3s
Добавил систему плагинов
2025-09-07 15:47:25 +03:00

11 lines
267 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<OutputType>Library</OutputType>
</PropertyGroup>
</Project>