Files
SPT-Server-Build/Libraries/SptDependencyInjection/SptDependencyInjection.csproj
T
2025-02-12 17:33:47 +00:00

19 lines
480 B
XML

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