Files
SPT-Server-Build/Libraries/SptDependencyInjection/SptDependencyInjection.csproj
T

19 lines
481 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>