SurveyVista/Services/Services.csproj
2024-03-03 13:57:57 +01:00

19 lines
548 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<!--<PackageReference Include="Microsoft.AspNet.Mvc" Version="5.3.0" />-->
<!--<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.2" />-->
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Data\Data.csproj" />
<ProjectReference Include="..\Model\Model.csproj" />
</ItemGroup>
</Project>