We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d63fa7 commit e64e9a9Copy full SHA for e64e9a9
src/Serilog.Sinks.File/Serilog.Sinks.File.csproj
@@ -29,7 +29,7 @@
29
<ItemGroup>
30
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
31
<PackageReference Include="Serilog" Version="2.10.0" />
32
- <PackageReference Include="Nullable" Version="1.3.0" />
+ <PackageReference Include="Nullable" Version="1.3.0" PrivateAssets="All" />
33
</ItemGroup>
34
35
<PropertyGroup Condition=" '$(TargetFramework)' == 'net45' ">
0 commit comments