Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
Fix build break on newer machines
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Mar 10, 2018
1 parent fee570d commit 0dba5aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<add key="repositorypath" value="..\packages" />
</config>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="myget.org/aarnott" value="https://www.myget.org/F/aarnott/api/v3/index.json" protocolVersion="3" />
<add key="PInvoke CI" value="https://ci.appveyor.com/nuget/pinvoke" />
Expand Down
4 changes: 2 additions & 2 deletions src/PCLCrypto/PCLCrypto.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="PInvoke.NCrypt" Version="0.5.64" Condition=" '$(TargetsSilverlight)' != 'true' and '$(IsRefAssembly)' != 'true' " />
<PackageReference Include="MSBuild.Sdk.Extras" Version="1.0.0" />
<PackageReference Include="PInvoke.NCrypt" Version="0.5.126" Condition=" '$(TargetsSilverlight)' != 'true' and '$(IsRefAssembly)' != 'true' " />
<PackageReference Include="MSBuild.Sdk.Extras" Version="1.2.2" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetsAndroid)' == 'true' ">
Expand Down

0 comments on commit 0dba5aa

Please sign in to comment.