Attribute rules not working #1784
Answered
by
rockfordlhotka
michaelcsikos
asked this question in
Questions
-
I have two solutions which are set up virtually identically. The EXE and WinForms DLLs are .NET 4.8, the other layers are .NET Standard 2.0. It's (still) using CSLA 4.11.2. In one solution attribute rules, e.g. |
Beta Was this translation helpful? Give feedback.
Answered by
rockfordlhotka
Aug 27, 2020
Replies: 1 comment 1 reply
-
Have you confirmed that the dependencies (like |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
michaelcsikos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have you confirmed that the dependencies (like
System.ComponentModel.Annotations
) are identical - same versions, same NuGet package names?