Skip to content

Commit

Permalink
update dotnet (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 committed Nov 17, 2023
1 parent b91c7a8 commit d861156
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demo/dotnet/PicovoiceDemo/PicovoiceDemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

<ItemGroup>
<PackageReference Include="PvRecorder" Version="1.2.4" />
<PackageReference Include="Picovoice" Version="3.0.0" />
<PackageReference Include="Picovoice" Version="3.0.1" />
</ItemGroup>
</Project>
6 changes: 3 additions & 3 deletions sdk/dotnet/Picovoice/Picovoice.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0;netcoreapp3.0;netstandard2.0</TargetFrameworks>
<Version>3.0.0</Version>
<Version>3.0.1</Version>
<Authors>Picovoice</Authors>
<Company />
<Product>Picovoice End-to-End Platform</Product>
Expand Down Expand Up @@ -35,10 +35,10 @@
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Porcupine" Version="3.0.0">
<PackageReference Include="Porcupine" Version="3.0.1">
<PrivateAssets>analyzers</PrivateAssets>
</PackageReference>
<PackageReference Include="Rhino" Version="3.0.0">
<PackageReference Include="Rhino" Version="3.0.1">
<PrivateAssets>analyzers</PrivateAssets>
</PackageReference>
</ItemGroup>
Expand Down

0 comments on commit d861156

Please sign in to comment.