2464246fd7
* partial commit * pre spt mod loader refactored --------- Co-authored-by: Alex <alex@dm-me-for-questions.com> Co-authored-by: clodan <clodan@clodan.com>
15 lines
350 B
XML
15 lines
350 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="SemanticVersioning" Version="3.0.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|