Skip to content

Commit a8de4b4

Browse files
committed
Fix tests
1 parent 042ed7e commit a8de4b4

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/ProjectTemplates/Web.ProjectTemplates/EmptyWeb-FSharp.fsproj.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk.Web">
1+
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
44
<TargetFramework>${DefaultNetCoreTargetFramework}</TargetFramework>
@@ -7,7 +7,6 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<Compile Include="Startup.fs" />
1110
<Compile Include="Program.fs" />
1211
</ItemGroup>
1312

src/ProjectTemplates/test/template-baselines.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,6 @@
371371
"appsettings.Development.json",
372372
"appsettings.json",
373373
"Program.cs",
374-
"Startup.cs",
375374
"Properties/launchSettings.json"
376375
],
377376
"AuthOption": "None"
@@ -383,7 +382,6 @@
383382
"appsettings.Development.json",
384383
"appsettings.json",
385384
"Program.fs",
386-
"Startup.fs",
387385
"Properties/launchSettings.json"
388386
],
389387
"AuthOption": "None"

0 commit comments

Comments
 (0)