Fix broken xml file (#81)

* Fix for a broken XML file not included in the release

* EJS version bump
This commit is contained in:
Michael Green
2023-09-02 01:52:33 +10:00
committed by GitHub
parent 28823d940f
commit 129fd6d4e4
3 changed files with 5 additions and 1 deletions

Binary file not shown.

View File

@@ -13,6 +13,10 @@
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Debug\net7.0\gaseous-server.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<WarningLevel>4</WarningLevel>
<DocumentationFile>bin\Release\net7.0\gaseous-server.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="7.0.10" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />