AspNetCore Server Configuration #3064
-
I am trying to port my CSLA.NET 5 app to CSLA.NET 6.0 I am following the example as given in a BlazorExampleSample the sample uses
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Are you sure you are looking at the current Oh, it looks like the |
Beta Was this translation helpful? Give feedback.
Are you sure you are looking at the current
main
branch? I see theBlazorExample
project referencing v6.0.Oh, it looks like the
BlazorServerExample
solution has projects references v6.0 and v6.1 - at least on my local machine. That won't work, because they all need to be targeting the same version of CSLA. I updated everything to v6.1 and it builds fine.