mirror of
				https://github.com/Nioux/AideDeJeu.git
				synced 2025-10-29 22:45:44 +00:00 
			
		
		
		
	Maj nuget
This commit is contained in:
		
							parent
							
								
									8db38e762f
								
							
						
					
					
						commit
						34036cc243
					
				
					 12 changed files with 222 additions and 219 deletions
				
			
		|  | @ -216,25 +216,25 @@ | ||||||
|   </ItemGroup> |   </ItemGroup> | ||||||
|   <ItemGroup> |   <ItemGroup> | ||||||
|     <PackageReference Include="Microsoft.EntityFrameworkCore"> |     <PackageReference Include="Microsoft.EntityFrameworkCore"> | ||||||
|       <Version>5.0.0</Version> |       <Version>5.0.1</Version> | ||||||
|     </PackageReference> |     </PackageReference> | ||||||
|     <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.Core"> |     <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.Core"> | ||||||
|       <Version>5.0.0</Version> |       <Version>5.0.1</Version> | ||||||
|     </PackageReference> |     </PackageReference> | ||||||
|     <PackageReference Include="Rg.Plugins.Popup"> |     <PackageReference Include="Rg.Plugins.Popup"> | ||||||
|       <Version>2.0.0.6</Version> |       <Version>2.0.0.9</Version> | ||||||
|     </PackageReference> |     </PackageReference> | ||||||
|     <PackageReference Include="SkiaSharp.Svg"> |     <PackageReference Include="SkiaSharp.Svg"> | ||||||
|       <Version>1.60.0</Version> |       <Version>1.60.0</Version> | ||||||
|     </PackageReference> |     </PackageReference> | ||||||
|     <PackageReference Include="SkiaSharp.Views"> |     <PackageReference Include="SkiaSharp.Views"> | ||||||
|       <Version>2.80.2</Version> |       <Version>2.80.3-preview.18</Version> | ||||||
|     </PackageReference> |     </PackageReference> | ||||||
|     <PackageReference Include="SkiaSharp.Views.Forms"> |     <PackageReference Include="SkiaSharp.Views.Forms"> | ||||||
|       <Version>2.80.2</Version> |       <Version>2.80.3-preview.18</Version> | ||||||
|     </PackageReference> |     </PackageReference> | ||||||
|     <PackageReference Include="sqlite-net-pcl"> |     <PackageReference Include="sqlite-net-pcl"> | ||||||
|       <Version>1.7.335</Version> |       <Version>1.8.0-beta</Version> | ||||||
|     </PackageReference> |     </PackageReference> | ||||||
|     <PackageReference Include="SQLitePCLRaw.bundle_green"> |     <PackageReference Include="SQLitePCLRaw.bundle_green"> | ||||||
|       <Version>2.0.4</Version> |       <Version>2.0.4</Version> | ||||||
|  | @ -252,13 +252,13 @@ | ||||||
|       <Version>1.9.67</Version> |       <Version>1.9.67</Version> | ||||||
|     </PackageReference> |     </PackageReference> | ||||||
|     <PackageReference Include="Xamarin.Essentials"> |     <PackageReference Include="Xamarin.Essentials"> | ||||||
|       <Version>1.5.3.2</Version> |       <Version>1.6.0-rc1</Version> | ||||||
|     </PackageReference> |     </PackageReference> | ||||||
|     <PackageReference Include="Xamarin.Forms"> |     <PackageReference Include="Xamarin.Forms"> | ||||||
|       <Version>4.8.0.1687</Version> |       <Version>5.0.0.1791-pre5</Version> | ||||||
|     </PackageReference> |     </PackageReference> | ||||||
|     <PackageReference Include="Xamarin.Forms.Visual.Material"> |     <PackageReference Include="Xamarin.Forms.Visual.Material"> | ||||||
|       <Version>4.8.0.1687</Version> |       <Version>5.0.0.1791-pre5</Version> | ||||||
|     </PackageReference> |     </PackageReference> | ||||||
|     <PackageReference Include="XamiTextSharpLGPLv2"> |     <PackageReference Include="XamiTextSharpLGPLv2"> | ||||||
|       <Version>1.0.0</Version> |       <Version>1.0.0</Version> | ||||||
|  |  | ||||||
|  | @ -1,6 +1,6 @@ | ||||||
| <?xml version="1.0" encoding="utf-8"?> | <?xml version="1.0" encoding="utf-8"?> | ||||||
| <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||||
|   <Import Project="..\..\packages\Xamarin.Forms.4.8.0.1687\build\Xamarin.Forms.props" Condition="Exists('..\..\packages\Xamarin.Forms.4.8.0.1687\build\Xamarin.Forms.props')" /> |   <Import Project="..\..\packages\Xamarin.Forms.5.0.0.1791-pre5\build\Xamarin.Forms.props" Condition="Exists('..\..\packages\Xamarin.Forms.5.0.0.1791-pre5\build\Xamarin.Forms.props')" /> | ||||||
|   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> | ||||||
|   <PropertyGroup> |   <PropertyGroup> | ||||||
|     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||||||
|  | @ -10,7 +10,7 @@ | ||||||
|     <AppDesignerFolder>Properties</AppDesignerFolder> |     <AppDesignerFolder>Properties</AppDesignerFolder> | ||||||
|     <RootNamespace>AideDeJeu.GTK</RootNamespace> |     <RootNamespace>AideDeJeu.GTK</RootNamespace> | ||||||
|     <AssemblyName>AideDeJeu.GTK</AssemblyName> |     <AssemblyName>AideDeJeu.GTK</AssemblyName> | ||||||
|     <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |     <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> | ||||||
|     <FileAlignment>512</FileAlignment> |     <FileAlignment>512</FileAlignment> | ||||||
|     <Deterministic>true</Deterministic> |     <Deterministic>true</Deterministic> | ||||||
|     <NuGetPackageImportStamp> |     <NuGetPackageImportStamp> | ||||||
|  | @ -304,25 +304,32 @@ | ||||||
|       <HintPath>..\..\packages\UrhoSharp.Forms.1.9.67\lib\netstandard2.0\UrhoSharp.Forms.dll</HintPath> |       <HintPath>..\..\packages\UrhoSharp.Forms.1.9.67\lib\netstandard2.0\UrhoSharp.Forms.dll</HintPath> | ||||||
|     </Reference> |     </Reference> | ||||||
|     <Reference Include="webkit-sharp, Version=1.1.15.0, Culture=neutral, PublicKeyToken=eaa1d335d2e19745, processorArchitecture=MSIL"> |     <Reference Include="webkit-sharp, Version=1.1.15.0, Culture=neutral, PublicKeyToken=eaa1d335d2e19745, processorArchitecture=MSIL"> | ||||||
|       <HintPath>..\..\packages\Xamarin.Forms.Platform.GTK.4.8.0.1687\lib\net45\webkit-sharp.dll</HintPath> |       <HintPath>..\..\packages\Xamarin.Forms.Platform.GTK.5.0.0.1791-pre5\lib\net45\webkit-sharp.dll</HintPath> | ||||||
|  |       <Private>True</Private> | ||||||
|     </Reference> |     </Reference> | ||||||
|     <Reference Include="Xamarin.Essentials, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |     <Reference Include="Xamarin.Essentials, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | ||||||
|       <HintPath>..\..\packages\Xamarin.Essentials.1.5.3.2\lib\netstandard2.0\Xamarin.Essentials.dll</HintPath> |       <HintPath>..\..\packages\Xamarin.Essentials.1.6.0-rc1\lib\netstandard2.0\Xamarin.Essentials.dll</HintPath> | ||||||
|  |       <Private>True</Private> | ||||||
|     </Reference> |     </Reference> | ||||||
|     <Reference Include="Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |     <Reference Include="Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | ||||||
|       <HintPath>..\..\packages\Xamarin.Forms.4.8.0.1687\lib\netstandard2.0\Xamarin.Forms.Core.dll</HintPath> |       <HintPath>..\..\packages\Xamarin.Forms.5.0.0.1791-pre5\lib\netstandard2.0\Xamarin.Forms.Core.dll</HintPath> | ||||||
|  |       <Private>True</Private> | ||||||
|     </Reference> |     </Reference> | ||||||
|     <Reference Include="Xamarin.Forms.Platform, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |     <Reference Include="Xamarin.Forms.Platform, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | ||||||
|       <HintPath>..\..\packages\Xamarin.Forms.4.8.0.1687\lib\netstandard2.0\Xamarin.Forms.Platform.dll</HintPath> |       <HintPath>..\..\packages\Xamarin.Forms.5.0.0.1791-pre5\lib\netstandard2.0\Xamarin.Forms.Platform.dll</HintPath> | ||||||
|  |       <Private>True</Private> | ||||||
|     </Reference> |     </Reference> | ||||||
|     <Reference Include="Xamarin.Forms.Platform.GTK, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |     <Reference Include="Xamarin.Forms.Platform.GTK, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | ||||||
|       <HintPath>..\..\packages\Xamarin.Forms.Platform.GTK.4.8.0.1687\lib\net45\Xamarin.Forms.Platform.GTK.dll</HintPath> |       <HintPath>..\..\packages\Xamarin.Forms.Platform.GTK.5.0.0.1791-pre5\lib\net45\Xamarin.Forms.Platform.GTK.dll</HintPath> | ||||||
|  |       <Private>True</Private> | ||||||
|     </Reference> |     </Reference> | ||||||
|     <Reference Include="Xamarin.Forms.Platform.WPF, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |     <Reference Include="Xamarin.Forms.Platform.WPF, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | ||||||
|       <HintPath>..\..\packages\Xamarin.Forms.Platform.WPF.4.8.0.1687\lib\net461\Xamarin.Forms.Platform.WPF.dll</HintPath> |       <HintPath>..\..\packages\Xamarin.Forms.Platform.WPF.5.0.0.1791-pre5\lib\net461\Xamarin.Forms.Platform.WPF.dll</HintPath> | ||||||
|  |       <Private>True</Private> | ||||||
|     </Reference> |     </Reference> | ||||||
|     <Reference Include="Xamarin.Forms.Xaml, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |     <Reference Include="Xamarin.Forms.Xaml, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | ||||||
|       <HintPath>..\..\packages\Xamarin.Forms.4.8.0.1687\lib\netstandard2.0\Xamarin.Forms.Xaml.dll</HintPath> |       <HintPath>..\..\packages\Xamarin.Forms.5.0.0.1791-pre5\lib\netstandard2.0\Xamarin.Forms.Xaml.dll</HintPath> | ||||||
|  |       <Private>True</Private> | ||||||
|     </Reference> |     </Reference> | ||||||
|     <Reference Include="XamiTextSharpLGPLv2, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |     <Reference Include="XamiTextSharpLGPLv2, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | ||||||
|       <HintPath>..\..\packages\XamiTextSharpLGPLv2.1.0.0\lib\netstandard2.0\XamiTextSharpLGPLv2.dll</HintPath> |       <HintPath>..\..\packages\XamiTextSharpLGPLv2.1.0.0\lib\netstandard2.0\XamiTextSharpLGPLv2.dll</HintPath> | ||||||
|  | @ -409,13 +416,13 @@ | ||||||
|     <Error Condition="!Exists('..\..\packages\SQLitePCLRaw.lib.e_sqlite3.v110_xp.1.1.14\build\net35\SQLitePCLRaw.lib.e_sqlite3.v110_xp.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\SQLitePCLRaw.lib.e_sqlite3.v110_xp.1.1.14\build\net35\SQLitePCLRaw.lib.e_sqlite3.v110_xp.targets'))" /> |     <Error Condition="!Exists('..\..\packages\SQLitePCLRaw.lib.e_sqlite3.v110_xp.1.1.14\build\net35\SQLitePCLRaw.lib.e_sqlite3.v110_xp.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\SQLitePCLRaw.lib.e_sqlite3.v110_xp.1.1.14\build\net35\SQLitePCLRaw.lib.e_sqlite3.v110_xp.targets'))" /> | ||||||
|     <Error Condition="!Exists('..\..\packages\SkiaSharp.2.80.2\build\net462\SkiaSharp.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\SkiaSharp.2.80.2\build\net462\SkiaSharp.targets'))" /> |     <Error Condition="!Exists('..\..\packages\SkiaSharp.2.80.2\build\net462\SkiaSharp.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\SkiaSharp.2.80.2\build\net462\SkiaSharp.targets'))" /> | ||||||
|     <Error Condition="!Exists('..\..\packages\SQLitePCLRaw.lib.e_sqlite3.2.0.4\build\net461\SQLitePCLRaw.lib.e_sqlite3.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\SQLitePCLRaw.lib.e_sqlite3.2.0.4\build\net461\SQLitePCLRaw.lib.e_sqlite3.targets'))" /> |     <Error Condition="!Exists('..\..\packages\SQLitePCLRaw.lib.e_sqlite3.2.0.4\build\net461\SQLitePCLRaw.lib.e_sqlite3.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\SQLitePCLRaw.lib.e_sqlite3.2.0.4\build\net461\SQLitePCLRaw.lib.e_sqlite3.targets'))" /> | ||||||
|     <Error Condition="!Exists('..\..\packages\Xamarin.Forms.4.8.0.1687\build\Xamarin.Forms.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Forms.4.8.0.1687\build\Xamarin.Forms.props'))" /> |     <Error Condition="!Exists('..\..\packages\Xamarin.Forms.5.0.0.1791-pre5\build\Xamarin.Forms.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Forms.5.0.0.1791-pre5\build\Xamarin.Forms.props'))" /> | ||||||
|     <Error Condition="!Exists('..\..\packages\Xamarin.Forms.4.8.0.1687\build\Xamarin.Forms.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Forms.4.8.0.1687\build\Xamarin.Forms.targets'))" /> |     <Error Condition="!Exists('..\..\packages\Xamarin.Forms.5.0.0.1791-pre5\build\Xamarin.Forms.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Forms.5.0.0.1791-pre5\build\Xamarin.Forms.targets'))" /> | ||||||
|   </Target> |   </Target> | ||||||
|   <Import Project="..\..\packages\SQLitePCLRaw.lib.e_sqlite3.linux.1.1.14\build\net35\SQLitePCLRaw.lib.e_sqlite3.linux.targets" Condition="Exists('..\..\packages\SQLitePCLRaw.lib.e_sqlite3.linux.1.1.14\build\net35\SQLitePCLRaw.lib.e_sqlite3.linux.targets')" /> |   <Import Project="..\..\packages\SQLitePCLRaw.lib.e_sqlite3.linux.1.1.14\build\net35\SQLitePCLRaw.lib.e_sqlite3.linux.targets" Condition="Exists('..\..\packages\SQLitePCLRaw.lib.e_sqlite3.linux.1.1.14\build\net35\SQLitePCLRaw.lib.e_sqlite3.linux.targets')" /> | ||||||
|   <Import Project="..\..\packages\SQLitePCLRaw.lib.e_sqlite3.osx.1.1.14\build\net35\SQLitePCLRaw.lib.e_sqlite3.osx.targets" Condition="Exists('..\..\packages\SQLitePCLRaw.lib.e_sqlite3.osx.1.1.14\build\net35\SQLitePCLRaw.lib.e_sqlite3.osx.targets')" /> |   <Import Project="..\..\packages\SQLitePCLRaw.lib.e_sqlite3.osx.1.1.14\build\net35\SQLitePCLRaw.lib.e_sqlite3.osx.targets" Condition="Exists('..\..\packages\SQLitePCLRaw.lib.e_sqlite3.osx.1.1.14\build\net35\SQLitePCLRaw.lib.e_sqlite3.osx.targets')" /> | ||||||
|   <Import Project="..\..\packages\SQLitePCLRaw.lib.e_sqlite3.v110_xp.1.1.14\build\net35\SQLitePCLRaw.lib.e_sqlite3.v110_xp.targets" Condition="Exists('..\..\packages\SQLitePCLRaw.lib.e_sqlite3.v110_xp.1.1.14\build\net35\SQLitePCLRaw.lib.e_sqlite3.v110_xp.targets')" /> |   <Import Project="..\..\packages\SQLitePCLRaw.lib.e_sqlite3.v110_xp.1.1.14\build\net35\SQLitePCLRaw.lib.e_sqlite3.v110_xp.targets" Condition="Exists('..\..\packages\SQLitePCLRaw.lib.e_sqlite3.v110_xp.1.1.14\build\net35\SQLitePCLRaw.lib.e_sqlite3.v110_xp.targets')" /> | ||||||
|   <Import Project="..\..\packages\SkiaSharp.2.80.2\build\net462\SkiaSharp.targets" Condition="Exists('..\..\packages\SkiaSharp.2.80.2\build\net462\SkiaSharp.targets')" /> |   <Import Project="..\..\packages\SkiaSharp.2.80.2\build\net462\SkiaSharp.targets" Condition="Exists('..\..\packages\SkiaSharp.2.80.2\build\net462\SkiaSharp.targets')" /> | ||||||
|   <Import Project="..\..\packages\SQLitePCLRaw.lib.e_sqlite3.2.0.4\build\net461\SQLitePCLRaw.lib.e_sqlite3.targets" Condition="Exists('..\..\packages\SQLitePCLRaw.lib.e_sqlite3.2.0.4\build\net461\SQLitePCLRaw.lib.e_sqlite3.targets')" /> |   <Import Project="..\..\packages\SQLitePCLRaw.lib.e_sqlite3.2.0.4\build\net461\SQLitePCLRaw.lib.e_sqlite3.targets" Condition="Exists('..\..\packages\SQLitePCLRaw.lib.e_sqlite3.2.0.4\build\net461\SQLitePCLRaw.lib.e_sqlite3.targets')" /> | ||||||
|   <Import Project="..\..\packages\Xamarin.Forms.4.8.0.1687\build\Xamarin.Forms.targets" Condition="Exists('..\..\packages\Xamarin.Forms.4.8.0.1687\build\Xamarin.Forms.targets')" /> |   <Import Project="..\..\packages\Xamarin.Forms.5.0.0.1791-pre5\build\Xamarin.Forms.targets" Condition="Exists('..\..\packages\Xamarin.Forms.5.0.0.1791-pre5\build\Xamarin.Forms.targets')" /> | ||||||
| </Project> | </Project> | ||||||
|  | @ -1,127 +1,127 @@ | ||||||
| <?xml version="1.0" encoding="utf-8"?> | <?xml version="1.0" encoding="utf-8"?> | ||||||
| <configuration> | <configuration> | ||||||
|   <runtime> |   <runtime> | ||||||
|     <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |     <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="System.ComponentModel.Annotations" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> |         <assemblyIdentity name="System.ComponentModel.Annotations" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-4.2.1.0" newVersion="4.2.1.0" /> |         <bindingRedirect oldVersion="0.0.0.0-4.2.1.0" newVersion="4.2.1.0"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="Microsoft.Extensions.Caching.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral" /> |         <assemblyIdentity name="Microsoft.Extensions.Caching.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-3.1.9.0" newVersion="3.1.9.0" /> |         <bindingRedirect oldVersion="0.0.0.0-3.1.9.0" newVersion="3.1.9.0"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="System.Interactive.Async" publicKeyToken="94bc3704cddfc263" culture="neutral" /> |         <assemblyIdentity name="System.Interactive.Async" publicKeyToken="94bc3704cddfc263" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" /> |         <bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="Microsoft.Extensions.Caching.Memory" publicKeyToken="adb9793829ddae60" culture="neutral" /> |         <assemblyIdentity name="Microsoft.Extensions.Caching.Memory" publicKeyToken="adb9793829ddae60" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-2.2.0.0" newVersion="2.2.0.0" /> |         <bindingRedirect oldVersion="0.0.0.0-2.2.0.0" newVersion="2.2.0.0"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> |         <assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-4.0.6.0" newVersion="4.0.6.0" /> |         <bindingRedirect oldVersion="0.0.0.0-4.0.6.0" newVersion="4.0.6.0"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="System.Numerics.Vectors" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> |         <assemblyIdentity name="System.Numerics.Vectors" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-4.1.4.0" newVersion="4.1.4.0" /> |         <bindingRedirect oldVersion="0.0.0.0-4.1.4.0" newVersion="4.1.4.0"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> |         <assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" /> |         <bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="Microsoft.Extensions.Primitives" publicKeyToken="adb9793829ddae60" culture="neutral" /> |         <assemblyIdentity name="Microsoft.Extensions.Primitives" publicKeyToken="adb9793829ddae60" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-3.1.9.0" newVersion="3.1.9.0" /> |         <bindingRedirect oldVersion="0.0.0.0-3.1.9.0" newVersion="3.1.9.0"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="System.Diagnostics.DiagnosticSource" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> |         <assemblyIdentity name="System.Diagnostics.DiagnosticSource" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-4.0.5.0" newVersion="4.0.5.0" /> |         <bindingRedirect oldVersion="0.0.0.0-4.0.5.0" newVersion="4.0.5.0"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" /> |         <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" /> |         <bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="SQLitePCLRaw.core" publicKeyToken="1488e028ca7ab535" culture="neutral" /> |         <assemblyIdentity name="SQLitePCLRaw.core" publicKeyToken="1488e028ca7ab535" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-2.0.4.976" newVersion="2.0.4.976" /> |         <bindingRedirect oldVersion="0.0.0.0-2.0.4.976" newVersion="2.0.4.976"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="SQLitePCLRaw.batteries_v2" publicKeyToken="8226ea5df37bcae9" culture="neutral" /> |         <assemblyIdentity name="SQLitePCLRaw.batteries_v2" publicKeyToken="8226ea5df37bcae9" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-2.0.4.976" newVersion="2.0.4.976" /> |         <bindingRedirect oldVersion="0.0.0.0-2.0.4.976" newVersion="2.0.4.976"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="Microsoft.EntityFrameworkCore" publicKeyToken="adb9793829ddae60" culture="neutral" /> |         <assemblyIdentity name="Microsoft.EntityFrameworkCore" publicKeyToken="adb9793829ddae60" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-2.2.0.0" newVersion="2.2.0.0" /> |         <bindingRedirect oldVersion="0.0.0.0-2.2.0.0" newVersion="2.2.0.0"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="Microsoft.Extensions.DependencyInjection.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral" /> |         <assemblyIdentity name="Microsoft.Extensions.DependencyInjection.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-3.1.9.0" newVersion="3.1.9.0" /> |         <bindingRedirect oldVersion="0.0.0.0-3.1.9.0" newVersion="3.1.9.0"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="Microsoft.EntityFrameworkCore.Relational" publicKeyToken="adb9793829ddae60" culture="neutral" /> |         <assemblyIdentity name="Microsoft.EntityFrameworkCore.Relational" publicKeyToken="adb9793829ddae60" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-2.2.0.0" newVersion="2.2.0.0" /> |         <bindingRedirect oldVersion="0.0.0.0-2.2.0.0" newVersion="2.2.0.0"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="Microsoft.Extensions.Logging.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral" /> |         <assemblyIdentity name="Microsoft.Extensions.Logging.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-3.1.9.0" newVersion="3.1.9.0" /> |         <bindingRedirect oldVersion="0.0.0.0-3.1.9.0" newVersion="3.1.9.0"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="Microsoft.Data.Sqlite" publicKeyToken="adb9793829ddae60" culture="neutral" /> |         <assemblyIdentity name="Microsoft.Data.Sqlite" publicKeyToken="adb9793829ddae60" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-2.2.6.0" newVersion="2.2.6.0" /> |         <bindingRedirect oldVersion="0.0.0.0-2.2.6.0" newVersion="2.2.6.0"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="Microsoft.EntityFrameworkCore.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral" /> |         <assemblyIdentity name="Microsoft.EntityFrameworkCore.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" /> |         <bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="Microsoft.Extensions.DependencyInjection" publicKeyToken="adb9793829ddae60" culture="neutral" /> |         <assemblyIdentity name="Microsoft.Extensions.DependencyInjection" publicKeyToken="adb9793829ddae60" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-3.1.9.0" newVersion="3.1.9.0" /> |         <bindingRedirect oldVersion="0.0.0.0-3.1.9.0" newVersion="3.1.9.0"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> |         <assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-4.2.0.1" newVersion="4.2.0.1" /> |         <bindingRedirect oldVersion="0.0.0.0-4.2.0.1" newVersion="4.2.0.1"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="OpenTK" publicKeyToken="bad199fe84eb3df4" culture="neutral" /> |         <assemblyIdentity name="OpenTK" publicKeyToken="bad199fe84eb3df4" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-3.2.0.0" newVersion="3.2.0.0" /> |         <bindingRedirect oldVersion="0.0.0.0-3.2.0.0" newVersion="3.2.0.0"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> |         <assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-1.2.5.0" newVersion="1.2.5.0" /> |         <bindingRedirect oldVersion="0.0.0.0-1.2.5.0" newVersion="1.2.5.0"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="Microsoft.Extensions.Logging" publicKeyToken="adb9793829ddae60" culture="neutral" /> |         <assemblyIdentity name="Microsoft.Extensions.Logging" publicKeyToken="adb9793829ddae60" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-2.2.0.0" newVersion="2.2.0.0" /> |         <bindingRedirect oldVersion="0.0.0.0-2.2.0.0" newVersion="2.2.0.0"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="Microsoft.Extensions.Configuration.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral" /> |         <assemblyIdentity name="Microsoft.Extensions.Configuration.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-3.1.9.0" newVersion="3.1.9.0" /> |         <bindingRedirect oldVersion="0.0.0.0-3.1.9.0" newVersion="3.1.9.0"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="Microsoft.DotNet.PlatformAbstractions" publicKeyToken="adb9793829ddae60" culture="neutral" /> |         <assemblyIdentity name="Microsoft.DotNet.PlatformAbstractions" publicKeyToken="adb9793829ddae60" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" /> |         <bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="Microsoft.Extensions.DependencyModel" publicKeyToken="adb9793829ddae60" culture="neutral" /> |         <assemblyIdentity name="Microsoft.Extensions.DependencyModel" publicKeyToken="adb9793829ddae60" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" /> |         <bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> |         <assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-4.0.1.1" newVersion="4.0.1.1" /> |         <bindingRedirect oldVersion="0.0.0.0-4.0.1.1" newVersion="4.0.1.1"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="Remotion.Linq" publicKeyToken="fee00910d6e5f53b" culture="neutral" /> |         <assemblyIdentity name="Remotion.Linq" publicKeyToken="fee00910d6e5f53b" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-2.2.0.0" newVersion="2.2.0.0" /> |         <bindingRedirect oldVersion="0.0.0.0-2.2.0.0" newVersion="2.2.0.0"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="OpenTK.GLControl" publicKeyToken="bad199fe84eb3df4" culture="neutral" /> |         <assemblyIdentity name="OpenTK.GLControl" publicKeyToken="bad199fe84eb3df4" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-3.1.0.0" newVersion="3.1.0.0" /> |         <bindingRedirect oldVersion="0.0.0.0-3.1.0.0" newVersion="3.1.0.0"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="Microsoft.Extensions.Options" publicKeyToken="adb9793829ddae60" culture="neutral" /> |         <assemblyIdentity name="Microsoft.Extensions.Options" publicKeyToken="adb9793829ddae60" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-3.1.9.0" newVersion="3.1.9.0" /> |         <bindingRedirect oldVersion="0.0.0.0-3.1.9.0" newVersion="3.1.9.0"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|     </assemblyBinding> |     </assemblyBinding> | ||||||
|   </runtime> |   </runtime> | ||||||
| <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" /></startup></configuration> | <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration> | ||||||
|  |  | ||||||
|  | @ -69,11 +69,11 @@ | ||||||
|   <package id="System.Threading" version="4.3.0" targetFramework="net471" /> |   <package id="System.Threading" version="4.3.0" targetFramework="net471" /> | ||||||
|   <package id="System.Threading.Tasks.Extensions" version="4.5.4" targetFramework="net471" /> |   <package id="System.Threading.Tasks.Extensions" version="4.5.4" targetFramework="net471" /> | ||||||
|   <package id="UrhoSharp.Forms" version="1.9.67" targetFramework="net471" /> |   <package id="UrhoSharp.Forms" version="1.9.67" targetFramework="net471" /> | ||||||
|   <package id="Xamarin.Essentials" version="1.5.3.2" targetFramework="net471" /> |   <package id="Xamarin.Essentials" version="1.6.0-rc1" targetFramework="net472" /> | ||||||
|   <package id="Xamarin.Forms" version="4.8.0.1687" targetFramework="net472" /> |   <package id="Xamarin.Forms" version="5.0.0.1791-pre5" targetFramework="net472" /> | ||||||
|   <package id="Xamarin.Forms.Platform.GTK" version="4.8.0.1687" targetFramework="net472" /> |   <package id="Xamarin.Forms.Platform.GTK" version="5.0.0.1791-pre5" targetFramework="net472" /> | ||||||
|   <package id="Xamarin.Forms.Platform.WPF" version="4.8.0.1687" targetFramework="net472" /> |   <package id="Xamarin.Forms.Platform.WPF" version="5.0.0.1791-pre5" targetFramework="net472" /> | ||||||
|   <package id="Xamarin.Forms.Visual.Material" version="4.8.0.1687" targetFramework="net472" /> |   <package id="Xamarin.Forms.Visual.Material" version="5.0.0.1791-pre5" targetFramework="net472" /> | ||||||
|   <package id="XamiTextSharpLGPLv2" version="1.0.0" targetFramework="net471" /> |   <package id="XamiTextSharpLGPLv2" version="1.0.0" targetFramework="net471" /> | ||||||
|   <package id="YamlDotNet" version="8.1.2" targetFramework="net472" /> |   <package id="YamlDotNet" version="8.1.2" targetFramework="net472" /> | ||||||
| </packages> | </packages> | ||||||
|  | @ -1,6 +1,6 @@ | ||||||
| <?xml version="1.0" encoding="utf-8"?> | <?xml version="1.0" encoding="utf-8"?> | ||||||
| <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||||||
|   <Import Project="..\..\packages\Xamarin.Forms.4.8.0.1687\build\Xamarin.Forms.props" Condition="Exists('..\..\packages\Xamarin.Forms.4.8.0.1687\build\Xamarin.Forms.props')" /> |   <Import Project="..\..\packages\Xamarin.Forms.5.0.0.1791-pre5\build\Xamarin.Forms.props" Condition="Exists('..\..\packages\Xamarin.Forms.5.0.0.1791-pre5\build\Xamarin.Forms.props')" /> | ||||||
|   <Import Project="..\..\packages\SkiaSharp.Views.Forms.WPF.2.80.2\build\net462\SkiaSharp.Views.Forms.WPF.props" Condition="Exists('..\..\packages\SkiaSharp.Views.Forms.WPF.2.80.2\build\net462\SkiaSharp.Views.Forms.WPF.props')" /> |   <Import Project="..\..\packages\SkiaSharp.Views.Forms.WPF.2.80.2\build\net462\SkiaSharp.Views.Forms.WPF.props" Condition="Exists('..\..\packages\SkiaSharp.Views.Forms.WPF.2.80.2\build\net462\SkiaSharp.Views.Forms.WPF.props')" /> | ||||||
|   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> | ||||||
|   <PropertyGroup> |   <PropertyGroup> | ||||||
|  | @ -10,7 +10,7 @@ | ||||||
|     <OutputType>WinExe</OutputType> |     <OutputType>WinExe</OutputType> | ||||||
|     <RootNamespace>AideDeJeu.WPF</RootNamespace> |     <RootNamespace>AideDeJeu.WPF</RootNamespace> | ||||||
|     <AssemblyName>AideDeJeu.WPF</AssemblyName> |     <AssemblyName>AideDeJeu.WPF</AssemblyName> | ||||||
|     <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |     <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> | ||||||
|     <FileAlignment>512</FileAlignment> |     <FileAlignment>512</FileAlignment> | ||||||
|     <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |     <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> | ||||||
|     <WarningLevel>4</WarningLevel> |     <WarningLevel>4</WarningLevel> | ||||||
|  | @ -18,6 +18,7 @@ | ||||||
|     <Deterministic>true</Deterministic> |     <Deterministic>true</Deterministic> | ||||||
|     <NuGetPackageImportStamp> |     <NuGetPackageImportStamp> | ||||||
|     </NuGetPackageImportStamp> |     </NuGetPackageImportStamp> | ||||||
|  |     <TargetFrameworkProfile /> | ||||||
|   </PropertyGroup> |   </PropertyGroup> | ||||||
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||||||
|     <PlatformTarget>AnyCPU</PlatformTarget> |     <PlatformTarget>AnyCPU</PlatformTarget> | ||||||
|  | @ -110,6 +111,7 @@ | ||||||
|     </Reference> |     </Reference> | ||||||
|     <Reference Include="Microsoft.EntityFrameworkCore.Sqlite, Version=3.1.9.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL"> |     <Reference Include="Microsoft.EntityFrameworkCore.Sqlite, Version=3.1.9.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL"> | ||||||
|       <HintPath>..\..\packages\Microsoft.EntityFrameworkCore.Sqlite.Core.3.1.9\lib\netstandard2.0\Microsoft.EntityFrameworkCore.Sqlite.dll</HintPath> |       <HintPath>..\..\packages\Microsoft.EntityFrameworkCore.Sqlite.Core.3.1.9\lib\netstandard2.0\Microsoft.EntityFrameworkCore.Sqlite.dll</HintPath> | ||||||
|  |       <Private>True</Private> | ||||||
|     </Reference> |     </Reference> | ||||||
|     <Reference Include="Microsoft.Extensions.Caching.Abstractions, Version=3.1.9.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL"> |     <Reference Include="Microsoft.Extensions.Caching.Abstractions, Version=3.1.9.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL"> | ||||||
|       <HintPath>..\..\packages\Microsoft.Extensions.Caching.Abstractions.3.1.9\lib\netstandard2.0\Microsoft.Extensions.Caching.Abstractions.dll</HintPath> |       <HintPath>..\..\packages\Microsoft.Extensions.Caching.Abstractions.3.1.9\lib\netstandard2.0\Microsoft.Extensions.Caching.Abstractions.dll</HintPath> | ||||||
|  | @ -282,19 +284,24 @@ | ||||||
|     <Reference Include="PresentationCore" /> |     <Reference Include="PresentationCore" /> | ||||||
|     <Reference Include="PresentationFramework" /> |     <Reference Include="PresentationFramework" /> | ||||||
|     <Reference Include="Xamarin.Essentials, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |     <Reference Include="Xamarin.Essentials, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | ||||||
|       <HintPath>..\..\packages\Xamarin.Essentials.1.5.3.2\lib\netstandard2.0\Xamarin.Essentials.dll</HintPath> |       <HintPath>..\..\packages\Xamarin.Essentials.1.6.0-rc1\lib\netstandard2.0\Xamarin.Essentials.dll</HintPath> | ||||||
|  |       <Private>True</Private> | ||||||
|     </Reference> |     </Reference> | ||||||
|     <Reference Include="Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |     <Reference Include="Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | ||||||
|       <HintPath>..\..\packages\Xamarin.Forms.4.8.0.1687\lib\netstandard2.0\Xamarin.Forms.Core.dll</HintPath> |       <HintPath>..\..\packages\Xamarin.Forms.5.0.0.1791-pre5\lib\netstandard2.0\Xamarin.Forms.Core.dll</HintPath> | ||||||
|  |       <Private>True</Private> | ||||||
|     </Reference> |     </Reference> | ||||||
|     <Reference Include="Xamarin.Forms.Platform, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |     <Reference Include="Xamarin.Forms.Platform, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | ||||||
|       <HintPath>..\..\packages\Xamarin.Forms.4.8.0.1687\lib\netstandard2.0\Xamarin.Forms.Platform.dll</HintPath> |       <HintPath>..\..\packages\Xamarin.Forms.5.0.0.1791-pre5\lib\netstandard2.0\Xamarin.Forms.Platform.dll</HintPath> | ||||||
|  |       <Private>True</Private> | ||||||
|     </Reference> |     </Reference> | ||||||
|     <Reference Include="Xamarin.Forms.Platform.WPF, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |     <Reference Include="Xamarin.Forms.Platform.WPF, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | ||||||
|       <HintPath>..\..\packages\Xamarin.Forms.Platform.WPF.4.8.0.1687\lib\net461\Xamarin.Forms.Platform.WPF.dll</HintPath> |       <HintPath>..\..\packages\Xamarin.Forms.Platform.WPF.5.0.0.1791-pre5\lib\net461\Xamarin.Forms.Platform.WPF.dll</HintPath> | ||||||
|  |       <Private>True</Private> | ||||||
|     </Reference> |     </Reference> | ||||||
|     <Reference Include="Xamarin.Forms.Xaml, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |     <Reference Include="Xamarin.Forms.Xaml, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"> | ||||||
|       <HintPath>..\..\packages\Xamarin.Forms.4.8.0.1687\lib\netstandard2.0\Xamarin.Forms.Xaml.dll</HintPath> |       <HintPath>..\..\packages\Xamarin.Forms.5.0.0.1791-pre5\lib\netstandard2.0\Xamarin.Forms.Xaml.dll</HintPath> | ||||||
|  |       <Private>True</Private> | ||||||
|     </Reference> |     </Reference> | ||||||
|     <Reference Include="YamlDotNet, Version=8.0.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e, processorArchitecture=MSIL"> |     <Reference Include="YamlDotNet, Version=8.0.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e, processorArchitecture=MSIL"> | ||||||
|       <HintPath>..\..\packages\YamlDotNet.8.1.2\lib\net45\YamlDotNet.dll</HintPath> |       <HintPath>..\..\packages\YamlDotNet.8.1.2\lib\net45\YamlDotNet.dll</HintPath> | ||||||
|  | @ -373,8 +380,8 @@ | ||||||
|     <Error Condition="!Exists('..\..\packages\SkiaSharp.Views.Forms.2.80.2\build\net462\SkiaSharp.Views.Forms.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\SkiaSharp.Views.Forms.2.80.2\build\net462\SkiaSharp.Views.Forms.targets'))" /> |     <Error Condition="!Exists('..\..\packages\SkiaSharp.Views.Forms.2.80.2\build\net462\SkiaSharp.Views.Forms.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\SkiaSharp.Views.Forms.2.80.2\build\net462\SkiaSharp.Views.Forms.targets'))" /> | ||||||
|     <Error Condition="!Exists('..\..\packages\SkiaSharp.Views.Forms.WPF.2.80.2\build\net462\SkiaSharp.Views.Forms.WPF.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\SkiaSharp.Views.Forms.WPF.2.80.2\build\net462\SkiaSharp.Views.Forms.WPF.props'))" /> |     <Error Condition="!Exists('..\..\packages\SkiaSharp.Views.Forms.WPF.2.80.2\build\net462\SkiaSharp.Views.Forms.WPF.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\SkiaSharp.Views.Forms.WPF.2.80.2\build\net462\SkiaSharp.Views.Forms.WPF.props'))" /> | ||||||
|     <Error Condition="!Exists('..\..\packages\SQLitePCLRaw.lib.e_sqlite3.2.0.4\build\net461\SQLitePCLRaw.lib.e_sqlite3.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\SQLitePCLRaw.lib.e_sqlite3.2.0.4\build\net461\SQLitePCLRaw.lib.e_sqlite3.targets'))" /> |     <Error Condition="!Exists('..\..\packages\SQLitePCLRaw.lib.e_sqlite3.2.0.4\build\net461\SQLitePCLRaw.lib.e_sqlite3.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\SQLitePCLRaw.lib.e_sqlite3.2.0.4\build\net461\SQLitePCLRaw.lib.e_sqlite3.targets'))" /> | ||||||
|     <Error Condition="!Exists('..\..\packages\Xamarin.Forms.4.8.0.1687\build\Xamarin.Forms.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Forms.4.8.0.1687\build\Xamarin.Forms.props'))" /> |     <Error Condition="!Exists('..\..\packages\Xamarin.Forms.5.0.0.1791-pre5\build\Xamarin.Forms.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Forms.5.0.0.1791-pre5\build\Xamarin.Forms.props'))" /> | ||||||
|     <Error Condition="!Exists('..\..\packages\Xamarin.Forms.4.8.0.1687\build\Xamarin.Forms.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Forms.4.8.0.1687\build\Xamarin.Forms.targets'))" /> |     <Error Condition="!Exists('..\..\packages\Xamarin.Forms.5.0.0.1791-pre5\build\Xamarin.Forms.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Forms.5.0.0.1791-pre5\build\Xamarin.Forms.targets'))" /> | ||||||
|   </Target> |   </Target> | ||||||
|   <Import Project="..\..\packages\SQLitePCLRaw.lib.e_sqlite3.v110_xp.1.1.14\build\net35\SQLitePCLRaw.lib.e_sqlite3.v110_xp.targets" Condition="Exists('..\..\packages\SQLitePCLRaw.lib.e_sqlite3.v110_xp.1.1.14\build\net35\SQLitePCLRaw.lib.e_sqlite3.v110_xp.targets')" /> |   <Import Project="..\..\packages\SQLitePCLRaw.lib.e_sqlite3.v110_xp.1.1.14\build\net35\SQLitePCLRaw.lib.e_sqlite3.v110_xp.targets" Condition="Exists('..\..\packages\SQLitePCLRaw.lib.e_sqlite3.v110_xp.1.1.14\build\net35\SQLitePCLRaw.lib.e_sqlite3.v110_xp.targets')" /> | ||||||
|   <Import Project="..\..\packages\SQLitePCLRaw.lib.e_sqlite3.linux.1.1.14\build\net35\SQLitePCLRaw.lib.e_sqlite3.linux.targets" Condition="Exists('..\..\packages\SQLitePCLRaw.lib.e_sqlite3.linux.1.1.14\build\net35\SQLitePCLRaw.lib.e_sqlite3.linux.targets')" /> |   <Import Project="..\..\packages\SQLitePCLRaw.lib.e_sqlite3.linux.1.1.14\build\net35\SQLitePCLRaw.lib.e_sqlite3.linux.targets" Condition="Exists('..\..\packages\SQLitePCLRaw.lib.e_sqlite3.linux.1.1.14\build\net35\SQLitePCLRaw.lib.e_sqlite3.linux.targets')" /> | ||||||
|  | @ -382,5 +389,5 @@ | ||||||
|   <Import Project="..\..\packages\SkiaSharp.2.80.2\build\net462\SkiaSharp.targets" Condition="Exists('..\..\packages\SkiaSharp.2.80.2\build\net462\SkiaSharp.targets')" /> |   <Import Project="..\..\packages\SkiaSharp.2.80.2\build\net462\SkiaSharp.targets" Condition="Exists('..\..\packages\SkiaSharp.2.80.2\build\net462\SkiaSharp.targets')" /> | ||||||
|   <Import Project="..\..\packages\SkiaSharp.Views.Forms.2.80.2\build\net462\SkiaSharp.Views.Forms.targets" Condition="Exists('..\..\packages\SkiaSharp.Views.Forms.2.80.2\build\net462\SkiaSharp.Views.Forms.targets')" /> |   <Import Project="..\..\packages\SkiaSharp.Views.Forms.2.80.2\build\net462\SkiaSharp.Views.Forms.targets" Condition="Exists('..\..\packages\SkiaSharp.Views.Forms.2.80.2\build\net462\SkiaSharp.Views.Forms.targets')" /> | ||||||
|   <Import Project="..\..\packages\SQLitePCLRaw.lib.e_sqlite3.2.0.4\build\net461\SQLitePCLRaw.lib.e_sqlite3.targets" Condition="Exists('..\..\packages\SQLitePCLRaw.lib.e_sqlite3.2.0.4\build\net461\SQLitePCLRaw.lib.e_sqlite3.targets')" /> |   <Import Project="..\..\packages\SQLitePCLRaw.lib.e_sqlite3.2.0.4\build\net461\SQLitePCLRaw.lib.e_sqlite3.targets" Condition="Exists('..\..\packages\SQLitePCLRaw.lib.e_sqlite3.2.0.4\build\net461\SQLitePCLRaw.lib.e_sqlite3.targets')" /> | ||||||
|   <Import Project="..\..\packages\Xamarin.Forms.4.8.0.1687\build\Xamarin.Forms.targets" Condition="Exists('..\..\packages\Xamarin.Forms.4.8.0.1687\build\Xamarin.Forms.targets')" /> |   <Import Project="..\..\packages\Xamarin.Forms.5.0.0.1791-pre5\build\Xamarin.Forms.targets" Condition="Exists('..\..\packages\Xamarin.Forms.5.0.0.1791-pre5\build\Xamarin.Forms.targets')" /> | ||||||
| </Project> | </Project> | ||||||
|  | @ -1,97 +1,97 @@ | ||||||
| <?xml version="1.0" encoding="utf-8"?> | <?xml version="1.0" encoding="utf-8"?> | ||||||
| <configuration> | <configuration> | ||||||
|     <startup>  |     <startup>  | ||||||
|         <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" /> |         <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/> | ||||||
|     </startup> |     </startup> | ||||||
|   <runtime> |   <runtime> | ||||||
|     <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |     <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="SkiaSharp" publicKeyToken="0738eb9f132ed756" culture="neutral" /> |         <assemblyIdentity name="SkiaSharp" publicKeyToken="0738eb9f132ed756" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-2.80.0.0" newVersion="2.80.0.0" /> |         <bindingRedirect oldVersion="0.0.0.0-2.80.0.0" newVersion="2.80.0.0"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="OpenTK.GLControl" publicKeyToken="bad199fe84eb3df4" culture="neutral" /> |         <assemblyIdentity name="OpenTK.GLControl" publicKeyToken="bad199fe84eb3df4" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-3.1.0.0" newVersion="3.1.0.0" /> |         <bindingRedirect oldVersion="0.0.0.0-3.1.0.0" newVersion="3.1.0.0"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="OpenTK" publicKeyToken="bad199fe84eb3df4" culture="neutral" /> |         <assemblyIdentity name="OpenTK" publicKeyToken="bad199fe84eb3df4" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-3.2.0.0" newVersion="3.2.0.0" /> |         <bindingRedirect oldVersion="0.0.0.0-3.2.0.0" newVersion="3.2.0.0"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="System.Numerics.Vectors" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> |         <assemblyIdentity name="System.Numerics.Vectors" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-4.1.4.0" newVersion="4.1.4.0" /> |         <bindingRedirect oldVersion="0.0.0.0-4.1.4.0" newVersion="4.1.4.0"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="SQLitePCLRaw.core" publicKeyToken="1488e028ca7ab535" culture="neutral" /> |         <assemblyIdentity name="SQLitePCLRaw.core" publicKeyToken="1488e028ca7ab535" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-2.0.4.976" newVersion="2.0.4.976" /> |         <bindingRedirect oldVersion="0.0.0.0-2.0.4.976" newVersion="2.0.4.976"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="SQLitePCLRaw.batteries_v2" publicKeyToken="8226ea5df37bcae9" culture="neutral" /> |         <assemblyIdentity name="SQLitePCLRaw.batteries_v2" publicKeyToken="8226ea5df37bcae9" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-2.0.4.976" newVersion="2.0.4.976" /> |         <bindingRedirect oldVersion="0.0.0.0-2.0.4.976" newVersion="2.0.4.976"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> |         <assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-4.0.6.0" newVersion="4.0.6.0" /> |         <bindingRedirect oldVersion="0.0.0.0-4.0.6.0" newVersion="4.0.6.0"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="System.Interactive.Async" publicKeyToken="94bc3704cddfc263" culture="neutral" /> |         <assemblyIdentity name="System.Interactive.Async" publicKeyToken="94bc3704cddfc263" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" /> |         <bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="System.ComponentModel.Annotations" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> |         <assemblyIdentity name="System.ComponentModel.Annotations" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-4.2.1.0" newVersion="4.2.1.0" /> |         <bindingRedirect oldVersion="0.0.0.0-4.2.1.0" newVersion="4.2.1.0"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> |         <assemblyIdentity name="System.Collections.Immutable" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-1.2.5.0" newVersion="1.2.5.0" /> |         <bindingRedirect oldVersion="0.0.0.0-1.2.5.0" newVersion="1.2.5.0"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="System.Diagnostics.DiagnosticSource" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> |         <assemblyIdentity name="System.Diagnostics.DiagnosticSource" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-4.0.5.0" newVersion="4.0.5.0" /> |         <bindingRedirect oldVersion="0.0.0.0-4.0.5.0" newVersion="4.0.5.0"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> |         <assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-4.0.1.1" newVersion="4.0.1.1" /> |         <bindingRedirect oldVersion="0.0.0.0-4.0.1.1" newVersion="4.0.1.1"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> |         <assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" /> |         <bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /> |         <assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-4.2.0.1" newVersion="4.2.0.1" /> |         <bindingRedirect oldVersion="0.0.0.0-4.2.0.1" newVersion="4.2.0.1"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="Microsoft.Extensions.Primitives" publicKeyToken="adb9793829ddae60" culture="neutral" /> |         <assemblyIdentity name="Microsoft.Extensions.Primitives" publicKeyToken="adb9793829ddae60" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-3.1.9.0" newVersion="3.1.9.0" /> |         <bindingRedirect oldVersion="0.0.0.0-3.1.9.0" newVersion="3.1.9.0"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="Microsoft.Extensions.Configuration.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral" /> |         <assemblyIdentity name="Microsoft.Extensions.Configuration.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-3.1.9.0" newVersion="3.1.9.0" /> |         <bindingRedirect oldVersion="0.0.0.0-3.1.9.0" newVersion="3.1.9.0"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="Microsoft.Extensions.DependencyInjection.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral" /> |         <assemblyIdentity name="Microsoft.Extensions.DependencyInjection.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-3.1.9.0" newVersion="3.1.9.0" /> |         <bindingRedirect oldVersion="0.0.0.0-3.1.9.0" newVersion="3.1.9.0"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="Microsoft.Extensions.Caching.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral" /> |         <assemblyIdentity name="Microsoft.Extensions.Caching.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-3.1.9.0" newVersion="3.1.9.0" /> |         <bindingRedirect oldVersion="0.0.0.0-3.1.9.0" newVersion="3.1.9.0"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="Microsoft.Extensions.Options" publicKeyToken="adb9793829ddae60" culture="neutral" /> |         <assemblyIdentity name="Microsoft.Extensions.Options" publicKeyToken="adb9793829ddae60" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-3.1.9.0" newVersion="3.1.9.0" /> |         <bindingRedirect oldVersion="0.0.0.0-3.1.9.0" newVersion="3.1.9.0"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="Microsoft.Extensions.Logging.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral" /> |         <assemblyIdentity name="Microsoft.Extensions.Logging.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-3.1.9.0" newVersion="3.1.9.0" /> |         <bindingRedirect oldVersion="0.0.0.0-3.1.9.0" newVersion="3.1.9.0"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="Microsoft.Extensions.DependencyInjection" publicKeyToken="adb9793829ddae60" culture="neutral" /> |         <assemblyIdentity name="Microsoft.Extensions.DependencyInjection" publicKeyToken="adb9793829ddae60" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-3.1.9.0" newVersion="3.1.9.0" /> |         <bindingRedirect oldVersion="0.0.0.0-3.1.9.0" newVersion="3.1.9.0"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|       <dependentAssembly> |       <dependentAssembly> | ||||||
|         <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" /> |         <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral"/> | ||||||
|         <bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" /> |         <bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0"/> | ||||||
|       </dependentAssembly> |       </dependentAssembly> | ||||||
|     </assemblyBinding> |     </assemblyBinding> | ||||||
|   </runtime> |   </runtime> | ||||||
|  |  | ||||||
|  | @ -8,8 +8,8 @@ | ||||||
| // </auto-generated> | // </auto-generated> | ||||||
| //------------------------------------------------------------------------------ | //------------------------------------------------------------------------------ | ||||||
| 
 | 
 | ||||||
