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,21 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<TargetFramework>netstandard2.1</TargetFramework>
<RootNamespace>Prism_ScriptCore</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<InvariantGlobalization>true</InvariantGlobalization>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<ItemGroup>
<Content Include="bin\Debug\net9.0\Prism-ScriptCore.deps.json" />
<Content Include="bin\Debug\net9.0\Prism-ScriptCore.dll" />
<Content Include="bin\Debug\net9.0\Prism-ScriptCore.pdb" />
<Content Include="bin\Release\net9.0\Prism-ScriptCore.deps.json" />
<Content Include="bin\Release\net9.0\Prism-ScriptCore.dll" />
<Content Include="bin\Release\net9.0\Prism-ScriptCore.pdb" />
<Content Include="Prism-ScriptCore.sln" />
</ItemGroup>
</Project>