Skip to content

Commit

Permalink
Updated HMM visualizers csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
ncguilbeault committed Jul 16, 2024
1 parent f10087a commit 93b2a93
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Title>Bonsai.ML.Visualizers.HiddenMarkovModels</Title>
<Description>A package for visualizing data from the Bonsai.ML.HiddenMarkovModels package.</Description>
<PackageTags>Bonsai Rx ML Machine Learning Visualizers Hidden Markov Models</PackageTags>
<TargetFramework>net472</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Bonsai.Core" Version="2.8.2" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Bonsai.ML.Visualizers\Bonsai.ML.Visualizers.csproj" />
<ProjectReference Include="..\Bonsai.ML.HiddenMarkovModels\Bonsai.ML.HiddenMarkovModels.csproj" />
</ItemGroup>

</Project>
</Project>

0 comments on commit 93b2a93

Please sign in to comment.