2024-10-16 17:12:38 -04:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2024-11-11 00:34:57 -05:00
|
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
2024-10-16 17:12:38 -04:00
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<Nullable>enable</Nullable>
|
2024-11-08 23:45:08 -05:00
|
|
|
|
<IsPackable>true</IsPackable>
|
|
|
|
|
<Version>0.0.1</Version>
|
2024-10-16 17:12:38 -04:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2024-10-24 16:05:50 -04:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="newtonsoft.json" Version="13.0.3" />
|
2024-10-16 17:12:38 -04:00
|
|
|
|
</ItemGroup>
|
2024-10-24 16:05:50 -04:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<InternalsVisibleTo Include="deployment.tests" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2024-10-16 17:12:38 -04:00
|
|
|
|
</Project>
|