mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
12 lines
244 B
XML
12 lines
244 B
XML
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||
|
|
|
||
|
|
<PropertyGroup>
|
||
|
|
<TargetFramework>net10.0</TargetFramework>
|
||
|
|
</PropertyGroup>
|
||
|
|
|
||
|
|
<ItemGroup>
|
||
|
|
<PackageReference Include="Microsoft.AspNetCore.OpenApi"/>
|
||
|
|
</ItemGroup>
|
||
|
|
|
||
|
|
</Project>
|