Sets nullable and language version in the project file

This commit is contained in:
Serraniel 2023-01-28 22:34:51 +01:00
parent cbf595e326
commit ef16653eb3
Signed by: Serraniel
GPG key ID: 3690B4E7364525D3

View file

@ -22,6 +22,8 @@
<Version>0.1.0-alpha</Version> <Version>0.1.0-alpha</Version>
<Authors>Serraniel</Authors> <Authors>Serraniel</Authors>
<Description>C# SDK for interaction with jpn-cards.com</Description> <Description>C# SDK for interaction with jpn-cards.com</Description>
<Nullable>enable</Nullable>
<LangVersion>10</LangVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>