Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 494eb97

Browse files
authored
Merge pull request #159 from cartermp/fs-whoopsie
netstandard reference shouldn't be necessary in F# projects
2 parents a54ddc5 + 0631385 commit 494eb97

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

containers/dotnetcore-2.1-fsharp/test-project/app.fsproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
<ItemGroup>
99
<Compile Include="Program.fs" />
10-
<Reference Include="netstandard" />
1110
</ItemGroup>
1211

1312
</Project>

containers/dotnetcore-2.2-fsharp/test-project/app.fsproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
<ItemGroup>
99
<Compile Include="Program.fs" />
10-
<Reference Include="netstandard" />
1110
</ItemGroup>
1211

1312
</Project>

containers/dotnetcore-3.0-fsharp/test-project/app.fsproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
<ItemGroup>
99
<Compile Include="Program.fs" />
10-
<Reference Include="netstandard" />
1110
</ItemGroup>
1211

1312
</Project>

0 commit comments

Comments
 (0)