Files
SPT-Server-Build/Libraries/SptDependencyInjection/SptDependencyInjection.csproj
T
2025-02-07 19:36:17 +00:00

18 lines
440 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>