| | |
| | | <TargetFramework>net6.0</TargetFramework> |
| | | <Nullable>enable</Nullable> |
| | | <ImplicitUsings>enable</ImplicitUsings> |
| | | <PlatformTarget>x64</PlatformTarget> |
| | | <PlatformTarget>AnyCPU</PlatformTarget> |
| | | <IsPublishable>True</IsPublishable> |
| | | </PropertyGroup> |
| | | |
| | | <ItemGroup> |
| | |
| | | <PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" /> |
| | | </ItemGroup> |
| | | |
| | | <ItemGroup> |
| | | <None Update="Properties\launchSettings.json"> |
| | | <CopyToOutputDirectory>Never</CopyToOutputDirectory> |
| | | <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
| | | <CopyToPublishDirectory>Never</CopyToPublishDirectory> |
| | | </None> |
| | | </ItemGroup> |
| | | |
| | | </Project> |