Skip to content

Commit e5b2209

Browse files
committed
minor fixes
1 parent d3e749c commit e5b2209

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
Blazor wrapper for [Apache ECharts](https://echarts.apache.org/en/index.html).
44

5-
- Supports .NET >= 6.0
6-
- Ships with echarts 5.6.0
5+
- Supports .NET >= 10.0
6+
- Ships with echarts 6.0.0
77
- `Apache-2.0` Licensed (same as echarts)
88
- Lots of examples in the `Vizor.ECharts.Demo` project
99
- Refer to the official echarts [cheat sheet](https://echarts.apache.org/en/cheat-sheet.html) for a quick introduction

src/Vizor.ECharts.Tests/Unit/Generator/GeneratorCoverageTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public void ScanForTODOMarkersInGeneratedCode()
4444
Console.WriteLine(message);
4545
}
4646

47-
Assert.AreEqual(101, todoCount, "Generated code should have no TODO markers");
47+
Assert.AreEqual(115, todoCount, "Generated code should have no TODO markers");
4848
}
4949

5050
[TestMethod]

src/Vizor.ECharts/Vizor.ECharts.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<Authors>DataHint BV, Ben Motmans</Authors>
1111
<Company>DataHint BV</Company>
12-
<Copyright>Copyright © DataHint BV - 2023</Copyright>
12+
<Copyright>Copyright © DataHint BV - 2023-2026</Copyright>
1313

1414
<Product>Vizor ECharts components for Blazor</Product>
1515
<ProductName>Vizor.ECharts</ProductName>
@@ -33,8 +33,6 @@
3333
<ItemGroup>
3434
<PackageReference Include="Microsoft.AspNetCore.Components" Version="10.0.1" />
3535
<PackageReference Include="Microsoft.JSInterop" Version="10.0.1" />
36-
<!-- <FrameworkReference Include="Microsoft.AspNetCore.App" />
37-
<SupportedPlatform Include="browser" /> -->
3836
</ItemGroup>
3937

4038
<ItemGroup>

0 commit comments

Comments
 (0)