Skip to content

Commit

Permalink
Downgrade iMobileDevice-net to last working version.
Browse files Browse the repository at this point in the history
  • Loading branch information
master131 committed May 22, 2020
1 parent 2b48198 commit f32647e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iFakeLocation/iFakeLocation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<OutputType>Exe</OutputType>
<TargetFrameworks>netcoreapp2.2;net45</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Version>1.4</Version>
<Version>1.4.1</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)' == 'net45'">
Expand All @@ -22,7 +22,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="iMobileDevice-net" Version="1.2.201" />
<PackageReference Include="iMobileDevice-net" Version="1.2.77" />
<PackageReference Include="MimeTypes" Version="1.1.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
Expand Down

0 comments on commit f32647e

Please sign in to comment.