Skip to content

Commit 478020c

Browse files
committed
Nullable -> 1.3.1
1 parent 184b3a1 commit 478020c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DependencyQueue/DependencyQueue.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1212
</PropertyGroup>
1313

14-
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
15-
<PackageReference Include="Nullable" Version="1.3.0" PrivateAssets="all" />
14+
<ItemGroup>
15+
<PackageReference Include="Nullable" Version="1.3.1" PrivateAssets="all" />
1616
</ItemGroup>
1717

1818
</Project>

0 commit comments

Comments
 (0)