Skip to content

Commit

Permalink
Revert "remove netstandard2.0 target"
Browse files Browse the repository at this point in the history
This reverts commit f099de1.
  • Loading branch information
beto-rodriguez committed Dec 19, 2024
1 parent f10eb4b commit 17f74e5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>12.0</LangVersion>

<TargetFrameworks>
netstandard2.1;
netstandard2.0;netstandard2.1;
net8.0;net8.0-android;net8.0-ios;net8.0-maccatalyst;
</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">
Expand Down
4 changes: 2 additions & 2 deletions src/LiveChartsCore/LiveChartsCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>12.0</LangVersion>

<TargetFrameworks>
netstandard2.1;
netstandard2.0;netstandard2.1;
net8.0;net8.0-android;net8.0-ios;net8.0-maccatalyst;
</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">
Expand Down Expand Up @@ -64,7 +64,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Condition="'$(TargetFramework)' == 'net462' OR '$(TargetFramework)' == 'netstandard2.1'" Include="System.Text.Json" Version="8.0.5" />
<PackageReference Condition="'$(TargetFramework)' == 'net462' OR '$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == 'netstandard2.1'" Include="System.Text.Json" Version="8.0.5" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<LangVersion>12.0</LangVersion>
<Nullable>enable</Nullable>

<TargetFrameworks>netstandard2.1;net6.0;net8.0;</TargetFrameworks>
<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0;net8.0;</TargetFrameworks>

<AssemblyName>LiveChartsCore.SkiaSharpView.Avalonia</AssemblyName>
<RootNamespace>LiveChartsCore.SkiaSharpView.Avalonia</RootNamespace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>12.0</LangVersion>

<TargetFrameworks>
netstandard2.1;
netstandard2.0;netstandard2.1;
net8.0;net8.0-android;net8.0-ios;net8.0-maccatalyst;
</TargetFrameworks>
<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<OutputType>Library</OutputType>
<LangVersion>12.0</LangVersion>
<Nullable>enable</Nullable>
<TargetFrameworks>netstandard2.1;</TargetFrameworks>
<TargetFrameworks>netstandard2.0;netstandard2.1;</TargetFrameworks>
<AssemblyName>LiveChartsCore.SkiaSharpView.Eto</AssemblyName>
<RootNamespace>LiveChartsCore.SkiaSharpView.Eto</RootNamespace>
<Version>2.0.0-rc4.5</Version>
Expand Down

0 comments on commit 17f74e5

Please sign in to comment.