Renamed Sim class to TraitGenerator
- Moved TraitGenerator to PersonalityGenerator library
This commit is contained in:
parent
5a68aecb9d
commit
a8717a5177
5 changed files with 47 additions and 6 deletions
9
PersonalityGenerator/PersonalityGenerator.csproj
Normal file
9
PersonalityGenerator/PersonalityGenerator.csproj
Normal file
|
@ -0,0 +1,9 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
Reference in a new issue