File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 5
5
<AspNetCoreHostingModel >InProcess</AspNetCoreHostingModel >
6
6
</PropertyGroup >
7
7
8
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
9
+ <DocumentationFile ></DocumentationFile >
10
+ <OutputPath ></OutputPath >
11
+ </PropertyGroup >
12
+
8
13
<ItemGroup >
9
14
<PackageReference Include =" AutoMapper.Extensions.Microsoft.DependencyInjection" Version =" 6.0.0" />
10
15
<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" />
11
19
<PackageReference Include =" Microsoft.AspNetCore.Razor.Design" Version =" 2.2.0" PrivateAssets =" All" />
12
20
<PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" Version =" 2.2.0" />
13
21
<PackageReference Include =" Swashbuckle.AspNetCore" Version =" 4.0.1" />
You can’t perform that action at this time.
0 commit comments