Skip to content

Commit e8bec93

Browse files
committed
Sql Server types nuget conf reboot
Added only when required
1 parent 233907e commit e8bec93

8 files changed

Lines changed: 0 additions & 254 deletions

File tree

src/GeoJSON.Net.Contrib.EntityFramework/GeoJSON.Net.Contrib.EntityFramework.csproj

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@
4242
<HintPath>..\packages\GeoJSON.Net.1.1.64\lib\net45\GeoJSON.Net.dll</HintPath>
4343
<Private>True</Private>
4444
</Reference>
45-
<Reference Include="Microsoft.SqlServer.Types, Version=14.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
46-
<HintPath>..\packages\Microsoft.SqlServer.Types.14.0.314.76\lib\net40\Microsoft.SqlServer.Types.dll</HintPath>
47-
<Private>True</Private>
48-
</Reference>
4945
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
5046
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
5147
<Private>True</Private>
@@ -66,7 +62,6 @@
6662
<Compile Include="EntityFrameworkConvertToDbGeometry.cs" />
6763
<Compile Include="EntityFrameworkConvertToDbGeography.cs" />
6864
<Compile Include="Properties\AssemblyInfo.cs" />
69-
<Compile Include="SqlServerTypes\Loader.cs" />
7065
</ItemGroup>
7166
<ItemGroup>
7267
<None Include="App.config" />
@@ -78,21 +73,6 @@
7873
<Name>GeoJSON.NetContrib.WkbConversions</Name>
7974
</ProjectReference>
8075
</ItemGroup>
81-
<ItemGroup>
82-
<Content Include="SqlServerTypes\readme.htm" />
83-
<Content Include="SqlServerTypes\x64\msvcr120.dll">
84-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
85-
</Content>
86-
<Content Include="SqlServerTypes\x64\SqlServerSpatial140.dll">
87-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
88-
</Content>
89-
<Content Include="SqlServerTypes\x86\msvcr120.dll">
90-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
91-
</Content>
92-
<Content Include="SqlServerTypes\x86\SqlServerSpatial140.dll">
93-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
94-
</Content>
95-
</ItemGroup>
9676
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
9777
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
9878
Other similar extension points exist, see Microsoft.Common.targets.

src/GeoJSON.Net.Contrib.EntityFramework/SqlServerTypes/Loader.cs

Lines changed: 0 additions & 45 deletions
This file was deleted.

src/GeoJSON.Net.Contrib.EntityFramework/SqlServerTypes/readme.htm

Lines changed: 0 additions & 61 deletions
This file was deleted.

src/GeoJSON.Net.Contrib.EntityFramework/packages.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
<packages>
33
<package id="EntityFramework" version="6.1.3" targetFramework="net452" />
44
<package id="GeoJSON.Net" version="1.1.64" targetFramework="net452" />
5-
<package id="Microsoft.SqlServer.Types" version="14.0.314.76" targetFramework="net452" />
65
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net452" />
76
</packages>

src/GeoJSON.Net.Contrib.Wkb/GeoJSON.Net.Contrib.Wkb.csproj

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@
3434
<HintPath>..\packages\GeoJSON.Net.1.1.64\lib\net45\GeoJSON.Net.dll</HintPath>
3535
<Private>True</Private>
3636
</Reference>
37-
<Reference Include="Microsoft.SqlServer.Types, Version=14.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
38-
<HintPath>..\packages\Microsoft.SqlServer.Types.14.0.314.76\lib\net40\Microsoft.SqlServer.Types.dll</HintPath>
39-
<Private>True</Private>
40-
</Reference>
4137
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
4238
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
4339
<Private>True</Private>
@@ -52,7 +48,6 @@
5248
<Reference Include="System.Xml" />
5349
</ItemGroup>
5450
<ItemGroup>
55-
<Compile Include="SqlServerTypes\Loader.cs" />
5651
<Compile Include="WkbConverterToWkb.cs" />
5752
<Compile Include="WkbConverterToGeoJsonObject.cs" />
5853
<Compile Include="WkbConverterToGeoJsonGeometry.cs" />
@@ -67,21 +62,6 @@
6762
<ItemGroup>
6863
<None Include="packages.config" />
6964
</ItemGroup>
70-
<ItemGroup>
71-
<Content Include="SqlServerTypes\readme.htm" />
72-
<Content Include="SqlServerTypes\x64\msvcr120.dll">
73-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
74-
</Content>
75-
<Content Include="SqlServerTypes\x64\SqlServerSpatial140.dll">
76-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
77-
</Content>
78-
<Content Include="SqlServerTypes\x86\msvcr120.dll">
79-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
80-
</Content>
81-
<Content Include="SqlServerTypes\x86\SqlServerSpatial140.dll">
82-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
83-
</Content>
84-
</ItemGroup>
8565
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
8666
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
8767
Other similar extension points exist, see Microsoft.Common.targets.

src/GeoJSON.Net.Contrib.Wkb/SqlServerTypes/Loader.cs

Lines changed: 0 additions & 45 deletions
This file was deleted.

src/GeoJSON.Net.Contrib.Wkb/SqlServerTypes/readme.htm

Lines changed: 0 additions & 61 deletions
This file was deleted.
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="GeoJSON.Net" version="1.1.64" targetFramework="net452" />
4-
<package id="Microsoft.SqlServer.Types" version="14.0.314.76" targetFramework="net452" />
54
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net452" />
65
</packages>

0 commit comments

Comments
 (0)