Skip to content

Commit

Permalink
build: enable SourceLink support
Browse files Browse the repository at this point in the history
  • Loading branch information
ArachisH committed Mar 16, 2024
1 parent 3290d76 commit 6416e8d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Eavesdrop/Eavesdrop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>

<PropertyGroup>
<IncludeSymbols>true</IncludeSymbols>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>

<PropertyGroup>
<Version>1.3.0</Version>
<Title>Eavesdropper</Title>
Expand All @@ -30,6 +37,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
<PackageReference Include="System.Memory" Version="4.5.5" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
</ItemGroup>

Expand Down

0 comments on commit 6416e8d

Please sign in to comment.