Skip to content

Commit 110da23

Browse files
committed
Replace Nullable with PolySharp as a dependency
PolySharp is far more exhaustive in the polyfills than Nullable is.
1 parent b20e0d9 commit 110da23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<GlobalPackageReference Include="DotNetAnalyzers.DocumentationAnalyzers" Version="1.0.0-beta.59" />
1616
<!-- The condition works around https://github.com/dotnet/sdk/issues/44951 -->
1717
<GlobalPackageReference Include="Nerdbank.GitVersioning" Version="3.6.146" Condition="!('$(TF_BUILD)'=='true' and '$(dotnetformat)'=='true')" />
18-
<GlobalPackageReference Include="Nullable" Version="1.3.1" />
18+
<GlobalPackageReference Include="PolySharp" Version="1.15.0" />
1919
<GlobalPackageReference Include="StyleCop.Analyzers.Unstable" Version="1.2.0.556" />
2020
</ItemGroup>
2121
</Project>

0 commit comments

Comments
 (0)