Skip to content

Commit

Permalink
Update Sdk.targets
Browse files Browse the repository at this point in the history
  • Loading branch information
furesoft authored Feb 3, 2025
1 parent 95935d0 commit 8897a0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NewSource/Socordia.Build.Tasks/Sdk/Sdk.targets
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project>

<PropertyGroup Condition="'$(MSBuildProjectExtension)' == '.scproj'">
<PropertyGroup Condition="'$(MSBuildProjectExtension)' == '.scsproj'">
<LanguageTargets>$([MSBuild]::NormalizePath('$(MSBuildThisFileDirectory)', '..\Core\Socordia.Core.targets'))</LanguageTargets>
</PropertyGroup>

<Import Sdk="Microsoft.NET.Sdk" Project="Sdk.targets"/>

</Project>
</Project>

0 comments on commit 8897a0e

Please sign in to comment.