We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48ae9d2 commit 6c22214Copy full SHA for 6c22214
src/PackageProvidedAPI.targets
@@ -88,7 +88,7 @@ SPDX-License-Identifier: MIT
88
$(TargetFramework.StartsWith('netstandard2')) or
89
$(TargetFramework.StartsWith('netcoreapp'))
90
">
91
- <ItemGroup><PackageReference Update="System.Text.Encoding.CodePages" Version="5.0.0" /></ItemGroup>
+ <ItemGroup><PackageReference Update="System.Text.Encoding.CodePages" Version="6.0.0" /></ItemGroup>
92
</When>
93
<Otherwise>
94
<ItemGroup><PackageReference Remove="System.Text.Encoding.CodePages" /></ItemGroup>
0 commit comments