chore: explicitly set Core project as Library output type

This commit is contained in:
Kareem Horstink
2026-07-01 08:17:32 +00:00
parent fa679e441e
commit ad7860161a
@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>