You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
902 B
XML
22 lines
902 B
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net5.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DocumentationFile>bin\Debug\netcoreapp3.1\ProductApi.xml</DocumentationFile>
|
|
<DocumentationFile>bin\Debug\netcoreapp3.1\ProductApi.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="nacos-sdk-csharp-unofficial.AspNetCore" Version="0.8.0" />
|
|
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="5.0.1" />
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="5.0.0" />
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.6.3" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Controllers\" />
|
|
<Folder Include="Models\" />
|
|
</ItemGroup>
|
|
</Project>
|