Skip to content

Commit

Permalink
fix: version of Microsoft.AspNetCore.Components reference on net6 and…
Browse files Browse the repository at this point in the history
… net7
  • Loading branch information
Tarmil committed Nov 17, 2024
1 parent da0d86f commit 508af80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Bolero/paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,12 @@ dependencies
framework: net6.0
Microsoft.JSInterop.WebAssembly ~> 6.0
Microsoft.AspNetCore.Components.WebAssembly ~> 6.0
Microsoft.AspNetCore.Components ~> 6.0
framework: net7.0
Microsoft.JSInterop.WebAssembly ~> 7.0
Microsoft.AspNetCore.Components.WebAssembly ~> 7.0
Microsoft.AspNetCore.Components ~> 7.0
framework: net8.0
Microsoft.JSInterop.WebAssembly >= 8.0
Microsoft.AspNetCore.Components.WebAssembly >= 8.0
Microsoft.AspNetCore.Components >= 8.0

0 comments on commit 508af80

Please sign in to comment.