Skip to content

Commit 43ffc4a

Browse files
committed
Add .NET Framework and conditional tests execution
1 parent 44b2187 commit 43ffc4a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/netlicensing-csharp-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-latest
11+
runs-on: windows-latest
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Setup .NET Core

.github/workflows/netlicensing-csharp-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
publish-nuget:
12-
runs-on: ubuntu-latest
12+
runs-on: windows-latest
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Setup .NET Core

NetLicensingClient/NetLicensingClient.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
<PropertyGroup>
44
<OutputType>Library</OutputType>
5-
<TargetFrameworks>netstandard2.0</TargetFrameworks>
5+
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
66
<ReleaseVersion>2.x</ReleaseVersion>
77
<PackOnBuild>true</PackOnBuild>
88
<PackageId>NetLicensingClient-csharp</PackageId>
9-
<PackageVersion>2.4.5</PackageVersion>
9+
<PackageVersion>2.4.6</PackageVersion>
1010
<Authors>Labs64 NetLicensing</Authors>
1111
<Copyright>© 2010 Labs64 GmbH</Copyright>
1212
<PackageIconUrl>https://netlicensing.io/img/labs64-avatar-200x200.png</PackageIconUrl>

0 commit comments

Comments
 (0)