Add IsPackage=false to Examples project

Former-commit-id: 4f1cb92fa9
This commit is contained in:
Malte Rosenbjerg 2023-02-05 00:33:07 +01:00
parent 8943809050
commit e32dd3a7f7

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>