Skip to content

Commit aba5f92

Browse files
Ivan KamkinIvan Kamkin
authored andcommitted
Removed out of support .net versions
1 parent efdc18f commit aba5f92

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: .NET Core Linux
1+
name: .NET Linux
22

33
on:
44
push:
@@ -16,8 +16,6 @@ jobs:
1616
# and https://github.com/dotnet/core/blob/main/releases.md
1717
# for versions
1818
include:
19-
- dotnet-version: 6.0.x
20-
framework: net6.0
2119
- dotnet-version: 8.0.x
2220
framework: net8.0
2321
- dotnet-version: 9.0.x

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ This repository contains Aspose.BarCode Cloud SDK for .NET source code. This SDK
2727

2828
Aspose.BarCode Cloud SDK for .NET provides cross-platform bindings for:
2929

30-
- .NET 5 and higher
30+
- .NET 8 and higher
3131
- .NET Standard 2.0 and higher
32-
- .NET Core 3.1 and higher
3332
- .NET Framework 4.6.2 and higher
3433

3534
To use these SDKs, you will need Client Id and Client Secret which can be looked up at [Aspose Cloud Dashboard](https://dashboard.aspose.cloud/applications) (free registration in Aspose Cloud is required for this).

Tests/Aspose.BarCode.Cloud.Sdk.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
4-
<TargetFrameworks>net462;net480;net481;net6.0;net8.0;net9.0</TargetFrameworks>
4+
<TargetFrameworks>net462;net480;net481;net8.0;net9.0</TargetFrameworks>
55
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
66
<IsTestProject>true</IsTestProject>
77
<LangVersion>8.0</LangVersion>

src/Aspose.BarCode.Cloud.Sdk.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<TargetFrameworks>netstandard2.0</TargetFrameworks>
55
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
66
<WarningsNotAsErrors>IDE0005;IDE0028;IDE1006;</WarningsNotAsErrors>
7-
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
87
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
98
<AnalysisLevel>latest-Recommended</AnalysisLevel>
109

@@ -49,7 +48,7 @@ Aspose.Barcode for Cloud allows you to control all aspects of the image and barc
4948

5049
<ItemGroup>
5150
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
52-
<PackageReference Include="System.Text.Json" Version="9.0.4" ExcludeAssets="buildTransitive" />
51+
<PackageReference Include="System.Text.Json" Version="9.0.4" />
5352
</ItemGroup>
5453

5554
<ItemGroup>

0 commit comments

Comments
 (0)