diff options
Diffstat (limited to 'API/API.csproj')
| -rw-r--r-- | API/API.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/API/API.csproj b/API/API.csproj index 3232fb9..0ea2d2e 100644 --- a/API/API.csproj +++ b/API/API.csproj @@ -17,6 +17,6 @@ <PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="8.1.0" /> </ItemGroup> <ItemGroup> - <ProjectReference Include="..\Models\Models.csproj" /> + <ProjectReference Include="..\Data\Data.csproj" /> </ItemGroup> </Project>
\ No newline at end of file |
