Add IsPackage=false to Examples project

This commit is contained in:
Malte Rosenbjerg 2023-02-05 00:33:07 +01:00
parent 5bd17dc44f
commit 4f1cb92fa9

View file

@ -3,6 +3,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework> <TargetFramework>net6.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>