Skip to content

Commit

Permalink
Replace Nullable with PolySharp (#857)
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz authored Oct 30, 2022
1 parent af98ba4 commit ac88c7f
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions MoreLinq/MoreLinq.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@
<PackageOutputPath>..\dist</PackageOutputPath>
<IncludeSymbols>true</IncludeSymbols>
<IncludeSource>true</IncludeSource>
<!-- Suppress NU5118 below, which is caused by IncludeSource=true and Nullable 1.3.1 -->
<NoWarn>$(NoWarn);NU5118</NoWarn>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
Expand All @@ -155,6 +153,7 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="PolySharp" Version="1.7.1" />
</ItemGroup>

<ItemGroup>
Expand Down Expand Up @@ -246,13 +245,6 @@
</Compile>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Nullable" Version="1.3.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<Target Name="_CollectTextTemplates">
<ItemGroup>
<TextTemplate Include="%(None.Identity)" Condition="'%(None.Generator)' == 'TextTemplatingFileGenerator'">
Expand Down

0 comments on commit ac88c7f

Please sign in to comment.