File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 build :
11- runs-on : ubuntu -latest
11+ runs-on : windows -latest
1212 steps :
1313 - uses : actions/checkout@v2
1414 - name : Setup .NET Core
Original file line number Diff line number Diff line change 99
1010jobs :
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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments