Files
catalog26/Catalog26.csproj
2026-01-18 15:36:22 -08:00

28 lines
958 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<Folder Include="Models\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="9.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="9.0" />
</ItemGroup>
<ItemGroup>
<EditorConfigFiles Remove="C:\Users\wessc\dev\Catalog\Catalog26\.editorconfig" />
</ItemGroup>
</Project>