Skip to content

Commit 5354a33

Browse files
committed
Add Nullable private dependency.
1 parent d774a5d commit 5354a33

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

Directory.Packages.props

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
</PropertyGroup>
1616

1717
<ItemGroup>
18-
<PackageVersion Include="Subatomix.Testing" Version="3.2.0" />
18+
<PackageVersion Include="Nullable" Version="1.3.1" />
19+
<PackageVersion Include="Subatomix.Testing" Version="3.2.0" />
1920
</ItemGroup>
2021

2122
<ItemGroup>
@@ -24,7 +25,7 @@
2425
</ItemGroup>
2526

2627
<ItemGroup Condition="'$(IsTestProject)' != 'true'">
27-
<GlobalPackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
28+
<GlobalPackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
2829
</ItemGroup>
2930

3031
</Project>

Prequel/Prequel.csproj

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

14+
<ItemGroup>
15+
<PackageReference Include="Nullable" PrivateAssets="all" />
16+
</ItemGroup>
17+
1418
</Project>

0 commit comments

Comments
 (0)