Skip to content

Commit c7dcdc9

Browse files
Updated NuGet package version in docs
Co-authored-by: Michael Hawker MSFT (XAML Llama) <[email protected]>
1 parent 38b1644 commit c7dcdc9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/mvvm/MigratingFromMvvmLight.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ To take advantage of the Windows Community Toolkit MVVM framework, you'll first
2222
### Install via .NET CLI
2323

2424
```
25-
dotnet add package Microsoft.Toolkit.Mvvm --version x.x.x
25+
dotnet add package Microsoft.Toolkit.Mvvm --version 7.0.0
2626
```
2727

2828
### Install via PackageReference
2929

3030
```xml
31-
<PackageReference Include="Microsoft.Toolkit.Mvvm" Version="x.x.x" />
31+
<PackageReference Include="Microsoft.Toolkit.Mvvm" Version="7.0.0" />
3232
```
3333

3434
## Migrating ObservableObject
@@ -804,4 +804,4 @@ The following components and their associated helpers/extension methods do not h
804804

805805
- Empty
806806
- WeakAction
807-
- WeakFunc
807+
- WeakFunc

0 commit comments

Comments
 (0)