We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f92354 commit 8097050Copy full SHA for 8097050
1 file changed
Readme.md
@@ -87,7 +87,7 @@ Your project should meet the following requirements:
87
Prepare your project as outlined below to enable support for View Models generated at compile time:
88
89
1. Add a reference to the **DevExpress.Mvvm.v21.1**+ or install the [DevExpress.Mvvm](https://www.nuget.org/packages/DevExpressMvvm/) NuGet package.
90
-2. Install the [DevExpress.Mvvm.CodeGenerators](https://www.nuget.org/packages/DevExpress.Mvvm.CodeGenerators/21.1.0) NuGet package in your project.
+2. Install the [DevExpress.Mvvm.CodeGenerators](https://www.nuget.org/packages/DevExpress.Mvvm.CodeGenerators/) NuGet package in your project.
91
3. Set the language version to **9** in the **.csproject** file:
92
93
```xaml
0 commit comments