fix mono runtime and debug error ,rollback to the old version, now will using mono's compiler and manager
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user