Skip to content
This repository has been archived by the owner on Mar 22, 2019. It is now read-only.

Commit

Permalink
Fix importing of Xamarin SDK targets
Browse files Browse the repository at this point in the history
  • Loading branch information
wjk committed Feb 22, 2018
1 parent 0faf94f commit 48964f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Microsoft.NET.Sdk.Xamarin/Sdk/Sdk.targets
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<Project>
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
<LanguageTargets>$(MSBuildThisFileDirectory)/../build/$(TargetFrameworkIdentifier).targets</LanguageTargets>
</PropertyGroup>

<Import Project="$(MSBuildThisFileDirectory)/../build/$(TargetFrameworkIdentifier).targets" />
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
</Project>

0 comments on commit 48964f2

Please sign in to comment.