Skip to content

Commit

Permalink
Update versin of Blazor.MediaCaptureStreams
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferStrube committed Nov 3, 2024
1 parent 3769faa commit 8418037
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFrameworks>net7.0;net8.0</TargetFrameworks>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<Title>Blazor Web Audio API wrapper</Title>
Expand Down Expand Up @@ -34,7 +34,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="KristofferStrube.Blazor.MediaCaptureStreams" Version="0.3.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="7.0.15" />
<PackageReference Include="KristofferStrube.Blazor.MediaCaptureStreams" Version="0.4.0" />
</ItemGroup>
</Project>

0 comments on commit 8418037

Please sign in to comment.