Skip to content

Commit

Permalink
Bump Nullable from 1.2.1 to 1.3.0
Browse files Browse the repository at this point in the history
Bumps [Nullable](https://github.com/manuelroemer/Nullable) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/manuelroemer/Nullable/releases)
- [Changelog](https://github.com/manuelroemer/Nullable/blob/master/CHANGELOG.md)
- [Commits](https://github.com/manuelroemer/Nullable/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Sep 17, 2020
1 parent 829ae3b commit d354632
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Nullable" Version="1.2.1">
<PackageReference Include="Nullable" Version="1.3.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion NetFabric.Hyperlinq/NetFabric.Hyperlinq.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<ItemGroup>
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="5.0.0-rc.1.20451.14" />
<PackageReference Include="System.Buffers" Version="4.5.1" />
<PackageReference Include="Nullable" Version="1.2.1">
<PackageReference Include="Nullable" Version="1.3.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit d354632

Please sign in to comment.