diff options
| author | transtrike <transtrike@gmail.com> | 2020-12-11 14:35:39 +0200 |
|---|---|---|
| committer | transtrike <transtrike@gmail.com> | 2020-12-11 14:35:39 +0200 |
| commit | 6a85255c78a448256fab68cd361983ffc85f2b03 (patch) | |
| tree | e4b4c3071a59fecf120d8ebddb7d366bdc653628 /API/API.csproj | |
| parent | eb7c817329bcdd9eb520c6760bacf84d6f45f20d (diff) | |
| download | DevHive-6a85255c78a448256fab68cd361983ffc85f2b03.tar DevHive-6a85255c78a448256fab68cd361983ffc85f2b03.tar.gz DevHive-6a85255c78a448256fab68cd361983ffc85f2b03.zip | |
Renamed Models to Data
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 |
