File tree Expand file tree Collapse file tree
MsieJavaScriptEngine.Benchmarks
MsieJavaScriptEngine.Test.Auto
MsieJavaScriptEngine.Test.ChakraActiveScript
MsieJavaScriptEngine.Test.ChakraEdgeJsRt
MsieJavaScriptEngine.Test.ChakraIeJsRt
MsieJavaScriptEngine.Test.Classic
MsieJavaScriptEngine.Test.Common Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 8.0.200"
3+ "version" : " 10.0.100" ,
4+ "rollForward" : " latestFeature"
45 }
56}
Original file line number Diff line number Diff line change 77 <NetStandardImplicitPackageVersion Condition =" '$(TargetFramework)' == 'netstandard1.3' " >1.6.0</NetStandardImplicitPackageVersion >
88 <OutputType >Library</OutputType >
99 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
10- <NoWarn >$(NoWarn);CS1591;NU1605</NoWarn >
10+ <NoWarn >$(NoWarn);CS1591;NETSDK1215; NU1605</NoWarn >
1111 <GenerateDocumentationFile >true</GenerateDocumentationFile >
1212 <DisableDefaultResxToCsConversionTarget >true</DisableDefaultResxToCsConversionTarget >
1313 <Title >$(Product)</Title >
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <Product >MSIE JavaScript Engine: Benchmarks</Product >
55 <VersionPrefix >3.2.5</VersionPrefix >
6- <TargetFrameworks >net462;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks >
6+ <TargetFrameworks >net462;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0;net9.0;net10.0 </TargetFrameworks >
77 <OutputType >Exe</OutputType >
88 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
99 <SuppressTfmSupportBuildWarnings >true</SuppressTfmSupportBuildWarnings >
10+ <CheckEolTargetFramework >false</CheckEolTargetFramework >
1011 <IsPackable >false</IsPackable >
1112 </PropertyGroup >
1213
1314 <Import Project =" ../../build/common.props" />
1415
1516 <ItemGroup >
16- <PackageReference Include =" BenchmarkDotNet" Version =" 0.13.12 " />
17+ <PackageReference Include =" BenchmarkDotNet" Version =" 0.15.8 " />
1718
1819 <ProjectReference Include =" ../../src/MsieJavaScriptEngine/MsieJavaScriptEngine.csproj" />
1920 </ItemGroup >
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <Product >MSIE JavaScript Engine: Tests for Auto Mode</Product >
55 <VersionPrefix >3.2.5</VersionPrefix >
6- <TargetFrameworks >net462;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks >
6+ <TargetFrameworks >net462;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0;net9.0;net10.0 </TargetFrameworks >
77 <OutputType >Library</OutputType >
88 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
9+ <TestTfmsInParallel >false</TestTfmsInParallel >
910 <IsTestProject >true</IsTestProject >
1011 <IsPackable >false</IsPackable >
1112 </PropertyGroup >
1213
1314 <Import Project =" ../../build/common.props" />
1415
1516 <ItemGroup >
16- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.9 .0" />
17+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12 .0" />
1718
1819 <ProjectReference Include =" ../MsieJavaScriptEngine.Test.Common/MsieJavaScriptEngine.Test.Common.csproj" />
1920 </ItemGroup >
Original file line number Diff line number Diff line change 66 <TargetFrameworks >net462</TargetFrameworks >
77 <OutputType >Library</OutputType >
88 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
9+ <TestTfmsInParallel >false</TestTfmsInParallel >
910 <IsTestProject >true</IsTestProject >
1011 <IsPackable >false</IsPackable >
1112 </PropertyGroup >
1213
1314 <Import Project =" ../../build/common.props" />
1415
1516 <ItemGroup >
16- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.9 .0" />
17+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12 .0" />
1718
1819 <ProjectReference Include =" ../MsieJavaScriptEngine.Test.Common/MsieJavaScriptEngine.Test.Common.csproj" />
1920 </ItemGroup >
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <Product >MSIE JavaScript Engine: Tests for Chakra Edge JsRT Mode</Product >
55 <VersionPrefix >3.2.5</VersionPrefix >
6- <TargetFrameworks >net462;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks >
6+ <TargetFrameworks >net462;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0;net9.0;net10.0 </TargetFrameworks >
77 <OutputType >Library</OutputType >
88 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
9+ <TestTfmsInParallel >false</TestTfmsInParallel >
910 <IsTestProject >true</IsTestProject >
1011 <IsPackable >false</IsPackable >
1112 </PropertyGroup >
1213
1314 <Import Project =" ../../build/common.props" />
1415
1516 <ItemGroup >
16- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.9 .0" />
17+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12 .0" />
1718
1819 <ProjectReference Include =" ../MsieJavaScriptEngine.Test.Common/MsieJavaScriptEngine.Test.Common.csproj" />
1920 </ItemGroup >
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <Product >MSIE JavaScript Engine: Tests for Chakra IE JsRT Mode</Product >
55 <VersionPrefix >3.2.5</VersionPrefix >
6- <TargetFrameworks >net462;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks >
6+ <TargetFrameworks >net462;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0;net9.0;net10.0 </TargetFrameworks >
77 <OutputType >Library</OutputType >
88 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
9+ <TestTfmsInParallel >false</TestTfmsInParallel >
910 <IsTestProject >true</IsTestProject >
1011 <IsPackable >false</IsPackable >
1112 </PropertyGroup >
1213
1314 <Import Project =" ../../build/common.props" />
1415
1516 <ItemGroup >
16- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.9 .0" />
17+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12 .0" />
1718
1819 <ProjectReference Include =" ../MsieJavaScriptEngine.Test.Common/MsieJavaScriptEngine.Test.Common.csproj" />
1920 </ItemGroup >
Original file line number Diff line number Diff line change 66 <TargetFrameworks >net462</TargetFrameworks >
77 <OutputType >Library</OutputType >
88 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
9+ <TestTfmsInParallel >false</TestTfmsInParallel >
910 <IsTestProject >true</IsTestProject >
1011 <IsPackable >false</IsPackable >
1112 </PropertyGroup >
1213
1314 <Import Project =" ../../build/common.props" />
1415
1516 <ItemGroup >
16- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.9 .0" />
17+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12 .0" />
1718
1819 <ProjectReference Include =" ../MsieJavaScriptEngine.Test.Common/MsieJavaScriptEngine.Test.Common.csproj" />
1920 </ItemGroup >
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <Product >MSIE JavaScript Engine: Common Tests</Product >
55 <VersionPrefix >3.2.5</VersionPrefix >
6- <TargetFrameworks >net462;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks >
6+ <TargetFrameworks >net462;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0;net9.0;net10.0 </TargetFrameworks >
77 <OutputType >Library</OutputType >
88 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
9+ <TestTfmsInParallel >false</TestTfmsInParallel >
910 <IsTestProject >true</IsTestProject >
1011 <IsPackable >false</IsPackable >
1112 </PropertyGroup >
1415 <Import Project =" ../../build/strong-name-signing.props" />
1516
1617 <ItemGroup >
17- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.9 .0" />
18+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12 .0" />
1819 <PackageReference Include =" NUnit" Version =" 3.14.0" />
19- <PackageReference Include =" NUnit3TestAdapter" Version =" 4.5 .0" />
20+ <PackageReference Include =" NUnit3TestAdapter" Version =" 4.6 .0" />
2021
2122 <ProjectReference Include =" ../../src/MsieJavaScriptEngine/MsieJavaScriptEngine.csproj" />
2223 </ItemGroup >
You can’t perform that action at this time.
0 commit comments