Files
Articulate-ORM/Articulate/Articulate.csproj
Ryan Palmer 6cf59c41cc Created Model Base Class
Created the base class for all models and started on attributes
2021-07-30 07:58:07 +10:00

8 lines
138 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
</Project>