Skip to content

Commit

Permalink
Fix F# template
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkatz6 committed Mar 12, 2024
1 parent 5ef9d9f commit 926eb19
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
<base href="/" />
<link rel="modulepreload" href="./main.js" />
<link rel="modulepreload" href="./_framework/dotnet.js" />
<link rel="modulepreload" href="./_framework/dotnet.runtime.js" />
<link rel="modulepreload" href="./_framework/dotnet.native.js" />
<link rel="modulepreload" href="./_framework/avalonia.js" />
<link rel="stylesheet" href="./app.css" />
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@
<!--#endif -->
</PropertyGroup>

<!--#if (!Avalonia11_1Chosen) -->
<ItemGroup>
<Compile Include="Program.fs" />
</ItemGroup>

<!--#if (!Avalonia11_1Chosen) -->
<ItemGroup>
<WasmExtraFilesToDeploy Include="wwwroot\**" />
</ItemGroup>
<!--#endif -->

<ItemGroup>
<Content Include="runtimeconfig.template.json" />
</ItemGroup>
<!--#endif -->

<ItemGroup>
<PackageReference Include="Avalonia.Browser" Version="$(AvaloniaVersion)" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
<base href="/" />
<link rel="modulepreload" href="./main.js" />
<link rel="modulepreload" href="./_framework/dotnet.js" />
<link rel="modulepreload" href="./_framework/dotnet.runtime.js" />
<link rel="modulepreload" href="./_framework/dotnet.native.js" />
<link rel="modulepreload" href="./_framework/avalonia.js" />
<link rel="stylesheet" href="./app.css" />
</head>
Expand Down

0 comments on commit 926eb19

Please sign in to comment.