MarimerLLC / csla

A home for your business logic in any .NET application.
https://cslanet.com
MIT License
1.23k stars 394 forks source link

#3207 Use CentralPackageVersioning in samples: BlazorExample #4036

Closed sshushliapin closed 2 weeks ago

sshushliapin commented 2 weeks ago

Uses CentralPackageVersioning in samples for BlazorExample solution (#3207).

Please note, the CSVL version is temporary downgraded to v8 since there is no Nuget package found for v9:

Severity    Code    Description Project File    Line    Suppression State
Error (active)  NU1102  Unable to find package Csla with version (>= 9.0.0-R24051102)
  - Found 87 version(s) in nuget.org [ Nearest version: 8.2.2 ]
  - Found 0 version(s) in Microsoft Visual Studio Offline Packages

I found similar issue in the Duscussions resolved by publishing the corresponging packages: https://github.com/MarimerLLC/csla/discussions/3739#discussioncomment-9781222

rockfordlhotka commented 2 weeks ago

@sshushliapin please review the contributing document

sshushliapin commented 2 weeks ago

Restored CSVL version.