deployment/Deployment/greyn.Deployment.csproj
adam f085dc4aa4
All checks were successful
gitea.arg.rip/deployment/pipeline/head This commit looks good
change name so i can probably not accidentally pick it up out of nuget.org
2024-12-09 14:56:03 -05:00

19 lines
471 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>true</IsPackable>
<Version>0.0.1</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="newtonsoft.json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
<InternalsVisibleTo Include="deployment.tests" />
</ItemGroup>
</Project>