first version

This commit is contained in:
2026-02-10 14:42:19 +03:00
parent e1b3497cd5
commit 631126a85c
10 changed files with 390 additions and 49 deletions

View File

@@ -1,13 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>ff020750-eacc-49ce-880e-1ecbc30605ac</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\S8n.Components.Packages\S8n.Components.Packages.csproj" />
</ItemGroup>
</Project>