mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix modern .NET build
This commit is contained in:
@@ -179,7 +179,7 @@ namespace SabreTools.DatTools
|
|||||||
{
|
{
|
||||||
// Write out all required formats
|
// Write out all required formats
|
||||||
#if NET452_OR_GREATER || NETCOREAPP
|
#if NET452_OR_GREATER || NETCOREAPP
|
||||||
Parallel.ForEach(outfiles.Keys, Globals.ParallelOptions, reportFormat =>
|
Parallel.ForEach(outfiles.Keys, SabreTools.Core.Globals.ParallelOptions, reportFormat =>
|
||||||
#elif NET40_OR_GREATER
|
#elif NET40_OR_GREATER
|
||||||
Parallel.ForEach(outfiles.Keys, reportFormat =>
|
Parallel.ForEach(outfiles.Keys, reportFormat =>
|
||||||
#else
|
#else
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ namespace SabreTools.DatTools
|
|||||||
{
|
{
|
||||||
// Write out all required formats
|
// Write out all required formats
|
||||||
#if NET452_OR_GREATER || NETCOREAPP
|
#if NET452_OR_GREATER || NETCOREAPP
|
||||||
Parallel.ForEach(outfiles.Keys, Globals.ParallelOptions, datFormat =>
|
Parallel.ForEach(outfiles.Keys, SabreTools.Core.Globals.ParallelOptions, datFormat =>
|
||||||
#elif NET40_OR_GREATER
|
#elif NET40_OR_GREATER
|
||||||
Parallel.ForEach(outfiles.Keys, datFormat =>
|
Parallel.ForEach(outfiles.Keys, datFormat =>
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user