|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
2 | 2 |
|
3 | 3 | <PropertyGroup>
|
4 |
| - <TargetFrameworks>netstandard2.1;<!--netcoreapp3.0;netcoreapp3.1;-->net5.0;net6.0;net7.0;net8.0</TargetFrameworks> |
| 4 | + <TargetFrameworks>netstandard2.1;<!--netcoreapp3.0;netcoreapp3.1;net5.0;-->net6.0;net7.0;net8.0;net9.0</TargetFrameworks> |
5 | 5 | <ImplicitUsings>enable</ImplicitUsings>
|
6 | 6 | <Nullable>enable</Nullable>
|
7 | 7 | <LangVersion>latest</LangVersion>
|
8 | 8 | <AssemblyName>BenchmarkDotNetVisualizer</AssemblyName>
|
9 | 9 | <PackageId>BenchmarkDotNetVisualizer</PackageId>
|
10 | 10 | <Title>BenchmarkDotNetVisualizer</Title>
|
11 | 11 | <Product>BenchmarkDotNetVisualizer</Product>
|
12 |
| - <Version>2.0.1</Version> |
13 |
| - <PackageVersion>2.0.1</PackageVersion> |
14 |
| - <AssemblyVersion>2.0.1</AssemblyVersion> |
| 12 | + <Version>2.1.0</Version> |
| 13 | + <PackageVersion>2.1.0</PackageVersion> |
| 14 | + <AssemblyVersion>2.1.0</AssemblyVersion> |
15 | 15 | <Authors>Mohammad Javad Ebrahimi</Authors>
|
16 | 16 | <Company>Mohammad Javad Ebrahimi</Company>
|
17 |
| - <Copyright>Copyright © Mohammad Javad Ebrahimi 2024</Copyright> |
| 17 | + <Copyright>Copyright © Mohammad Javad Ebrahimi 2025</Copyright> |
18 | 18 | <Description>
|
19 | 19 | Visualizes your BenchmarkDotNet benchmarks to colorful images, feature-rich HTML, and customizable markdown files (and maybe powerful charts in the future!)
|
20 | 20 | </Description>
|
|
55 | 55 | </ItemGroup>
|
56 | 56 |
|
57 | 57 | <ItemGroup Condition="'$(TargetFramework)'!='netstandard2.1'">
|
58 |
| - <PackageReference Include="PuppeteerSharp" Version="19.0.1" /> |
59 |
| - </ItemGroup> |
60 |
| - |
61 |
| - <ItemGroup Condition="'$(TargetFramework)'!='netstandard2.1' AND '$(TargetFramework)'!='net5.0'"> |
62 |
| - <PackageReference Include="SixLabors.ImageSharp" Version="[3.1.5,)" /> |
63 |
| - </ItemGroup> |
64 |
| - |
65 |
| - <ItemGroup Condition="'$(TargetFramework)'=='netstandard2.1' OR '$(TargetFramework)'=='net5.0'"> |
66 |
| - <PackageReference Include="SixLabors.ImageSharp" Version="[2.1.9]" /> |
| 58 | + <PackageReference Include="PuppeteerSharp" Version="20.1.3" /> |
| 59 | + <PackageReference Include="SixLabors.ImageSharp" Version="3.1.7" /> |
67 | 60 | </ItemGroup>
|
68 | 61 |
|
69 | 62 | <ItemGroup Condition="'$(TargetFramework)'=='netstandard2.1'">
|
70 |
| - <PackageReference Include="PuppeteerSharp" Version="18.1.0" /> |
| 63 | + <PackageReference Include="PuppeteerSharp" Version="[18.1.0]" /> |
| 64 | + <PackageReference Include="SixLabors.ImageSharp" Version="[2.1.10]" /> |
71 | 65 | <PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
|
72 | 66 | </ItemGroup>
|
73 | 67 |
|
|
0 commit comments