2021-06-24 08:47:37 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2022-02-24 10:24:27 +01:00
|
|
|
<PropertyGroup>
|
2022-09-27 14:22:34 +02:00
|
|
|
<OutputType>Exe</OutputType>
|
2022-02-24 10:24:27 +01:00
|
|
|
<IsPackable>false</IsPackable>
|
2022-08-02 12:02:46 +02:00
|
|
|
<EnablePackageValidation>false</EnablePackageValidation>
|
2023-11-27 15:18:00 +01:00
|
|
|
<ManagePackageVersionsCentrally>false</ManagePackageVersionsCentrally>
|
2022-02-24 10:24:27 +01:00
|
|
|
</PropertyGroup>
|
2021-06-24 08:47:37 +02:00
|
|
|
|
2022-09-27 14:22:34 +02:00
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="CommandLineParser" Version="2.9.1" />
|
2023-11-13 14:59:52 +01:00
|
|
|
<PackageReference Include="NJsonSchema" Version="10.9.0" />
|
2022-09-27 14:22:34 +02:00
|
|
|
</ItemGroup>
|
2021-06-24 08:47:37 +02:00
|
|
|
|
2022-02-24 10:24:27 +01:00
|
|
|
<ItemGroup>
|
2022-11-22 12:48:11 +01:00
|
|
|
<ProjectReference Include="..\..\src\Umbraco.Core\Umbraco.Core.csproj" />
|
2022-10-05 12:42:21 +02:00
|
|
|
</ItemGroup>
|
2021-06-24 08:47:37 +02:00
|
|
|
</Project>
|