Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 99cbf31

Browse filesBrowse files
JURGENJURGEN
authored andcommitted
Some libraries are updated
1 parent f68656c commit 99cbf31
Copy full SHA for 99cbf31

File tree

Expand file treeCollapse file tree

3 files changed

+19
-19
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+19
-19
lines changed
Open diff view settings
Collapse file

‎GMap.NET.Core/App.config‎

Copy file name to clipboardExpand all lines: GMap.NET.Core/App.config
+1-1Lines 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" />
Collapse file

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

Copy file name to clipboardExpand all lines: GMap.NET.Core/GMap.NET.Core.csproj
+12-12Lines 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.
Collapse file

‎GMap.NET.Core/packages.config‎

Copy file name to clipboard
+6-6Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.