mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Core.Globals is definitely good
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user