Core.Globals is definitely good

This commit is contained in:
Matt Nadareski
2024-10-24 05:58:03 -04:00
parent dd06c076d7
commit 5185dde9a5
10 changed files with 62 additions and 60 deletions

View File

@@ -165,7 +165,7 @@ namespace SabreTools.DatTools
{
// Write out all required formats
#if NET452_OR_GREATER || NETCOREAPP
Parallel.ForEach(outfiles.Keys, SabreTools.Core.Globals.ParallelOptions, reportFormat =>
Parallel.ForEach(outfiles.Keys, Core.Globals.ParallelOptions, reportFormat =>
#elif NET40_OR_GREATER
Parallel.ForEach(outfiles.Keys, reportFormat =>
#else