From 8bec1d88b64b7481bfca61ad73b8906e6ab74787 Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Tue, 19 May 2026 16:28:09 -0300 Subject: [PATCH] Fix target inconsistency in generated SDK targets This was causing the SDKs to not be properly imported when specified as `#:sdk ...` in the C# file. --- src/SmallSharp/Sdk.props | 6 +++--- src/SmallSharp/Sdk.targets | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/SmallSharp/Sdk.props b/src/SmallSharp/Sdk.props index 4545ff2..aa5a6b4 100644 --- a/src/SmallSharp/Sdk.props +++ b/src/SmallSharp/Sdk.props @@ -18,10 +18,10 @@ + Condition="!Exists('$(MSBuildProjectExtensionsPath)SmallSharp.sdk.props')" /> - + diff --git a/src/SmallSharp/Sdk.targets b/src/SmallSharp/Sdk.targets index 9ffff10..eb77fbb 100644 --- a/src/SmallSharp/Sdk.targets +++ b/src/SmallSharp/Sdk.targets @@ -1,10 +1,10 @@ + Condition="!Exists('$(MSBuildProjectExtensionsPath)SmallSharp.sdk.targets')" /> - +