webdlh-net/dlh-net.csproj

17 lines
522 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>dlh_net</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DynamicSections" Version="2.0.0" />
<PackageReference Include="InfiniLore.Lucide" Version="0.30.516" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="9.0.0" />
</ItemGroup>
</Project>