Files
SPT-Server-Build/Libraries/SptDependencyInjection/SptDependencyInjection.csproj
T
2025-01-19 17:45:48 +00:00

18 lines
470 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\SptCommon\SptCommon.csproj" />
</ItemGroup>
</Project>