Skip to content

Commit 99cbf31

Browse files
JURGENJURGEN
authored andcommitted
Some libraries are updated
1 parent f68656c commit 99cbf31

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

GMap.NET.Core/App.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<configSections>
4-
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
54
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
5+
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
66
</configSections>
77
<entityFramework>
88
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />

GMap.NET.Core/GMap.NET.Core.csproj

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,11 @@
167167
</Choose>
168168
<ItemGroup>
169169
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
170-
<HintPath>..\GMap.NET\packages\EntityFramework.6.0.0\lib\net40\EntityFramework.dll</HintPath>
170+
<HintPath>..\GMap.NET\packages\EntityFramework.6.2.0\lib\net40\EntityFramework.dll</HintPath>
171171
<Private>True</Private>
172172
</Reference>
173173
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
174-
<HintPath>..\GMap.NET\packages\EntityFramework.6.0.0\lib\net40\EntityFramework.SqlServer.dll</HintPath>
174+
<HintPath>..\GMap.NET\packages\EntityFramework.6.2.0\lib\net40\EntityFramework.SqlServer.dll</HintPath>
175175
<Private>True</Private>
176176
</Reference>
177177
<Reference Include="Mono.Data.Sqlite">
@@ -180,8 +180,8 @@
180180
<Reference Include="Mono.Security">
181181
<HintPath>..\GMap.NET\packages\Mono.Security.dll</HintPath>
182182
</Reference>
183-
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
184-
<HintPath>..\GMap.NET\packages\Newtonsoft.Json.9.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
183+
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
184+
<HintPath>..\GMap.NET\packages\Newtonsoft.Json.11.0.2\lib\net40\Newtonsoft.Json.dll</HintPath>
185185
<Private>True</Private>
186186
</Reference>
187187
<Reference Include="Npgsql">
@@ -192,16 +192,16 @@
192192
<Reference Include="System.Data">
193193
<Private>False</Private>
194194
</Reference>
195-
<Reference Include="System.Data.SQLite, Version=1.0.103.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
196-
<HintPath>..\GMap.NET\packages\System.Data.SQLite.Core.1.0.103\lib\net40\System.Data.SQLite.dll</HintPath>
195+
<Reference Include="System.Data.SQLite, Version=1.0.108.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
196+
<HintPath>..\GMap.NET\packages\System.Data.SQLite.Core.1.0.108.0\lib\net40\System.Data.SQLite.dll</HintPath>
197197
<Private>True</Private>
198198
</Reference>
199-
<Reference Include="System.Data.SQLite.EF6, Version=1.0.103.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
200-
<HintPath>..\GMap.NET\packages\System.Data.SQLite.EF6.1.0.103\lib\net40\System.Data.SQLite.EF6.dll</HintPath>
199+
<Reference Include="System.Data.SQLite.EF6, Version=1.0.108.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
200+
<HintPath>..\GMap.NET\packages\System.Data.SQLite.EF6.1.0.108.0\lib\net40\System.Data.SQLite.EF6.dll</HintPath>
201201
<Private>True</Private>
202202
</Reference>
203-
<Reference Include="System.Data.SQLite.Linq, Version=1.0.103.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
204-
<HintPath>..\GMap.NET\packages\System.Data.SQLite.Linq.1.0.103\lib\net40\System.Data.SQLite.Linq.dll</HintPath>
203+
<Reference Include="System.Data.SQLite.Linq, Version=1.0.108.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
204+
<HintPath>..\GMap.NET\packages\System.Data.SQLite.Linq.1.0.108.0\lib\net40\System.Data.SQLite.Linq.dll</HintPath>
205205
<Private>True</Private>
206206
</Reference>
207207
<Reference Include="System.Data.SqlServerCe">
@@ -403,12 +403,12 @@
403403
</ItemGroup>
404404
<ItemGroup />
405405
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
406-
<Import Project="..\GMap.NET\packages\System.Data.SQLite.Core.1.0.103\build\net40\System.Data.SQLite.Core.targets" Condition="Exists('..\GMap.NET\packages\System.Data.SQLite.Core.1.0.103\build\net40\System.Data.SQLite.Core.targets')" />
406+
<Import Project="..\GMap.NET\packages\System.Data.SQLite.Core.1.0.108.0\build\net40\System.Data.SQLite.Core.targets" Condition="Exists('..\GMap.NET\packages\System.Data.SQLite.Core.1.0.108.0\build\net40\System.Data.SQLite.Core.targets')" />
407407
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
408408
<PropertyGroup>
409409
<ErrorText>Este proyecto hace referencia a los paquetes NuGet que faltan en este equipo. Use la restauración de paquetes NuGet para descargarlos. Para obtener más información, consulte http://go.microsoft.com/fwlink/?LinkID=322105. El archivo que falta es {0}.</ErrorText>
410410
</PropertyGroup>
411-
<Error Condition="!Exists('..\GMap.NET\packages\System.Data.SQLite.Core.1.0.103\build\net40\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\GMap.NET\packages\System.Data.SQLite.Core.1.0.103\build\net40\System.Data.SQLite.Core.targets'))" />
411+
<Error Condition="!Exists('..\GMap.NET\packages\System.Data.SQLite.Core.1.0.108.0\build\net40\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\GMap.NET\packages\System.Data.SQLite.Core.1.0.108.0\build\net40\System.Data.SQLite.Core.targets'))" />
412412
</Target>
413413
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
414414
Other similar extension points exist, see Microsoft.Common.targets.

GMap.NET.Core/packages.config

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="EntityFramework" version="6.0.0" targetFramework="net40" />
4-
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net40" />
5-
<package id="System.Data.SQLite" version="1.0.103" targetFramework="net40" />
6-
<package id="System.Data.SQLite.Core" version="1.0.103" targetFramework="net40" />
7-
<package id="System.Data.SQLite.EF6" version="1.0.103" targetFramework="net40" />
8-
<package id="System.Data.SQLite.Linq" version="1.0.103" targetFramework="net40" />
3+
<package id="EntityFramework" version="6.2.0" targetFramework="net40" />
4+
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net40" />
5+
<package id="System.Data.SQLite" version="1.0.108.0" targetFramework="net40" />
6+
<package id="System.Data.SQLite.Core" version="1.0.108.0" targetFramework="net40" />
7+
<package id="System.Data.SQLite.EF6" version="1.0.108.0" targetFramework="net40" />
8+
<package id="System.Data.SQLite.Linq" version="1.0.108.0" targetFramework="net40" />
99
</packages>

0 commit comments

Comments
 (0)