1
0

Add Nuget Info

This commit is contained in:
glax 2024-06-01 23:39:35 +02:00
parent 7b8550ee0f
commit afc61dbd4e

View File

@ -4,6 +4,10 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Description>Defines and Parses Arguments for programs.</Description>
<PackageProjectUrl>https://github.com/C9Glax/GlaxArguments</PackageProjectUrl>
<RepositoryUrl>https://github.com/C9Glax/GlaxArguments</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
</Project>