-
Notifications
You must be signed in to change notification settings - Fork 0
/
HeroesOfBlazor.csproj
21 lines (18 loc) · 1.06 KB
/
HeroesOfBlazor.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>aspnet-HeroesOfBlazor-4B1837F6-60BE-4B5E-9F7C-9966E2F5B920</UserSecretsId>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="7.0.11"/>
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="7.0.11"/>
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="7.0.11"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.14" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.11"/>
<PackageReference Include="Radzen.Blazor" Version="4.22.1" />
</ItemGroup>
</Project>