1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-29 14:35:45 +00:00

Maj nuget

This commit is contained in:
Yan Maniez 2019-07-22 16:16:25 +02:00
parent da496a08a9
commit 9c2d626666
3 changed files with 3 additions and 3 deletions

View file

@ -227,7 +227,7 @@
<HintPath>..\..\packages\XamiTextSharpLGPLv2.1.0.0\lib\netstandard2.0\XamiTextSharpLGPLv2.dll</HintPath>
</Reference>
<Reference Include="YamlDotNet, Version=6.0.0.0, Culture=neutral, PublicKeyToken=ec19458f3c15af5e, processorArchitecture=MSIL">
<HintPath>..\..\packages\YamlDotNet.6.1.1\lib\net45\YamlDotNet.dll</HintPath>
<HintPath>..\..\packages\YamlDotNet.6.1.2\lib\net45\YamlDotNet.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>

View file

@ -48,5 +48,5 @@
<package id="Xamarin.Forms.Platform.GTK" version="4.1.0.581479" targetFramework="net471" />
<package id="Xamarin.Forms.Visual.Material" version="4.1.0.581479" targetFramework="net471" />
<package id="XamiTextSharpLGPLv2" version="1.0.0" targetFramework="net471" />
<package id="YamlDotNet" version="6.1.1" targetFramework="net471" />
<package id="YamlDotNet" version="6.1.2" targetFramework="net471" />
</packages>

View file

@ -99,7 +99,7 @@
<PackageReference Include="Xamarin.Forms" Version="4.1.0.581479" />
<PackageReference Include="Xamarin.Forms.Visual.Material" Version="4.1.0.581479" />
<PackageReference Include="XamiTextSharpLGPLv2" Version="1.0.0" />
<PackageReference Include="YamlDotNet" Version="6.1.1" />
<PackageReference Include="YamlDotNet" Version="6.1.2" />
</ItemGroup>
<ItemGroup>