Skip to content

Commit efcbc04

Browse files
committed
chore: include launchSettings.json into FSharpLint.Console.fsproj if present
1 parent e078a76 commit efcbc04

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/FSharpLint.Console/FSharpLint.Console.fsproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
</AssemblyAttribute>
2222
</ItemGroup>
2323

24+
<ItemGroup>
25+
<None Include="Properties\launchSettings.json" Condition="Exists('Properties\launchSettings.json')" />
26+
</ItemGroup>
27+
2428
<ItemGroup>
2529
<Compile Include="Output.fs" />
2630
<Compile Include="Program.fs" />

0 commit comments

Comments
 (0)