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 3ed8765 commit 5c609af
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 49 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
3 changes: 1 addition & 2 deletions TestApp.Net/TestApp.Net.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>
<RootNamespace>ConsoleApp1</RootNamespace>
<LangVersion>10</LangVersion>
<TargetFrameworks>net472;net6.0;netstandard2.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down
11 changes: 7 additions & 4 deletions ZWaveLib.Tests/ZWaveLib.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
<PackageReference Include="NUnit" Version="3.13.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.0.0" />
<PackageReference Include="coverlet.collector" Version="3.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.3.1" />
<PackageReference Include="coverlet.collector" Version="3.2.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

</Project>
35 changes: 0 additions & 35 deletions ZWaveLib/Properties/AssemblyInfo.cs

This file was deleted.

4 changes: 2 additions & 2 deletions ZWaveLib/ZWaveLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
<TargetFramework>net6.0</TargetFramework>
<TargetFrameworks>net472;net6.0;netstandard2.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SerialPortLib" Version="1.1.0" />
<PackageReference Include="SerialPortLib" Version="1.1.1" />
</ItemGroup>
</Project>
5 changes: 0 additions & 5 deletions ZWaveLib/packages.config

This file was deleted.

0 comments on commit 5c609af

Please sign in to comment.