Skip to content

Commit c2d1a1f

Browse files
committed
Update Supermarket.csproj
project committed
1 parent a829306 commit c2d1a1f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Supermarket/Supermarket.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,17 @@
55
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
66
</PropertyGroup>
77

8+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
9+
<DocumentationFile></DocumentationFile>
10+
<OutputPath></OutputPath>
11+
</PropertyGroup>
12+
813
<ItemGroup>
914
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="6.0.0" />
1015
<PackageReference Include="Microsoft.AspNetCore.App" />
16+
<PackageReference Include="Microsoft.AspNetCore.Mvc.ApiExplorer" Version="2.2.0" />
17+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning" Version="3.1.2" />
18+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer" Version="3.2.0" />
1119
<PackageReference Include="Microsoft.AspNetCore.Razor.Design" Version="2.2.0" PrivateAssets="All" />
1220
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.2.0" />
1321
<PackageReference Include="Swashbuckle.AspNetCore" Version="4.0.1" />

0 commit comments

Comments
 (0)