Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinRansom committed Mar 29, 2024
1 parent d05b465 commit de05f8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/fsc/fscProject/fsc.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)' == 'Proto'">
<TargetFramework>$(FSharpNetCoreProductTargetFramework)</TargetFramework>
<TargetFramework>net472</TargetFramework>
<PublishReadyToRun>true</PublishReadyToRun>
<RuntimeIdentifiers Condition="'$(OS)' != 'Unix'">win-x64</RuntimeIdentifiers>
<RuntimeIdentifiers Condition="'$(OS)' == 'Unix'">linux-x64</RuntimeIdentifiers>
Expand Down
2 changes: 1 addition & 1 deletion src/fsi/fsiProject/fsi.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)' == 'Proto'">
<TargetFramework>$(FSharpNetCoreProductTargetFramework)</TargetFramework>
<TargetFramework>net472</TargetFramework>
<PublishReadyToRun>false</PublishReadyToRun>
<RuntimeIdentifiers Condition="'$(OS)' != 'Unix'">win-x64</RuntimeIdentifiers>
<RuntimeIdentifiers Condition="'$(OS)' == 'Unix'">linux-x64</RuntimeIdentifiers>
Expand Down

0 comments on commit de05f8e

Please sign in to comment.