Merge pull request #392 from rosenbjerg/master

Add IsPackage=false to Examples project
This commit is contained in:
Malte Rosenbjerg 2023-02-05 00:35:00 +01:00 committed by GitHub
commit 3cc588fe66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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