Skip to content

Commit

Permalink
Merge pull request #28 from ChrisPulman/dependabot/nuget/System.React…
Browse files Browse the repository at this point in the history
…ive-6.0.0
  • Loading branch information
ChrisPulman authored Jul 4, 2023
2 parents 664ccce + 00aed61 commit 8a39d6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SerialPortRx/SerialPortRx.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net6.0;net7.0;net6.0-windows10.0.17763.0;net7.0-windows10.0.17763.0</TargetFrameworks>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)'=='net6.0-windows10.0.17763.0' or '$(TargetFramework)'=='net7.0-windows10.0.17763.0'">
<DefineConstants>HasWindows</DefineConstants>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Reactive" Version="5.0.0" />
<PackageReference Include="System.Reactive" Version="6.0.0" />
<PackageReference Include="System.IO.Ports" Version="7.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 8a39d6d

Please sign in to comment.