Skip to content

Commit

Permalink
Fix transitive starter pack references
Browse files Browse the repository at this point in the history
  • Loading branch information
glopesdev committed Sep 2, 2021
1 parent eee324c commit 68f44e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Bonsai.Dsp.Design/Bonsai.Dsp.Design.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PackageTags>Bonsai Rx Dsp Visualizers</PackageTags>
<UseWindowsForms>true</UseWindowsForms>
<TargetFramework>net462</TargetFramework>
<Version>2.6.0</Version>
<Version>2.6.1</Version>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Bonsai.Design.Visualizers\Bonsai.Design.Visualizers.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion Bonsai.StarterPack/Bonsai.StarterPack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PackageTags>Bonsai Rx Starter Pack</PackageTags>
<IncludeBuildOutput>false</IncludeBuildOutput>
<TargetFramework>net462</TargetFramework>
<Version>2.6.2</Version>
<Version>2.6.3</Version>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Bonsai.Arduino\Bonsai.Arduino.csproj" />
Expand Down

0 comments on commit 68f44e7

Please sign in to comment.