mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Update packages
This commit is contained in:
@@ -68,7 +68,7 @@ namespace SabreTools.Features
|
||||
Parser.ParseInto(internalDat, file);
|
||||
|
||||
// Get the output directory
|
||||
OutputDir = (OutputDir ?? string.Empty).Ensure();
|
||||
OutputDir = OutputDir.Ensure();
|
||||
OutputDir = file.GetOutputPath(OutputDir, GetBoolean(features, InplaceValue));
|
||||
|
||||
// Extension splitting
|
||||
|
||||
@@ -149,7 +149,7 @@ namespace SabreTools.Features
|
||||
List<ParentablePath> basePaths = PathTool.GetFilesOnly(GetList(features, BaseDatListValue));
|
||||
|
||||
// Ensure the output directory
|
||||
OutputDir = (OutputDir ?? string.Empty).Ensure();
|
||||
OutputDir = OutputDir.Ensure();
|
||||
|
||||
// If we're in standard update mode, run through all of the inputs
|
||||
if (updateMode == UpdateMode.None)
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.0" />
|
||||
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.3" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user