Skip to content

Commit cbae63e

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

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

NHibernate.Spatial.PostGis/NHibernate.Spatial.PostGis.csproj

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@
44
<PropertyGroup>
55
<TargetFramework>netstandard2.0</TargetFramework>
66
<RootNamespace>NHibernate.Spatial</RootNamespace>
7-
</PropertyGroup>
7+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
8+
<IncludeSymbols>true</IncludeSymbols>
9+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
10+
</PropertyGroup>
11+
12+
<ItemGroup>
13+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
14+
</ItemGroup>
15+
816

917
<ItemGroup>
1018
<None Remove="Metadata\GeometryColumn.PostGis20Dialect.hbm.xml" />

0 commit comments

Comments
 (0)