From e7fb7fd8dc956e146915b8d8e3ec77fd3b158616 Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Wed, 10 Sep 2025 14:22:48 -0300 Subject: [PATCH] We only ever support C#, so use .cs extension Don't rely on the property being set to (potentially) something else that we don't support --- src/SmallSharp/SmallSharp.props | 2 +- src/SmallSharp/SmallSharp.targets | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/SmallSharp/SmallSharp.props b/src/SmallSharp/SmallSharp.props index 2fad040..927055f 100644 --- a/src/SmallSharp/SmallSharp.props +++ b/src/SmallSharp/SmallSharp.props @@ -2,7 +2,7 @@ - $(Features);FileBasedProgram + $(Features);FileBasedProgram $(MSBuildThisFileDirectory)\SmallSharp.Before.props diff --git a/src/SmallSharp/SmallSharp.targets b/src/SmallSharp/SmallSharp.targets index a5e5b11..82f5cdf 100644 --- a/src/SmallSharp/SmallSharp.targets +++ b/src/SmallSharp/SmallSharp.targets @@ -21,8 +21,8 @@ - - + + @@ -47,7 +47,7 @@ - +