mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-06-27 13:33:13 +00:00
Nullables
This commit is contained in:
@ -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>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user