File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments