File tree Expand file tree Collapse file tree 4 files changed +35
-3
lines changed
NHibernate.Spatial.PostGis Expand file tree Collapse file tree 4 files changed +35
-3
lines changed Original file line number Diff line number Diff line change 4
4
<PropertyGroup >
5
5
<TargetFramework >netstandard2.0</TargetFramework >
6
6
<RootNamespace >NHibernate.Spatial</RootNamespace >
7
+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
8
+ <IncludeSymbols >true</IncludeSymbols >
9
+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
7
10
</PropertyGroup >
8
11
12
+ <ItemGroup >
13
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
14
+ </ItemGroup >
15
+
16
+
9
17
<ItemGroup >
10
18
<EmbeddedResource Include =" Metadata\GeometryColumn.MsSql2008GeographyDialect.hbm.xml" />
11
19
<EmbeddedResource Include =" Metadata\GeometryColumn.MsSql2008GeometryDialect.hbm.xml" />
Original file line number Diff line number Diff line change 4
4
<PropertyGroup >
5
5
<TargetFramework >netstandard2.0</TargetFramework >
6
6
<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
+
8
16
9
17
<ItemGroup >
10
18
<PackageReference Include =" MySql.Data" Version =" 8.0.18" />
Original file line number Diff line number Diff line change 4
4
<PropertyGroup >
5
5
<TargetFramework >netstandard2.0</TargetFramework >
6
6
<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
+
8
16
9
17
<ItemGroup >
10
18
<None Remove =" Metadata\GeometryColumn.PostGis20Dialect.hbm.xml" />
Original file line number Diff line number Diff line change 3
3
4
4
<PropertyGroup >
5
5
<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
+
7
15
8
16
<ItemGroup >
9
17
<PackageReference Include =" NetTopologySuite" Version =" 2.0.0" />
You can’t perform that action at this time.
0 commit comments