Skip to content

Commit aba9cbf

Browse files
committed
尝试修复构建
1 parent 8ea23b2 commit aba9cbf

File tree

1 file changed

+1
-1
lines changed
  • src/MediaConverters/MediaConverters.Tool/CommandLineHandlers/IpcHandlers

1 file changed

+1
-1
lines changed

src/MediaConverters/MediaConverters.Tool/CommandLineHandlers/IpcHandlers/IpcHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public async Task<int> RunAsync()
4545
SharedArrayPool = new SharedArrayPool(ArrayPool<byte>.Shared),
4646
IpcTaskScheduling = IpcTaskScheduling.GlobalConcurrent,
4747
};
48-
ipcConfiguration.UseSystemJsonIpcObjectSerializer(MediaConverterJsonSerializerSourceGenerationContext.Default);
48+
ipcConfiguration.UseSystemTextJsonIpcObjectSerializer(MediaConverterJsonSerializerSourceGenerationContext.Default);
4949

5050
var ipcProvider = new IpcProvider(IpcName, ipcConfiguration);
5151

0 commit comments

Comments
 (0)