update commands to make sure they address objects being null.

This commit is contained in:
INSANEMODE
2022-08-16 01:15:58 -05:00
parent 78d4e95061
commit 0df0bde238
6 changed files with 195 additions and 46 deletions

View File

@ -2,11 +2,11 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<ApplicationIcon />
<StartupObject />
<Configurations>Debug;Release;Prerelease</Configurations>
<LangVersion>7.1</LangVersion>
<LangVersion>10</LangVersion>
</PropertyGroup>
<ItemGroup>