VAR.WebFormsCore: Set output as Library to allow linkage on self-contained exes.

This commit is contained in:
2021-07-01 02:48:44 +02:00
parent 5a9ae6dc93
commit f1e46d9629

View File

@@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<OutputType>Library</OutputType>
</PropertyGroup>
<ItemGroup>