mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-19 16:06:33 +08:00
修改了无法保存项目文件的bug
This commit is contained in:
@@ -25,7 +25,7 @@ namespace Serein.Library.Framework.NodeFlow
|
||||
if(NodeRunCts == null)
|
||||
{
|
||||
|
||||
NodeRunCts = SereinIoc.GetOrInstantiate<NodeRunCts>();
|
||||
NodeRunCts = SereinIoc.GetOrRegisterInstantiate<NodeRunCts>();
|
||||
}
|
||||
return Task.Factory.StartNew(async () =>
|
||||
{
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<OutputPath>..\.Output\Debug\net8.0-windows7.0\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
|
||||
Reference in New Issue
Block a user