28 lines
1.3 KiB
XML
28 lines
1.3 KiB
XML
![]() |
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<OutputType>Exe</OutputType>
|
||
|
<TargetFramework>net6.0</TargetFramework>
|
||
|
<Platforms>AnyCPU;x64</Platforms>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||
|
<PlatformTarget>x86</PlatformTarget>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
||
|
<PlatformTarget>x86</PlatformTarget>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
<PackageReference Include="JavaScriptEngineSwitcher.ChakraCore" Version="3.12.6" />
|
||
|
<PackageReference Include="JavaScriptEngineSwitcher.ChakraCore.Native.linux-x64" Version="3.12.6" />
|
||
|
<PackageReference Include="JavaScriptEngineSwitcher.ChakraCore.Native.win-x64" Version="3.12.6" />
|
||
|
<PackageReference Include="JavaScriptEngineSwitcher.ChakraCore.Native.win-x86" Version="3.12.6" />
|
||
|
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.11.0" />
|
||
|
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="3.11.0" />
|
||
|
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="5.0.0" />
|
||
|
<PackageReference Include="System.CodeDom" Version="5.0.0" />
|
||
|
<PackageReference Include="System.Runtime.Loader" Version="4.3.0" />
|
||
|
</ItemGroup>
|
||
|
</Project>
|