session-companion/SessionCompanion/SessionCompanion.ViewModels/SessionCompanion.ViewModels.csproj

17 lines
506 B
XML
Raw Normal View History

2020-12-03 19:22:35 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2020-12-05 13:55:07 +01:00
<TargetFramework>net5.0</TargetFramework>
2020-12-03 19:22:35 +01:00
</PropertyGroup>
2020-12-06 16:28:16 +01:00
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>SessionCompanion.ViewModels.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.6.3" />
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="5.6.3" />
</ItemGroup>
2020-12-03 19:22:35 +01:00
</Project>