Move geofeed web logic to a seperate project as core lib as asp.net core project is causing weird issues
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\AS1024.GeoFeed.Core.SqliteGeoFeedCache\AS1024.GeoFeed.Core.SqliteGeoFeedCache.csproj" />
|
||||
<ProjectReference Include="..\AS1024.GeoFeed.Core.WebLogic\AS1024.GeoFeed.Core.WebLogic.csproj" />
|
||||
<ProjectReference Include="..\AS1024.GeoFeed.Core\AS1024.GeoFeed.Core.csproj" />
|
||||
<ProjectReference Include="..\AS1024.GeoFeed.Models\AS1024.GeoFeed.Models.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using AS1024.GeoFeed.Core.GeoFeedLogic;
|
||||
using AS1024.GeoFeed.Core.WebLogic;
|
||||
|
||||
namespace AS1024.GeoFeed.Controllers
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ using AS1024.GeoFeed.Core.GeoFeedProviders;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using AS1024.GeoFeed.Core.GeoFeedSqliteLocalCache;
|
||||
using AS1024.GeoFeed.Core.CacheService;
|
||||
using AS1024.GeoFeed.Core.GeoFeedLogic;
|
||||
using AS1024.GeoFeed.Core.WebLogic;
|
||||
|
||||
namespace AS1024.GeoFeed
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user