mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-30 06:56:10 +00:00
Maj nuget
This commit is contained in:
parent
a1fe2a71c5
commit
2ec55cc3a8
2 changed files with 5 additions and 5 deletions
|
|
@ -120,7 +120,7 @@
|
|||
<HintPath>..\..\packages\Microsoft.Extensions.Primitives.3.0.0-preview3.19153.1\lib\netstandard2.0\Microsoft.Extensions.Primitives.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\Newtonsoft.Json.12.0.2-beta1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
||||
<HintPath>..\..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="OpenTK, Version=3.0.1.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\OpenTK.3.0.1\lib\net20\OpenTK.dll</HintPath>
|
||||
|
|
@ -178,8 +178,8 @@
|
|||
<HintPath>..\..\packages\System.Diagnostics.DiagnosticSource.4.6.0-preview3.19128.7\lib\net46\System.Diagnostics.DiagnosticSource.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Drawing" />
|
||||
<Reference Include="System.Drawing.Common, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\System.Drawing.Common.4.5.0\lib\net461\System.Drawing.Common.dll</HintPath>
|
||||
<Reference Include="System.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\System.Drawing.Common.4.5.1\lib\net461\System.Drawing.Common.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Interactive.Async, Version=4.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\System.Interactive.Async.4.0.0-preview.1.build.745\lib\net46\System.Interactive.Async.dll</HintPath>
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
<package id="Microsoft.Extensions.Logging.Abstractions" version="3.0.0-preview3.19153.1" targetFramework="net471" />
|
||||
<package id="Microsoft.Extensions.Options" version="3.0.0-preview3.19153.1" targetFramework="net471" />
|
||||
<package id="Microsoft.Extensions.Primitives" version="3.0.0-preview3.19153.1" targetFramework="net471" />
|
||||
<package id="Newtonsoft.Json" version="12.0.2-beta1" targetFramework="net471" />
|
||||
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net471" />
|
||||
<package id="OpenTK" version="3.0.1" targetFramework="net471" />
|
||||
<package id="Remotion.Linq" version="2.2.0" targetFramework="net471" />
|
||||
<package id="Rg.Plugins.Popup" version="1.1.5.188" targetFramework="net471" />
|
||||
|
|
@ -37,7 +37,7 @@
|
|||
<package id="System.Collections.Immutable" version="1.6.0-preview3.19128.7" targetFramework="net471" />
|
||||
<package id="System.ComponentModel.Annotations" version="4.6.0-preview3.19128.7" targetFramework="net471" />
|
||||
<package id="System.Diagnostics.DiagnosticSource" version="4.6.0-preview3.19128.7" targetFramework="net471" />
|
||||
<package id="System.Drawing.Common" version="4.5.0" targetFramework="net471" />
|
||||
<package id="System.Drawing.Common" version="4.5.1" targetFramework="net471" />
|
||||
<package id="System.Interactive.Async" version="4.0.0-preview.1.build.745" targetFramework="net471" />
|
||||
<package id="System.Linq.Async" version="4.0.0-preview.1.build.745" targetFramework="net471" />
|
||||
<package id="System.Memory" version="4.5.2" targetFramework="net471" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue