Skip to content

Commit 661031c

Browse files
Remove obsolete FSharp.NET.Sdk references (#9512)
1 parent acc995e commit 661031c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed
Lines changed: 1 addition & 6 deletions
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)