Skip to content

Commit

Permalink
Bump Nullability.Source (#3436)
Browse files Browse the repository at this point in the history
  • Loading branch information
sungam3r committed Dec 6, 2022
1 parent bdaeae9 commit 997dfaa
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/GraphQL/GraphQL.csproj
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.1;netstandard2.0;net5;net6</TargetFrameworks>
Expand All @@ -11,10 +11,7 @@
<ItemGroup>
<PackageReference Include="GraphQL-Parser" Version="8.1.0" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Nullability.Source" Version="2.0.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Nullability.Source" Version="2.1.0" PrivateAssets="all" />
<PackageReference Include="System.ComponentModel.Annotations" Version="4.7.0" />
<PackageReference Include="System.Memory" Version="4.5.5" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
Expand Down

0 comments on commit 997dfaa

Please sign in to comment.