that's all that's needed for dotnet nuget packing this.

This commit is contained in:
adam 2024-11-08 23:45:08 -05:00
parent bd56ed025e
commit 87938357ff

View File

@ -4,6 +4,8 @@
<TargetFramework>net8.0</TargetFramework> <TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<IsPackable>true</IsPackable>
<Version>0.0.1</Version>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
@ -13,5 +15,4 @@
<InternalsVisibleTo Include="deployment.tests" /> <InternalsVisibleTo Include="deployment.tests" />
</ItemGroup> </ItemGroup>
</Project> </Project>