Fix some misconfigured framework gating

This commit is contained in:
Matt Nadareski
2024-11-29 22:20:46 -05:00
parent ae49950ae6
commit dde5a57136
9 changed files with 13 additions and 17 deletions

View File

@@ -95,7 +95,7 @@ namespace InfoPrint
// Get the base info output name
string filenameBase = $"info-{DateTime.Now:yyyy-MM-dd_HHmmss.ffff}";
#if NET6_0_OR_GREATER
#if NETCOREAPP
// If we have the JSON flag
if (json)
{