Skip to content

Commit ff82101

Browse files
committed
Updated NuGet packages
1 parent 09ed2f2 commit ff82101

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Microsoft.Toolkit.Mvvm/Microsoft.Toolkit.Mvvm.csproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,19 @@
1919

2020
<!-- .NET Standard 2.0 doesn't have the Span<T> and IAsyncEnumerable<T> types -->
2121
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
22-
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="1.1.1" />
22+
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="5.0.0" />
2323
<PackageReference Include="System.Memory" Version="4.5.4" />
2424
</ItemGroup>
2525

2626
<!-- .NET Standard 2.1 doesn't have the Unsafe type -->
2727
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.1' ">
28-
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.7.1" />
28+
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="5.0.0" />
2929
</ItemGroup>
3030

3131
<ItemGroup>
32-
<PackageReference Include="System.ComponentModel.Annotations" Version="4.7.0" />
32+
33+
<!--Needed to support the INotifyDataErrorInfo interface-->
34+
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
3335
</ItemGroup>
3436

3537
</Project>

0 commit comments

Comments
 (0)