Skip to content

Commit

Permalink
When referencing as source, Nullable is a required dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Apr 26, 2022
1 parent eaa9a4f commit 4dc70ce
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<RootNamespace>Devlooped</RootNamespace>
Expand All @@ -19,7 +19,7 @@
<PackageReference Include="Azure.Storage.Queues" Version="12.0.0" />
<PackageReference Include="Azure.Data.Tables" Version="12.0.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />
<PackageReference Include="Nullable" Version="1.3.0" PrivateAssets="all" />
<PackageReference Include="Nullable" Version="1.3.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 4dc70ce

Please sign in to comment.