Skip to content

Commit

Permalink
Added net472 target.
Browse files Browse the repository at this point in the history
  • Loading branch information
genemars committed Dec 26, 2022
1 parent 401320c commit ebbe901
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 62 deletions.
25 changes: 0 additions & 25 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -174,28 +174,3 @@
of your accepting any such warranty or additional liability.

END OF TERMS AND CONDITIONS

APPENDIX: How to apply the Apache License to your work.

To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
11 changes: 7 additions & 4 deletions MIG.HomeAutomation.Tests/MIG.HomeAutomation.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>
10 changes: 5 additions & 5 deletions MIG.HomeAutomation/MIG.HomeAutomation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
<PackageTags>mig interface mig-service homeautomation x10 zwave</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</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CM19Lib" Version="1.2.0" />
<PackageReference Include="CM19Lib" Version="1.2.1" />
<PackageReference Include="MIG" Version="1.2.3" />
<PackageReference Include="SharpZipLib" Version="1.4.1" />
<PackageReference Include="MIG" Version="1.2.0" />
<PackageReference Include="XTenLib" Version="1.1.0" />
<PackageReference Include="ZWaveLib" Version="1.1.0" />
<PackageReference Include="XTenLib" Version="1.1.1" />
<PackageReference Include="ZWaveLib" Version="1.1.1" />
</ItemGroup>
</Project>
28 changes: 0 additions & 28 deletions MIG.HomeAutomation/MIG.HomeAutomation.nuspec

This file was deleted.

0 comments on commit ebbe901

Please sign in to comment.