Initial commit
This commit is contained in:
15
App/APP.csproj
Normal file
15
App/APP.csproj
Normal file
@@ -0,0 +1,15 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user