diff --git a/src/Bolero/paket.template b/src/Bolero/paket.template index d59e2fd..2cc73c8 100644 --- a/src/Bolero/paket.template +++ b/src/Bolero/paket.template @@ -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