Disable packaging of JsonSchema and test projects

This commit is contained in:
Ronald Barendse
2022-02-24 10:24:27 +01:00
parent 9187186c62
commit 2dc9ccda6d
5 changed files with 31 additions and 22 deletions

View File

@@ -4,6 +4,7 @@
<IsPackable>false</IsPackable>
<RootNamespace>Umbraco.TestData</RootNamespace>
<TargetFramework>net5.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>