fix mono runtime and debug error ,rollback to the old version, now will using mono's compiler and manager

This commit is contained in:
2026-04-18 17:50:32 +08:00
parent 5058d6a3a9
commit 971f16d526
481 changed files with 5412 additions and 4663 deletions

View File

@ -1,16 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<TargetFramework>netstandard2.1</TargetFramework>
<Nullable>enable</Nullable>
<InvariantGlobalization>true</InvariantGlobalization>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="Prism-ScriptCore">
<HintPath>..\Prism-ScriptCore\bin\Debug\net9.0\Prism-ScriptCore.dll</HintPath>
<HintPath>..\Prism-ScriptCore\bin\Debug\Prism-ScriptCore.dll</HintPath>
</Reference>
</ItemGroup>
</Project>
</Project>