Skip to content

Commit bccc1cc

Browse files
jwostymoodmosaic
authored andcommitted
Enable SourceLink for main package
1 parent 89f59e0 commit bccc1cc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Hedgehog/Hedgehog.fsproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
4+
<IsPackable>true</IsPackable>
45
<TargetFramework>net8.0</TargetFramework>
56
<Version>2.0.3</Version>
67
<Description>Release with confidence.</Description>
78
<Authors>Jacob Stanley;Nikos Baxevanis</Authors>
89
<Copyright>Copyright © 2017</Copyright>
910
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1011
<GenerateDocumentationFile>true</GenerateDocumentationFile>
12+
<DebugType>Embedded</DebugType>
13+
<EmbedAllSources>True</EmbedAllSources>
1114
<PackageId>Hedgehog</PackageId>
1215
<PackageDescription>
1316
Hedgehog automatically generates a comprehensive array of test cases, exercising your software in ways human testers would never imagine.

0 commit comments

Comments
 (0)