Flesh out domain and start student commands

This commit is contained in:
Giovani
2019-04-24 17:50:37 +00:00
parent f603e94b5d
commit 17a15766ab
18 changed files with 648 additions and 197 deletions

View File

@@ -4,4 +4,10 @@
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Reference Include="System.ComponentModel.Annotations">
<HintPath>..\..\..\..\..\..\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.2.0\ref\netcoreapp2.2\System.ComponentModel.Annotations.dll</HintPath>
</Reference>
</ItemGroup>
</Project>