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

Commit

Permalink
Update MSBuild.SDK.Extras
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Jun 19, 2018
1 parent 5ba146a commit dd9d3f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 1 addition & 4 deletions src/PCLCrypto/PCLCrypto.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="MSBuild.Sdk.Extras">
<PropertyGroup>
<TargetFrameworks>netstandard1.0;portable-net45+win8+wpa81+wp8;net45;portable-win81+wpa81;MonoAndroid23;Xamarin.iOS10;wp8;netcoreapp1.0</TargetFrameworks>

Expand Down Expand Up @@ -42,7 +42,6 @@

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

<ItemGroup Condition=" '$(TargetsAndroid)' == 'true' ">
Expand All @@ -59,6 +58,4 @@
<PackageReference Include="System.Security.Cryptography.Csp" Version="4.3.0" />
<PackageReference Include="System.Security.Cryptography.Algorithms" Version="4.3.0" />
</ItemGroup>

<Import Project="$(MSBuildSDKExtrasTargets)" Condition="Exists('$(MSBuildSDKExtrasTargets)')" />
</Project>
5 changes: 5 additions & 0 deletions src/global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"msbuild-sdks": {
"MSBuild.Sdk.Extras": "1.5.4"
}
}

0 comments on commit dd9d3f7

Please sign in to comment.