Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nkast committed Jun 4, 2022
1 parent 2926cd2 commit 67d0fa5
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 25 deletions.
4 changes: 2 additions & 2 deletions Samples/Boids/Boids.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.4" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="6.0.4" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.5" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="6.0.5" PrivateAssets="all" />
<PackageReference Include="nkast.Wasm.Canvas" Version="6.0.0" />
<PackageReference Include="nkast.Wasm.XHR" Version="6.0.0" />
<PackageReference Include="nkast.Wasm.Dom" Version="6.0.0" />
Expand Down
4 changes: 2 additions & 2 deletions Samples/CanvasGL/CanvasGL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="6.0.3" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.5" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="6.0.5" PrivateAssets="all" />
<PackageReference Include="nkast.Wasm.Canvas" Version="6.0.0" />
<PackageReference Include="nkast.Wasm.XHR" Version="6.0.0" />
<PackageReference Include="nkast.Wasm.Dom" Version="6.0.0" />
Expand Down
9 changes: 3 additions & 6 deletions Wasm.Audio/Wasm.Audio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,11 @@
<RepositoryUrl>https://github.com/nkast/Wasm/</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
</ItemGroup>


<ItemGroup>
<PackageReference Include="Microsoft.JSInterop.WebAssembly" Version="6.0.4" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="6.0.4" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.4" />
<PackageReference Include="Microsoft.JSInterop.WebAssembly" Version="6.0.5" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="6.0.5" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.5" />
<PackageReference Include="nkast.Wasm.Dom" Version="6.0.0" />
</ItemGroup>

Expand Down
9 changes: 3 additions & 6 deletions Wasm.Canvas/Wasm.Canvas.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,11 @@
<RepositoryUrl>https://github.com/nkast/Wasm/</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
</ItemGroup>


<ItemGroup>
<PackageReference Include="Microsoft.JSInterop.WebAssembly" Version="6.0.4" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="6.0.4" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.4" />
<PackageReference Include="Microsoft.JSInterop.WebAssembly" Version="6.0.5" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="6.0.5" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.5" />
<PackageReference Include="nkast.Wasm.Dom" Version="6.0.0" />
</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 @@ -20,9 +20,9 @@


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

</Project>
9 changes: 3 additions & 6 deletions Wasm.XHR/Wasm.XHR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,11 @@
<RepositoryUrl>https://github.com/nkast/Wasm/</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
</ItemGroup>


<ItemGroup>
<PackageReference Include="Microsoft.JSInterop.WebAssembly" Version="6.0.4" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="6.0.4" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.4" />
<PackageReference Include="Microsoft.JSInterop.WebAssembly" Version="6.0.5" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="6.0.5" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.5" />
<PackageReference Include="nkast.Wasm.Dom" Version="6.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 67d0fa5

Please sign in to comment.