This repository has been archived on 2025-04-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
SimsPersonalityGenerator/PersonalityGenerator/PersonalityGenerator.csproj
Tony Bark a8717a5177 Renamed Sim class to TraitGenerator
- Moved TraitGenerator to PersonalityGenerator library
2025-02-07 08:57:57 -05:00

9 lines
225 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>