Skip to content

Commit 44b2187

Browse files
committed
Rollback .NET 4.6.1
1 parent 224b3fb commit 44b2187

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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: windows-latest
11+
runs-on: ubuntu-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: windows-latest
12+
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Setup .NET Core

NetLicensingClient/NetLicensingClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Library</OutputType>
5-
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
5+
<TargetFrameworks>netstandard2.0</TargetFrameworks>
66
<ReleaseVersion>2.x</ReleaseVersion>
77
<PackOnBuild>true</PackOnBuild>
88
<PackageId>NetLicensingClient-csharp</PackageId>

0 commit comments

Comments
 (0)