Skip to content

Commit

Permalink
Added net472 and netstandard2.0 targets
Browse files Browse the repository at this point in the history
  • Loading branch information
genemars committed Dec 26, 2022
1 parent f2daae5 commit 76ecd24
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright (2012-2023) G-Labs (https://github.com/genielabs)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 2 additions & 0 deletions Test.CM15/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ You may obtain a copy of the License at
limitations under the License.
*/

using System;
using System.Threading;
using XTenLib;

namespace Test.CM15
Expand Down
7 changes: 3 additions & 4 deletions Test.CM15/Test.CM15.csproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>disable</Nullable>
<TargetFrameworks>net472;net6.0;netstandard2.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion XTenLib/XTenLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageTags>x10 home automation cm11 cm15</PackageTags>
<RuntimeIdentifiers>win8-arm;linux-arm;win10-x64;osx.10.11-x64;linux-x64</RuntimeIdentifiers>
<OutputType>Library</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFrameworks>net472;net6.0;netstandard2.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 0 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ test:
after_test:
- ps: .\XTenLib\nuget_pack.ps1
artifacts:
- path: .\XTenLib\bin\Debug\XTenLib.dll
name: XTenLib
- path: '*.nupkg'
name: XTenLib nupkg
deploy:
Expand Down

0 comments on commit 76ecd24

Please sign in to comment.