Skip to content

Commit 46c0afa

Browse files
NshaiCopilot
andauthored
Update src/SourceFlow/SourceFlow.csproj
Co-authored-by: Copilot <[email protected]> Signed-off-by: Najaf Shaikh <[email protected]>
1 parent ee6a273 commit 46c0afa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/SourceFlow/SourceFlow.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@
4040
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net9.0|AnyCPU'">
4141
<Optimize>True</Optimize>
4242
</PropertyGroup>
43-
43+
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' and '$(Platform)' == 'AnyCPU' and ( '$(TargetFramework)' == 'net462' or '$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'netstandard2.1' or '$(TargetFramework)' == 'net9.0' ) ">
44+
<Optimize>True</Optimize>
45+
</PropertyGroup>
4446
<ItemGroup>
4547
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.6" />
4648
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.6" />

0 commit comments

Comments
 (0)