1
- <?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop" >
3
- <PropertyGroup >
4
- <Title >Bonsai - Scripting Library</Title >
5
- <Description >Bonsai Scripting Library containing scripting infrastructure for Bonsai.</Description >
6
- <PackageTags >Bonsai Rx Scripting</PackageTags >
7
- <UseWindowsForms >true</UseWindowsForms >
8
- <TargetFramework >net472 </TargetFramework >
9
- <Version >2.5.0</Version >
10
- </PropertyGroup >
11
- <ItemGroup >
12
- <PackageReference Include =" IronPython" Version =" 2.7.5" />
13
- <PackageReference Include =" IronPython.StdLib" Version =" 2.7.5" />
14
- <PackageReference Include =" jacobslusser.ScintillaNET" Version =" 3.6.3" />
15
- <PackageReference Include =" System.Linq.Dynamic" Version =" 1.0.7" />
16
- </ItemGroup >
17
- <ItemGroup >
18
- <ProjectReference Include =" ..\Bonsai.System\Bonsai.System.csproj" />
19
- </ItemGroup >
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop" >
3
+ <PropertyGroup >
4
+ <Title >Bonsai - Scripting Library</Title >
5
+ <Description >Bonsai Scripting Library containing scripting infrastructure for Bonsai.</Description >
6
+ <PackageTags >Bonsai Rx Scripting</PackageTags >
7
+ <UseWindowsForms >true</UseWindowsForms >
8
+ <TargetFramework >net462 </TargetFramework >
9
+ <Version >2.5.0</Version >
10
+ </PropertyGroup >
11
+ <ItemGroup >
12
+ <PackageReference Include =" IronPython" Version =" 2.7.5" />
13
+ <PackageReference Include =" IronPython.StdLib" Version =" 2.7.5" />
14
+ <PackageReference Include =" jacobslusser.ScintillaNET" Version =" 3.6.3" />
15
+ <PackageReference Include =" System.Linq.Dynamic" Version =" 1.0.7" />
16
+ </ItemGroup >
17
+ <ItemGroup >
18
+ <ProjectReference Include =" ..\Bonsai.System\Bonsai.System.csproj" />
19
+ </ItemGroup >
20
20
</Project >
0 commit comments