Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nkast committed Oct 5, 2023
1 parent a145aca commit fd0fb1d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions Wasm.Audio/Wasm.Audio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@


<ItemGroup>
<PackageReference Include="Microsoft.JSInterop.WebAssembly" Version="6.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="6.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.11" />
<PackageReference Include="Microsoft.JSInterop.WebAssembly" Version="6.0.22" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="6.0.22" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.22" />
<PackageReference Include="nkast.Wasm.Dom" Version="6.0.3" />
</ItemGroup>

Expand Down
6 changes: 3 additions & 3 deletions Wasm.Canvas/Wasm.Canvas.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@


<ItemGroup>
<PackageReference Include="Microsoft.JSInterop.WebAssembly" Version="6.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="6.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.11" />
<PackageReference Include="Microsoft.JSInterop.WebAssembly" Version="6.0.22" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="6.0.22" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.22" />
<PackageReference Include="nkast.Wasm.Dom" Version="6.0.3" />
</ItemGroup>

Expand Down
6 changes: 3 additions & 3 deletions Wasm.Dom/Wasm.Dom.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@


<ItemGroup>
<PackageReference Include="Microsoft.JSInterop.WebAssembly" Version="6.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="6.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.11" />
<PackageReference Include="Microsoft.JSInterop.WebAssembly" Version="6.0.22" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="6.0.22" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.22" />
</ItemGroup>

</Project>
6 changes: 3 additions & 3 deletions Wasm.XHR/Wasm.XHR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@


<ItemGroup>
<PackageReference Include="Microsoft.JSInterop.WebAssembly" Version="6.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="6.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.11" />
<PackageReference Include="Microsoft.JSInterop.WebAssembly" Version="6.0.22" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="6.0.22" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.22" />
<PackageReference Include="nkast.Wasm.Dom" Version="6.0.3" />
</ItemGroup>

Expand Down

0 comments on commit fd0fb1d

Please sign in to comment.