Skip to content

Commit

Permalink
- add net8.0 as target framework
Browse files Browse the repository at this point in the history
  • Loading branch information
belucha committed Jan 24, 2024
1 parent 4c32f34 commit ffbf994
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@

- add support for different line break symbols in tracker (closes #15 by archer0302)
- add net8.0 as target framework

## 2023-05-16 v2.5.7

- improve: svg clip path id is not regenerated on upon every update (only for dynamic data)
Expand Down
4 changes: 2 additions & 2 deletions MudBlazorOxyPlot/MudBlazorOxyPlot.csproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MudBlazor" Version="6.2.3" />
<PackageReference Include="MudBlazor" Version="6.14.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion OxyPlot.Blazor/oxyplot.blazor.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/belucha/oxyplot.blazor</PackageProjectUrl>
Expand Down
3 changes: 2 additions & 1 deletion oxyplot-blazor.sln
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
CHANGELOG.MD = CHANGELOG.MD
.github\workflows\deploy-oxyplotblazor-nuget.yml = .github\workflows\deploy-oxyplotblazor-nuget.yml
LICENSE = LICENSE
README.MD = README.MD
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MudBlazorOxyPlot", "MudBlazorOxyPlot\MudBlazorOxyPlot.csproj", "{36618CD9-3389-46BA-828A-25256A40D16E}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MudBlazorOxyPlot", "MudBlazorOxyPlot\MudBlazorOxyPlot.csproj", "{36618CD9-3389-46BA-828A-25256A40D16E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit ffbf994

Please sign in to comment.