Skip to content

Commit 1454628

Browse files
committed
Remove FSharp.NET.Sdk reference from template tests
1 parent c8eb916 commit 1454628

File tree

1 file changed

+1
-6
lines changed
  • test/dotnet-new.IntegrationTests/Approvals/sample06.console-csharp-fsharp.language=F#.verified/sample06

1 file changed

+1
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="FSharp.NET.Sdk;Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
@@ -9,9 +9,4 @@
99
<Compile Include="Program.fs" />
1010
</ItemGroup>
1111

12-
<ItemGroup>
13-
<PackageReference Include="FSharp.Core" Version="4.1.*" />
14-
<PackageReference Include="FSharp.NET.Sdk" Version="1.0.*" PrivateAssets="All" />
15-
</ItemGroup>
16-
1712
</Project>

0 commit comments

Comments
 (0)