Merged PR 26839: Ignore EOL warning for net5.0 in F#.
Ignore EOL warning for net5.0 in F#.
This commit is contained in:
parent
54e6b93101
commit
9c193d440c
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
custom sourcebuild arg is the one that's required. This avoids running bootstrapping twice.
|
||||
-->
|
||||
<BuildCommandArgs>$(BuildCommandArgs) --sourcebuild</BuildCommandArgs>
|
||||
<BuildCommandArgs>$(BuildCommandArgs) /p:CheckEolTargetFramework=false</BuildCommandArgs>
|
||||
<BuildCommand>$(StandardSourceBuildCommand) $(BuildCommandArgs)</BuildCommand>
|
||||
|
||||
<OutputPlacementRepoApiImplemented>false</OutputPlacementRepoApiImplemented>
|
||||
|
|
Loading…
Reference in a new issue