Skip to content

Commit

Permalink
Use PolySharp instead of Nullable for NRT attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed Jan 22, 2024
1 parent b1735f4 commit e330eae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<PackageVersion Include="NUnit.Analyzers" Version="3.10.0"/>
<PackageVersion Include="NUnit3TestAdapter" Version="4.5.0"/>
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.8.0"/>
<PackageVersion Include="Nullable" Version="1.3.1"/>
<PackageVersion Include="PolySharp" Version="1.14.1"/>
</ItemGroup>
</Project>
6 changes: 3 additions & 3 deletions Lidgren.Network/Lidgren.Network.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Nullable" Version="1.3.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PackageReference Include="PolySharp">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Condition="'$(TargetFramework)' == 'netstandard2.1'" />
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
Expand Down

0 comments on commit e330eae

Please sign in to comment.