| namespace AideDeJeu.WPF.Properties | namespace AideDeJeu.WPF.Properties { | ||||||
| { |     using System; | ||||||
|      |      | ||||||
|      |      | ||||||
|     /// <summary> |     /// <summary> | ||||||
|  | @ -19,31 +19,26 @@ namespace AideDeJeu.WPF.Properties | ||||||
|     // à l'aide d'un outil, tel que ResGen ou Visual Studio. |     // à l'aide d'un outil, tel que ResGen ou Visual Studio. | ||||||
|     // Pour ajouter ou supprimer un membre, modifiez votre fichier .ResX, puis réexécutez ResGen |     // Pour ajouter ou supprimer un membre, modifiez votre fichier .ResX, puis réexécutez ResGen | ||||||
|     // avec l'option /str ou régénérez votre projet VS. |     // avec l'option /str ou régénérez votre projet VS. | ||||||
|     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] |     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] | ||||||
|     [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |     [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] | ||||||
|     [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |     [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] | ||||||
|     internal class Resources |     internal class Resources { | ||||||
|     { |  | ||||||
|          |          | ||||||
|         private static global::System.Resources.ResourceManager resourceMan; |         private static global::System.Resources.ResourceManager resourceMan; | ||||||
|          |          | ||||||
|         private static global::System.Globalization.CultureInfo resourceCulture; |         private static global::System.Globalization.CultureInfo resourceCulture; | ||||||
|          |          | ||||||
|         [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] |         [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] | ||||||
|         internal Resources() |         internal Resources() { | ||||||
|         { |  | ||||||
|         } |         } | ||||||
|          |          | ||||||
|         /// <summary> |         /// <summary> | ||||||
|         ///   Retourne l'instance ResourceManager mise en cache utilisée par cette classe. |         ///   Retourne l'instance ResourceManager mise en cache utilisée par cette classe. | ||||||
|         /// </summary> |         /// </summary> | ||||||
|         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] |         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] | ||||||
|         internal static global::System.Resources.ResourceManager ResourceManager |         internal static global::System.Resources.ResourceManager ResourceManager { | ||||||
|         { |             get { | ||||||
|             get |                 if (object.ReferenceEquals(resourceMan, null)) { | ||||||
|             { |  | ||||||
|                 if ((resourceMan == null)) |  | ||||||
|                 { |  | ||||||
|                     global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("AideDeJeu.WPF.Properties.Resources", typeof(Resources).Assembly); |                     global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("AideDeJeu.WPF.Properties.Resources", typeof(Resources).Assembly); | ||||||
|                     resourceMan = temp; |                     resourceMan = temp; | ||||||
|                 } |                 } | ||||||
|  | @ -56,14 +51,11 @@ namespace AideDeJeu.WPF.Properties | ||||||
|         ///   les recherches de ressources à l'aide de cette classe de ressource fortement typée. |         ///   les recherches de ressources à l'aide de cette classe de ressource fortement typée. | ||||||
|         /// </summary> |         /// </summary> | ||||||
|         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] |         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] | ||||||
|         internal static global::System.Globalization.CultureInfo Culture |         internal static global::System.Globalization.CultureInfo Culture { | ||||||
|         { |             get { | ||||||
|             get |  | ||||||
|             { |  | ||||||
|                 return resourceCulture; |                 return resourceCulture; | ||||||
|             } |             } | ||||||
|             set |             set { | ||||||
|             { |  | ||||||
|                 resourceCulture = value; |                 resourceCulture = value; | ||||||
|             } |             } | ||||||
|         } |         } | ||||||
|  |  | ||||||
|  | @ -1,28 +1,24 @@ | ||||||
| //------------------------------------------------------------------------------ | //------------------------------------------------------------------------------ | ||||||
| // <auto-generated> | // <auto-generated> | ||||||
| //     This code was generated by a tool. | //     Ce code a été généré par un outil. | ||||||
| //     Runtime Version:4.0.30319.42000 | //     Version du runtime :4.0.30319.42000 | ||||||
| // | // | ||||||
| //     Changes to this file may cause incorrect behavior and will be lost if | //     Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si | ||||||
| //     the code is regenerated. | //     le code est régénéré. | ||||||
| // </auto-generated> | // </auto-generated> | ||||||
| //------------------------------------------------------------------------------ | //------------------------------------------------------------------------------ | ||||||
| 
 | 
 | ||||||
| namespace AideDeJeu.WPF.Properties | namespace AideDeJeu.WPF.Properties { | ||||||
| { |  | ||||||
|      |      | ||||||
|      |      | ||||||
|     [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |     [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] | ||||||
|     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] |     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.8.1.0")] | ||||||
|     internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase |     internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { | ||||||
|     { |  | ||||||
|          |          | ||||||
|         private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); |         private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); | ||||||
|          |          | ||||||
|         public static Settings Default |         public static Settings Default { | ||||||
|         { |             get { | ||||||
|             get |  | ||||||
|             { |  | ||||||
|                 return defaultInstance; |                 return defaultInstance; | ||||||
|             } |             } | ||||||
|         } |         } | ||||||
|  |  | ||||||
|  | @ -70,9 +70,9 @@ | ||||||
|   <package id="System.Threading" version="4.3.0" targetFramework="net472" /> |   <package id="System.Threading" version="4.3.0" targetFramework="net472" /> | ||||||
|   <package id="System.Threading.Tasks.Extensions" version="4.5.4" targetFramework="net472" /> |   <package id="System.Threading.Tasks.Extensions" version="4.5.4" targetFramework="net472" /> | ||||||
|   <package id="UrhoSharp.Forms" version="1.9.67" targetFramework="net472" /> |   <package id="UrhoSharp.Forms" version="1.9.67" targetFramework="net472" /> | ||||||
|   <package id="Xamarin.Essentials" version="1.5.3.2" targetFramework="net472" /> |   <package id="Xamarin.Essentials" version="1.6.0-rc1" targetFramework="net472" /> | ||||||
|   <package id="Xamarin.Forms" version="4.8.0.1687" targetFramework="net472" /> |   <package id="Xamarin.Forms" version="5.0.0.1791-pre5" targetFramework="net472" /> | ||||||
|   <package id="Xamarin.Forms.Platform.WPF" version="4.8.0.1687" targetFramework="net472" /> |   <package id="Xamarin.Forms.Platform.WPF" version="5.0.0.1791-pre5" targetFramework="net472" /> | ||||||
|   <package id="Xamarin.Forms.Visual.Material" version="4.8.0.1687" targetFramework="net472" /> |   <package id="Xamarin.Forms.Visual.Material" version="5.0.0.1791-pre5" targetFramework="net472" /> | ||||||
|   <package id="YamlDotNet" version="8.1.2" targetFramework="net472" /> |   <package id="YamlDotNet" version="8.1.2" targetFramework="net472" /> | ||||||
| </packages> | </packages> | ||||||
|  | @ -14,6 +14,7 @@ | ||||||
|     <NuGetPackageImportStamp> |     <NuGetPackageImportStamp> | ||||||
|     </NuGetPackageImportStamp> |     </NuGetPackageImportStamp> | ||||||
|     <ReleaseVersion>1.32</ReleaseVersion> |     <ReleaseVersion>1.32</ReleaseVersion> | ||||||
|  |     <ProvisioningType>automatic</ProvisioningType> | ||||||
|   </PropertyGroup> |   </PropertyGroup> | ||||||
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' "> |   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' "> | ||||||
|     <DebugSymbols>true</DebugSymbols> |     <DebugSymbols>true</DebugSymbols> | ||||||
|  | @ -215,25 +216,25 @@ | ||||||
|   </ItemGroup> |   </ItemGroup> | ||||||
|   <ItemGroup> |   <ItemGroup> | ||||||
|     <PackageReference Include="Microsoft.EntityFrameworkCore"> |     <PackageReference Include="Microsoft.EntityFrameworkCore"> | ||||||
|       <Version>5.0.0</Version> |       <Version>5.0.1</Version> | ||||||
|     </PackageReference> |     </PackageReference> | ||||||
|     <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.Core"> |     <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.Core"> | ||||||
|       <Version>5.0.0</Version> |       <Version>5.0.1</Version> | ||||||
|     </PackageReference> |     </PackageReference> | ||||||
|     <PackageReference Include="Rg.Plugins.Popup"> |     <PackageReference Include="Rg.Plugins.Popup"> | ||||||
|       <Version>2.0.0.6</Version> |       <Version>2.0.0.9</Version> | ||||||
|     </PackageReference> |     </PackageReference> | ||||||
|     <PackageReference Include="SkiaSharp.Svg"> |     <PackageReference Include="SkiaSharp.Svg"> | ||||||
|       <Version>1.60.0</Version> |       <Version>1.60.0</Version> | ||||||
|     </PackageReference> |     </PackageReference> | ||||||
|     <PackageReference Include="SkiaSharp.Views"> |     <PackageReference Include="SkiaSharp.Views"> | ||||||
|       <Version>2.80.2</Version> |       <Version>2.80.3-preview.18</Version> | ||||||
|     </PackageReference> |     </PackageReference> | ||||||
|     <PackageReference Include="SkiaSharp.Views.Forms"> |     <PackageReference Include="SkiaSharp.Views.Forms"> | ||||||
|       <Version>2.80.2</Version> |       <Version>2.80.3-preview.18</Version> | ||||||
|     </PackageReference> |     </PackageReference> | ||||||
|     <PackageReference Include="sqlite-net-pcl"> |     <PackageReference Include="sqlite-net-pcl"> | ||||||
|       <Version>1.7.335</Version> |       <Version>1.8.0-beta</Version> | ||||||
|     </PackageReference> |     </PackageReference> | ||||||
|     <PackageReference Include="System.Buffers"> |     <PackageReference Include="System.Buffers"> | ||||||
|       <Version>4.5.1</Version> |       <Version>4.5.1</Version> | ||||||
|  | @ -242,13 +243,13 @@ | ||||||
|       <Version>1.9.67</Version> |       <Version>1.9.67</Version> | ||||||
|     </PackageReference> |     </PackageReference> | ||||||
|     <PackageReference Include="Xamarin.Essentials"> |     <PackageReference Include="Xamarin.Essentials"> | ||||||
|       <Version>1.5.3.2</Version> |       <Version>1.6.0-rc1</Version> | ||||||
|     </PackageReference> |     </PackageReference> | ||||||
|     <PackageReference Include="Xamarin.Forms"> |     <PackageReference Include="Xamarin.Forms"> | ||||||
|       <Version>4.8.0.1687</Version> |       <Version>5.0.0.1791-pre5</Version> | ||||||
|     </PackageReference> |     </PackageReference> | ||||||
|     <PackageReference Include="Xamarin.Forms.Visual.Material"> |     <PackageReference Include="Xamarin.Forms.Visual.Material"> | ||||||
|       <Version>4.8.0.1687</Version> |       <Version>5.0.0.1791-pre5</Version> | ||||||
|     </PackageReference> |     </PackageReference> | ||||||
|     <PackageReference Include="XamiTextSharpLGPLv2"> |     <PackageReference Include="XamiTextSharpLGPLv2"> | ||||||
|       <Version>1.0.0</Version> |       <Version>1.0.0</Version> | ||||||
|  |  | ||||||
|  | @ -97,21 +97,21 @@ | ||||||
|   </ItemGroup> |   </ItemGroup> | ||||||
| 
 | 
 | ||||||
|   <ItemGroup> |   <ItemGroup> | ||||||
|     <PackageReference Include="Markdig" Version="0.22.0" /> |     <PackageReference Include="Markdig" Version="0.22.1" /> | ||||||
|     <PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.0" /> |     <PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.1" /> | ||||||
|     <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.Core" Version="5.0.0" /> |     <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.Core" Version="5.0.1" /> | ||||||
|     <PackageReference Include="OnePlat.DiceNotation" Version="2.0.2" /> |     <PackageReference Include="OnePlat.DiceNotation" Version="2.0.2" /> | ||||||
|     <PackageReference Include="Rg.Plugins.Popup" Version="2.0.0.6" /> |     <PackageReference Include="Rg.Plugins.Popup" Version="2.0.0.9" /> | ||||||
|     <PackageReference Include="SkiaSharp.Svg" Version="1.60.0" /> |     <PackageReference Include="SkiaSharp.Svg" Version="1.60.0" /> | ||||||
|     <PackageReference Include="SkiaSharp.Views" Version="2.80.2" /> |     <PackageReference Include="SkiaSharp.Views" Version="2.80.3-preview.18" /> | ||||||
|     <PackageReference Include="SkiaSharp.Views.Forms" Version="2.80.2" /> |     <PackageReference Include="SkiaSharp.Views.Forms" Version="2.80.3-preview.18" /> | ||||||
|     <PackageReference Include="sqlite-net-pcl" Version="1.7.335" /> |     <PackageReference Include="sqlite-net-pcl" Version="1.8.0-beta" /> | ||||||
|     <PackageReference Include="UrhoSharp.Forms" Version="1.9.67" /> |     <PackageReference Include="UrhoSharp.Forms" Version="1.9.67" /> | ||||||
|     <PackageReference Include="Xamarin.Essentials" Version="1.5.3.2" /> |     <PackageReference Include="Xamarin.Essentials" Version="1.6.0-rc1" /> | ||||||
|     <PackageReference Include="Xamarin.Forms" Version="4.8.0.1687" /> |     <PackageReference Include="Xamarin.Forms" Version="5.0.0.1791-pre5" /> | ||||||
|     <PackageReference Include="Xamarin.Forms.Visual.Material" Version="4.8.0.1687" /> |     <PackageReference Include="Xamarin.Forms.Visual.Material" Version="5.0.0.1791-pre5" /> | ||||||
|     <PackageReference Include="XamiTextSharpLGPLv2" Version="1.0.0" /> |     <PackageReference Include="XamiTextSharpLGPLv2" Version="1.0.0" /> | ||||||
|     <PackageReference Include="YamlDotNet" Version="8.1.2" /> |     <PackageReference Include="YamlDotNet" Version="9.1.0" /> | ||||||
|   </ItemGroup> |   </ItemGroup> | ||||||
| 
 | 
 | ||||||
|   <ItemGroup> |   <ItemGroup> | ||||||
|  |  | ||||||
|  | @ -13,14 +13,14 @@ | ||||||
|   </ItemGroup> |   </ItemGroup> | ||||||
| 
 | 
 | ||||||
|   <ItemGroup> |   <ItemGroup> | ||||||
|     <PackageReference Include="HtmlAgilityPack" Version="1.11.28" /> |     <PackageReference Include="HtmlAgilityPack" Version="1.11.29" /> | ||||||
|     <PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.0" /> |     <PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.1" /> | ||||||
|     <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.Core" Version="3.1.9" /> |     <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.Core" Version="5.0.1" /> | ||||||
|     <PackageReference Include="sqlite-net-pcl" Version="1.7.335" /> |     <PackageReference Include="sqlite-net-pcl" Version="1.8.0-beta" /> | ||||||
|     <PackageReference Include="System.Text.Encoding.CodePages" Version="4.7.1" /> |     <PackageReference Include="System.Text.Encoding.CodePages" Version="5.0.0" /> | ||||||
|     <PackageReference Include="UrhoSharp.Forms" Version="1.9.67" /> |     <PackageReference Include="UrhoSharp.Forms" Version="1.9.67" /> | ||||||
|     <PackageReference Include="Xamarin.Essentials" Version="1.5.3.2" /> |     <PackageReference Include="Xamarin.Essentials" Version="1.6.0-rc1" /> | ||||||
|     <PackageReference Include="Xamarin.Forms" Version="4.8.0.1687" /> |     <PackageReference Include="Xamarin.Forms" Version="5.0.0.1791-pre5" /> | ||||||
|     <PackageReference Include="XamiTextSharpLGPLv2" Version="1.0.0" /> |     <PackageReference Include="XamiTextSharpLGPLv2" Version="1.0.0" /> | ||||||
|   </ItemGroup> |   </ItemGroup> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Yan Maniez
						Yan Maniez