You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
585 B
15 lines
585 B
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.7" />
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.15" />
|
|
<PackageReference Include="Syncfusion.EJ2.AspNet.Core" Version="19.1.0.64" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="BWPMModels">
|
|
<HintPath>..\Models\bin\Debug\netcoreapp3.1\BWPMModels.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
</Project> |