-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathModuleCalculatorWeb.csproj
31 lines (26 loc) · 1.38 KB
/
ModuleCalculatorWeb.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<UserSecretsId>aspnet-ModuleCalculatorWeb-E63785C7-63CD-4D6C-A784-DD4873D5DCC5</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<None Include="CalculateMod.sln" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="5.0.17" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="5.0.17" />
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="5.0.17" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="5.0.2" />
</ItemGroup>
<ItemGroup>
<Reference Include="CalculateMod">
<HintPath>..\..\PROG6212_POE_PART2-main\PROG6212_POE_PART2-main\CalculateMod\CalculateMod\bin\Debug\CalculateMod.dll</HintPath>
</Reference>
</ItemGroup>
</Project>