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 ec5a4b1 commit 1a37084Copy full SHA for 1a37084
src/Microsoft.OpenApi.Readers/Microsoft.OpenApi.Readers.csproj
@@ -21,6 +21,8 @@
21
<AssemblyName>Microsoft.OpenApi.Readers</AssemblyName>
22
<RootNamespace>Microsoft.OpenApi.Readers</RootNamespace>
23
<SignAssembly>true</SignAssembly>
24
+ <!-- https://github.com/dotnet/sourcelink/blob/main/docs/README.md#embeduntrackedsources -->
25
+ <EmbedUntrackedSources>true</EmbedUntrackedSources>
26
</PropertyGroup>
27
28
<PropertyGroup>
0 commit comments