aboutsummaryrefslogtreecommitdiff
path: root/API/API.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'API/API.csproj')
-rw-r--r--API/API.csproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/API/API.csproj b/API/API.csproj
index dcc653c..5c04910 100644
--- a/API/API.csproj
+++ b/API/API.csproj
@@ -11,4 +11,8 @@
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.6.3" />
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\Models\Models.csproj" />
+ </ItemGroup>
+
</Project>