Skip to content

Commit 133e0b0

Browse files
committed
Add netstandard build target for arduino package
1 parent 0233e8d commit 133e0b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Bonsai.Arduino/Bonsai.Arduino.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<Title>Bonsai - Arduino Library</Title>
5-
<Description>Bonsai Arduino Library containing communication infrastructure to probe and control the state of Arduino microcontrollers.</Description>
5+
<Description>Bonsai Library containing reactive infrastructure to probe and control the state of Arduino microcontrollers.</Description>
66
<PackageTags>Bonsai Rx Arduino</PackageTags>
7-
<TargetFramework>net462</TargetFramework>
8-
<VersionPrefix>2.6.0</VersionPrefix>
7+
<TargetFrameworks>net462;netstandard2.0</TargetFrameworks>
8+
<VersionPrefix>2.8.0</VersionPrefix>
99
</PropertyGroup>
1010
<ItemGroup>
1111
<ProjectReference Include="..\Bonsai.System\Bonsai.System.csproj" />

0 commit comments

Comments
 (0)