Skip to content

Commit

Permalink
#1320 ProduceReferenceAssembly=False for F# to fix break on .NET 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Jand42 committed Mar 14, 2023
1 parent e60df9a commit 1521c03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions msbuild/WebSharper.FSharp.targets
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<WebSharperConfigFile Condition=" '$(WebSharperConfigFile)' == '' AND Exists('$(MSBuildProjectDirectory)/wsconfig.json') ">$(MSBuildProjectDirectory)/wsconfig.json</WebSharperConfigFile>
<SkipCompilerExecution>True</SkipCompilerExecution>
<ProvideCommandLineArgs>True</ProvideCommandLineArgs>
<ProduceReferenceAssembly>False</ProduceReferenceAssembly>
</PropertyGroup>
<Target Name="RecompileOnConfigChanges" BeforeTargets="BeforeBuild" Condition=" '$(WebSharperRunCompiler)' == 'True' AND '$(WebSharperConfigFile)' != '' AND Exists('$(WebSharperConfigFile)') ">
<ItemGroup>
Expand Down

0 comments on commit 1521c03

Please sign in to comment.