|
|
|
|
@ -2,6 +2,7 @@
@@ -2,6 +2,7 @@
|
|
|
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
|
<OutputType>Exe</OutputType> |
|
|
|
|
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
@ -12,4 +13,5 @@
@@ -12,4 +13,5 @@
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" /> |
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
</Project> |
|
|
|
|
|