11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project Sdk =" Microsoft.NET.Sdk" >
3- <PropertyGroup >
4- <TargetFramework >net9.0</TargetFramework >
5- <PackageVersion >1.1.7 </PackageVersion >
6- <Version >1.1.7 </Version >
7- <Authors >DeathCradle</Authors >
8- <Copyright >Copyright 2016-2022 </Copyright >
9- <PackageId >ModFramework.Modules.ClearScript</PackageId >
10- <PackageLicenseUrl >https://github.com/DeathCradle /Open-Terraria-API/blob/upcoming/COPYING.txt</PackageLicenseUrl >
11- <Owners >DeathCradle</Owners >
12- <PackageProjectUrl >https://github.com/DeathCradle /Open-Terraria-API/tree/upcoming</PackageProjectUrl >
13- <Summary >Enables ES6 javascript plugins</Summary >
14- <Title >ModFramework ClearScript</Title >
15- <Description >ModFramework module to enable javascript plugins via Microsoft's ClearScript.</Description >
16- <Nullable >enable</Nullable >
17- <GeneratePackageOnBuild >True</GeneratePackageOnBuild >
18- </PropertyGroup >
19- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
20- <WarningLevel >4</WarningLevel >
21- </PropertyGroup >
22- <ItemGroup >
23- <None Remove =" Microsoft.ClearScript" />
24- <None Remove =" Typings\" />
25- </ItemGroup >
26- <ItemGroup >
27- <PackageReference Include =" Microsoft.ClearScript" Version =" 7.4.5" />
28- <PackageReference Include =" MonoMod" Version =" 22.7.31.1" />
29- <PackageReference Include =" Microsoft.ClearScript.V8.Native.osx-x64" Version =" 7.4.5" />
30- <PackageReference Include =" Microsoft.ClearScript.linux-x64" Version =" 7.4.5" />
31- </ItemGroup >
32- <ItemGroup >
33- <Folder Include =" Typings\" />
34- </ItemGroup >
35- <ItemGroup >
36- <ProjectReference Include =" ..\ModFramework\ModFramework.csproj" />
37- </ItemGroup >
3+ <PropertyGroup >
4+ <TargetFramework >net9.0</TargetFramework >
5+ <PackageVersion >1.1.8-alpha </PackageVersion >
6+ <Version >1.1.8 </Version >
7+ <Authors >DeathCradle</Authors >
8+ <Copyright >Copyright 2016-2024 </Copyright >
9+ <PackageId >ModFramework.Modules.ClearScript</PackageId >
10+ <PackageLicenseUrl >https://github.com/SignatureBeef /Open-Terraria-API/blob/upcoming/COPYING.txt</PackageLicenseUrl >
11+ <Owners >DeathCradle</Owners >
12+ <PackageProjectUrl >https://github.com/SignatureBeef /Open-Terraria-API/tree/upcoming</PackageProjectUrl >
13+ <Summary >Enables ES6 javascript plugins</Summary >
14+ <Title >ModFramework ClearScript</Title >
15+ <Description >ModFramework module to enable javascript plugins via Microsoft's ClearScript.</Description >
16+ <Nullable >enable</Nullable >
17+ <GeneratePackageOnBuild >True</GeneratePackageOnBuild >
18+ </PropertyGroup >
19+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
20+ <WarningLevel >4</WarningLevel >
21+ </PropertyGroup >
22+ <ItemGroup >
23+ <None Remove =" Microsoft.ClearScript" />
24+ <None Remove =" Typings\" />
25+ </ItemGroup >
26+ <ItemGroup >
27+ <PackageReference Include =" Microsoft.ClearScript" Version =" 7.4.5" />
28+ <PackageReference Include =" MonoMod" Version =" 22.7.31.1" />
29+ <PackageReference Include =" Microsoft.ClearScript.V8.Native.osx-x64" Version =" 7.4.5" />
30+ <PackageReference Include =" Microsoft.ClearScript.linux-x64" Version =" 7.4.5" />
31+ </ItemGroup >
32+ <ItemGroup >
33+ <Folder Include =" Typings\" />
34+ </ItemGroup >
35+ <ItemGroup >
36+ <ProjectReference Include =" ..\ModFramework\ModFramework.csproj" />
37+ </ItemGroup >
3838</Project >
0 commit comments