2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-06-27 13:33:13 +00:00

Nullables

This commit is contained in:
2024-11-10 14:49:53 +03:00
parent 537ead3887
commit 4603f66499
9 changed files with 887 additions and 84 deletions

View File

@ -56,8 +56,16 @@
<ItemGroup>
<Compile Remove="Data\NullableAttribute.cs" />
<Compile Remove="Data\NullableContextAttribute.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Data\NullableAttribute.cs" />
<None Include="Data\NullableContextAttribute.cs" />
<None Include="LICENSE" Pack="true" PackagePath=""></None>
<None Include="README.md" Pack="true" PackagePath=""/>
<None Include="README.md" Pack="true" PackagePath="" />
</ItemGroup>