You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use this notation for any RxUI based dependencies it'll make sure we are on latest.
That way we can trigger sample compiles after any new release of ReactiveUI to make sure the samples still at least compile and pass any unit tests they have.
The text was updated successfully, but these errors were encountered:
You can in PackageReference's use the * notation in the Version.
Eg
<ProjectReference Include="ReactiveUI" Version="*" />
If you use this notation for any RxUI based dependencies it'll make sure we are on latest.
That way we can trigger sample compiles after any new release of ReactiveUI to make sure the samples still at least compile and pass any unit tests they have.
The text was updated successfully, but these errors were encountered: