Skip to content

Commit d6650bd

Browse files
committed
[COMMIT] The proj files have been updated to enable SourceLink [NHibernate.Spatial.csproj]
1 parent cbae63e commit d6650bd

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

NHibernate.Spatial/NHibernate.Spatial.csproj

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,15 @@
33

44
<PropertyGroup>
55
<TargetFramework>netstandard2.0</TargetFramework>
6-
</PropertyGroup>
6+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
7+
<IncludeSymbols>true</IncludeSymbols>
8+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
9+
</PropertyGroup>
10+
11+
<ItemGroup>
12+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
13+
</ItemGroup>
14+
715

816
<ItemGroup>
917
<PackageReference Include="NetTopologySuite" Version="2.0.0" />

0 commit comments

Comments
 (0)