Skip to content

Commit

Permalink
lower the baseline version for system.text.encodings.web (#49671)
Browse files Browse the repository at this point in the history
* lower the baseline version

* pin ref assembly version to 5.0.0.0

* adding condition for netfx

* Update src/libraries/pkg/baseline/packageIndex.json

Co-authored-by: Eric StJohn <[email protected]>

* correct the condition

Co-authored-by: Eric StJohn <[email protected]>
  • Loading branch information
Anipik and ericstj authored Mar 16, 2021
1 parent e2f4b38 commit 55e7712
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<TargetFrameworks>$(NetCoreAppCurrent);netstandard2.0;net461</TargetFrameworks>
<ExcludeCurrentNetCoreAppFromPackage>true</ExcludeCurrentNetCoreAppFromPackage>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AssemblyVersion Condition="!$(TargetFramework.StartsWith('net4'))">5.0.0.0</AssemblyVersion>
<!-- Only CLS-compliant members can be abstract -->
<NoWarn>$(NoWarn);CS3011</NoWarn>
<Nullable>enable</Nullable>
Expand All @@ -20,4 +21,4 @@
<PackageReference Include="System.Buffers" Version="$(SystemBuffersVersion)" />
<PackageReference Include="System.Memory" Version="$(SystemMemoryVersion)" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 55e7712

Please sign in to comment.