Skip to content

Commit

Permalink
Migrate library .NET Core -> .NET Standard
Browse files Browse the repository at this point in the history
  • Loading branch information
r-brown committed Aug 14, 2020
1 parent ab0f31d commit a286a81
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 45 deletions.
39 changes: 12 additions & 27 deletions NetLicensingClient.sln
Original file line number Diff line number Diff line change
@@ -1,46 +1,31 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetLicensingClient", "NetLicensingClient\NetLicensingClient.csproj", "{892A84CE-1B76-41C8-87AE-BC1324000376}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetLicensingClient", "NetLicensingClient\NetLicensingClient.csproj", "{9DFE4568-2F98-4384-874F-0F1BDF937690}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetLicensingClient-demo", "NetLicensingClient-demo\NetLicensingClient-demo.csproj", "{B27BE865-584F-42AB-BE85-362506CCB1B8}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetLicensingClient-demo", "NetLicensingClient-demo\NetLicensingClient-demo.csproj", "{B4DC58C5-CAEB-4359-8019-F789095F3D5F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{892A84CE-1B76-41C8-87AE-BC1324000376}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{892A84CE-1B76-41C8-87AE-BC1324000376}.Debug|Any CPU.Build.0 = Debug|Any CPU
{892A84CE-1B76-41C8-87AE-BC1324000376}.Release|Any CPU.ActiveCfg = Release|Any CPU
{892A84CE-1B76-41C8-87AE-BC1324000376}.Release|Any CPU.Build.0 = Release|Any CPU
{B27BE865-584F-42AB-BE85-362506CCB1B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B27BE865-584F-42AB-BE85-362506CCB1B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B27BE865-584F-42AB-BE85-362506CCB1B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B27BE865-584F-42AB-BE85-362506CCB1B8}.Release|Any CPU.Build.0 = Release|Any CPU
{9DFE4568-2F98-4384-874F-0F1BDF937690}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9DFE4568-2F98-4384-874F-0F1BDF937690}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9DFE4568-2F98-4384-874F-0F1BDF937690}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9DFE4568-2F98-4384-874F-0F1BDF937690}.Release|Any CPU.Build.0 = Release|Any CPU
{B4DC58C5-CAEB-4359-8019-F789095F3D5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4DC58C5-CAEB-4359-8019-F789095F3D5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4DC58C5-CAEB-4359-8019-F789095F3D5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4DC58C5-CAEB-4359-8019-F789095F3D5F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
$0.TextStylePolicy = $2
$2.inheritsSet = null
$2.scope = text/x-csharp
$0.CSharpFormattingPolicy = $3
$3.scope = text/x-csharp
$0.TextStylePolicy = $4
$4.FileWidth = 80
$4.TabsToSpaces = True
$4.scope = text/plain
$0.TextStylePolicy = $5
$5.inheritsSet = null
$5.scope = application/config+xml
$0.XmlFormattingPolicy = $6
$6.inheritsSet = null
$6.scope = application/config+xml
$0.StandardHeader = $7
$0.VersionControlPolicy = $8
$0.StandardHeader = $2
$0.VersionControlPolicy = $3
description = C# wrapper for Labs64 NetLicensing RESTful API
version = 2.x
EndGlobalSection
Expand Down
22 changes: 4 additions & 18 deletions NetLicensingClient/NetLicensingClient.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<RootNamespace>NetLicensingClient</RootNamespace>
<TargetFramework>netstandard2.0</TargetFramework>
<ReleaseVersion>2.x</ReleaseVersion>
<PackOnBuild>true</PackOnBuild>
<PackageId>NetLicensingClient-csharp</PackageId>
<PackageVersion>2.4.0</PackageVersion>
<PackageVersion>2.4.1</PackageVersion>
<Authors>Labs64 NetLicensing</Authors>
<Description>Labs64 NetLicensing is a first-class solution in the Licensing-as-a-Service (LaaS) sector. Based on open standards, it provides a cost-effective, integrated and scalable platform for software vendors and developers who want to concentrate on their product’s core functionality instead of spending resources on developing an own license management software.</Description>
<Copyright>© 2010 Labs64 GmbH</Copyright>
<PackageIconUrl>https://netlicensing.io/img/labs64-avatar-200x200.png</PackageIconUrl>
<NeutralLanguage>en</NeutralLanguage>
Expand All @@ -19,27 +17,15 @@
<Summary>C# wrapper for Labs64 NetLicensing RESTful API</Summary>
<PackageTags>Labs64 NetLicensing LaaS Licensing-as-a-Service entitlement software-licensing licensing license license-management validation activation concurrent floating metered-consumption node-locked subscription pay-per-use pricing-table membership</PackageTags>
<Title>Labs64 NetLicensing C# Client</Title>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Description>Labs64 NetLicensing is a first-class solution in the Licensing-as-a-Service (LaaS) sector. Based on open standards, it provides a cost-effective, integrated and scalable platform for software vendors and developers who want to concentrate on their product’s core functionality instead of spending resources on developing an own license management software.</Description>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DocumentationFile></DocumentationFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BouncyCastle" Version="1.8.6.1" />
<PackageReference Include="NuGet.Build.Packaging" Version="0.2.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="BouncyCastle" Version="1.8.6.1" />
<PackageReference Include="System.Security.Cryptography.Xml" Version="4.7.0" />
</ItemGroup>
<ProjectExtensions>
<MonoDevelop>
<Properties>
<Policies>
<DotNetNamingPolicy DirectoryNamespaceAssociation="PrefixedHierarchical" ResourceNamePolicy="MSBuild" />
</Policies>
</Properties>
</MonoDevelop>
</ProjectExtensions>
</Project>

0 comments on commit a286a81

Please sign in to comment.