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 926d0f6 commit 4bb0c38Copy full SHA for 4bb0c38
src/Serilog.Extensions.Logging/Serilog.Extensions.Logging.csproj
@@ -18,8 +18,11 @@
18
<RepositoryType>git</RepositoryType>
19
<DebugType>embedded</DebugType>
20
<PublishRepositoryUrl>true</PublishRepositoryUrl>
21
+ <EmbedUntrackedSources>true</EmbedUntrackedSources>
22
<ContinuousIntegrationBuild Condition="'$(APPVEYOR)' == 'true'">True</ContinuousIntegrationBuild>
23
<PackageReadmeFile>README.md</PackageReadmeFile>
24
+ <!-- See https://github.com/NuGet/Home/issues/6001 -->
25
+ <NoWarn>NU5118</NoWarn>
26
</PropertyGroup>
27
28
<ItemGroup>
0 commit comments