Skip to content

Commit

Permalink
Merge in 'release/5.0' changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-bot committed Mar 16, 2021
2 parents c0b1287 + 55e7712 commit 2f740ad
Showing 1 changed file with 2 additions and 1 deletion.
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 2f740ad

Please sign in to comment.