mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-09 09:34:49 +09:00
Condition the use of NetCoreAppPrevious TFM (#92941)
* Condition the use of NetCoreAppPrevious TFM NuGet doesn't support duplicate TFMs in the TargetFrameworks string. Condition the use of NetCoreAppPrevious TFMs until NuGet supports that (which is planned afaik). * Fix ODBC project TFM
This commit is contained in:
parent
5f5d8608e2
commit
bdceab9718
21 changed files with 45 additions and 24 deletions
|
@ -89,8 +89,9 @@
|
|||
|
||||
<!-- The previous supported .NET version. -->
|
||||
<NetCoreAppPreviousVersion>8.0</NetCoreAppPreviousVersion>
|
||||
<NetCoreAppPrevious>net$(NetCoreAppPreviousVersion)</NetCoreAppPrevious>
|
||||
<NetCoreAppPrevious Condition="'$(DotNetBuildFromSource)' == 'true'">$(NetCoreAppCurrent)</NetCoreAppPrevious>
|
||||
<!-- For the .NET 9 release, set NetCoreAppPrevious to empty as NuGet has issues
|
||||
with duplicate TFMs (when using both NetCoreAppPrevious and NetCoreAppMinimum). -->
|
||||
<NetCoreAppPrevious />
|
||||
|
||||
<!-- The minimum supported .NET version. -->
|
||||
<NetCoreAppMinimum>net8.0</NetCoreAppMinimum>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue