EFCore7Study/EFCore7Study.BlazorServerApp/EFCore7Study.BlazorServerAp...

18 lines
458 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.DependencyValidation.Analyzers" Version="0.11.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\EFCore7Study.DataService\EFCore7Study.DataService.csproj" />
</ItemGroup>
</Project>