We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 498112c commit 0b4a715Copy full SHA for 0b4a715
2 files changed
.github/workflows/net-framework.yml
@@ -18,6 +18,8 @@ jobs:
18
include:
19
- net-version: v4.6.2
20
framework: net462
21
+ - net-version: v4.8.0
22
+ framework: net480
23
- net-version: v4.8.1
24
framework: net481
25
Tests/Aspose.BarCode.Cloud.Sdk.Tests.csproj
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project Sdk="Microsoft.NET.Sdk">
3
<PropertyGroup>
4
- <TargetFrameworks>netcoreapp3.1;net462;net481;net6.0;net7.0</TargetFrameworks>
+ <TargetFrameworks>netcoreapp3.1;net462;net480;net481;net6.0;net7.0</TargetFrameworks>
5
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
6
<IsTestProject>true</IsTestProject>
7
<LangVersion>8.0</LangVersion>
0 commit comments