!
This commit is contained in:
@@ -178,6 +178,7 @@ public class MainScriptingObject : IDisposable
|
||||
Dictionary<string, string> toReturn = new(); // new SortedDictionary<string, string>(StringComparer.OrdinalIgnoreCase);
|
||||
|
||||
HadErrors = false;
|
||||
Directory.CreateDirectory(Path.GetDirectoryName(outFile));
|
||||
lstFilesToRemove.Add(outFile);
|
||||
lstFilesToRemove.Add(scriptFile);
|
||||
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
<TargetFramework>net10.0-windows10.0.22000.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<AssemblyVersion>1.2.0.53</AssemblyVersion>
|
||||
<FileVersion>1.2.0.53</FileVersion>
|
||||
<Version>1.0.0.53</Version>
|
||||
<AssemblyVersion>1.2.0.55</AssemblyVersion>
|
||||
<FileVersion>1.2.0.55</FileVersion>
|
||||
<Version>1.0.0.55</Version>
|
||||
<SupportedOSPlatformVersion>10.0.22000.0</SupportedOSPlatformVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user