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

Commit 0631385

Browse files
committed
netstandard reference shouldn't be necessary
1 parent bdcba08 commit 0631385

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)