1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

update values for snap and offset

fix some issues from .NET Core 3.0 upgrade
This commit is contained in:
RaidMax
2019-10-07 10:26:07 -05:00
parent 78cd6ae392
commit a9b44ffd49
14 changed files with 1522 additions and 265 deletions

View File

@ -111,13 +111,6 @@ namespace SharedLibraryCore.Database
break;
}
}
#if DEBUG
#pragma warning disable CS0612 // Type or member is obsolete
// optionsBuilder.UseLoggerFactory(_loggerFactory)
#pragma warning restore CS0612 // Type or member is obsolete
// .EnableSensitiveDataLogging();
#endif
}
protected override void OnModelCreating(ModelBuilder modelBuilder)