We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ad097d commit 2e7a6aaCopy full SHA for 2e7a6aa
.github/workflows/net-framework.yml
@@ -38,6 +38,7 @@ jobs:
38
run: msbuild .\src\Aspose.BarCode.Cloud.Sdk.csproj `
39
-restore `
40
-p:Configuration=Release `
41
+ -p:TargetFramework=netstandard2.0
42
43
- name: Build test project for ${{ matrix.framework }}
44
run: msbuild .\Tests\Aspose.BarCode.Cloud.Sdk.Tests.csproj `
0 commit comments