Skip to content

Commit 1bae927

Browse files
authored
Fix typo: incorrect nuget package name (#323)
The package Id seems missing the s at the end in interopservice: https://www.nuget.org/packages/system.runtime.interopservices.runtimeinformation/
1 parent 80b3b04 commit 1bae927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,7 @@ If using ValueTask APIs and consuming in a project that target `netframework`, `
13441344
If using the RuntimeInformation class or OSPlatform struct and consuming in a project that targets `netframework`, a reference to [System.Runtime.InteropServices.RuntimeInformation](https://www.nuget.org/packages/System.Runtime.InteropServices.RuntimeInformation) nuget is required.
13451345

13461346
```xml
1347-
<PackageReference Include="System.Runtime.InteropService.RuntimeInformation"
1347+
<PackageReference Include="System.Runtime.InteropServices.RuntimeInformation"
13481348
Version="4.3.0"
13491349
Condition="$(TargetFrameworkIdentifier) == '.NETFramework'" />
13501350
```

0 commit comments

Comments
 (0)