Skip to content

Commit 5fe3455

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

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

NHibernate.Spatial.MsSql/NHibernate.Spatial.MsSql.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,16 @@
44
<PropertyGroup>
55
<TargetFramework>netstandard2.0</TargetFramework>
66
<RootNamespace>NHibernate.Spatial</RootNamespace>
7+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
8+
<IncludeSymbols>true</IncludeSymbols>
9+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
710
</PropertyGroup>
811

12+
<ItemGroup>
13+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
14+
</ItemGroup>
15+
16+
917
<ItemGroup>
1018
<EmbeddedResource Include="Metadata\GeometryColumn.MsSql2008GeographyDialect.hbm.xml" />
1119
<EmbeddedResource Include="Metadata\GeometryColumn.MsSql2008GeometryDialect.hbm.xml" />

0 commit comments

Comments
 (0)