update Newtonsoft.Json, FluentFTP and MegaApiClient to the latest versions
This commit is contained in:
		| @@ -6,7 +6,7 @@ | ||||
|   </PropertyGroup> | ||||
|  | ||||
|   <ItemGroup> | ||||
|     <PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> | ||||
|     <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> | ||||
|   </ItemGroup> | ||||
|  | ||||
| </Project> | ||||
|   | ||||
| @@ -20,13 +20,13 @@ | ||||
|   </ItemGroup> | ||||
|  | ||||
|   <ItemGroup> | ||||
|     <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" /> | ||||
|     <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" /> | ||||
|     <PackageReference Include="xunit" Version="2.4.2" /> | ||||
|     <PackageReference Include="xunit.runner.visualstudio" Version="2.4.5"> | ||||
|       <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||||
|       <PrivateAssets>all</PrivateAssets> | ||||
|     </PackageReference> | ||||
|     <PackageReference Include="coverlet.collector" Version="3.1.2"> | ||||
|     <PackageReference Include="coverlet.collector" Version="6.0.2"> | ||||
|       <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||||
|       <PrivateAssets>all</PrivateAssets> | ||||
|     </PackageReference> | ||||
|   | ||||
| @@ -1,9 +1,10 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" InitialTargets="showFlavor"> | ||||
| <Target Name="showFlavor" AfterTargets="Build"> | ||||
|         <Message Importance="high" Text="building flavor $(Flavor)"></Message> | ||||
|     </Target> | ||||
| <Import Project="../build-properties.props"/> | ||||
|   <Target Name="showFlavor" AfterTargets="Build"> | ||||
|     <Message Importance="high" Text="building flavor $(Flavor)"> | ||||
|     </Message> | ||||
|   </Target> | ||||
|   <Import Project="../build-properties.props" /> | ||||
|   <PropertyGroup> | ||||
|     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||||
|     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||||
| @@ -182,10 +183,10 @@ | ||||
|   </ItemGroup> | ||||
|   <ItemGroup Condition=" '$(Flavor)'!='NoNet' "> | ||||
|     <PackageReference Include="FluentFTP"> | ||||
|       <Version>48.0.0</Version> | ||||
|       <Version>51.1.0</Version> | ||||
|     </PackageReference> | ||||
|     <PackageReference Include="MegaApiClient"> | ||||
|       <Version>1.10.3</Version> | ||||
|       <Version>1.10.4</Version> | ||||
|     </PackageReference> | ||||
|     <PackageReference Include="Microsoft.Graph"> | ||||
|       <Version>1.21.0</Version> | ||||
| @@ -312,4 +313,4 @@ | ||||
|   <Target Name="AfterBuild"> | ||||
|   </Target> | ||||
|   --> | ||||
| </Project> | ||||
| </Project> | ||||
| @@ -88,7 +88,7 @@ | ||||
|   </Choose> | ||||
|   <ItemGroup Condition=" '$(Flavor)'=='NoNet' "> | ||||
|     <PackageReference Include="Newtonsoft.Json"> | ||||
|       <Version>13.0.1</Version> | ||||
|       <Version>13.0.3</Version> | ||||
|     </PackageReference> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Philipp Crocoll
					Philipp Crocoll