|
27 | 27 | <!-- The TFMs of the dotnet-monitor tool. -->
|
28 | 28 | <ToolTargetFrameworks>$(LatestTargetFramework)</ToolTargetFrameworks>
|
29 | 29 | <!-- The TFMs of that the dotnet-monitor tool supports diagnosing. -->
|
30 |
| - <TestTargetFrameworks>net6.0;net7.0;net8.0;net9.0;$(LatestTargetFramework)</TestTargetFrameworks> |
| 30 | + <TestTargetFrameworks>net8.0;net9.0;$(LatestTargetFramework)</TestTargetFrameworks> |
31 | 31 | <!-- The TFM for generating schema.json and OpenAPI docs. -->
|
32 |
| - <SchemaTargetFramework>net10.0</SchemaTargetFramework> |
| 32 | + <SchemaTargetFramework>$(LatestTargetFramework)</SchemaTargetFramework> |
33 | 33 | </PropertyGroup>
|
34 | 34 | <PropertyGroup Label="Arcade">
|
35 | 35 | <UsingToolXliff>false</UsingToolXliff>
|
|
70 | 70 | <MicrosoftFileFormatsVersion>1.0.615501</MicrosoftFileFormatsVersion>
|
71 | 71 | </PropertyGroup>
|
72 | 72 | <PropertyGroup Label="Runtime Versions">
|
73 |
| - <MicrosoftAspNetCoreApp31Version>$(MicrosoftNETCoreApp31Version)</MicrosoftAspNetCoreApp31Version> |
74 |
| - <MicrosoftNETCoreApp50Version>5.0.17</MicrosoftNETCoreApp50Version> |
75 |
| - <MicrosoftAspNetCoreApp50Version>$(MicrosoftNETCoreApp50Version)</MicrosoftAspNetCoreApp50Version> |
76 |
| - <MicrosoftAspNetCoreApp60Version>$(MicrosoftNETCoreApp60Version)</MicrosoftAspNetCoreApp60Version> |
77 |
| - <MicrosoftAspNetCoreApp70Version>$(MicrosoftNETCoreApp70Version)</MicrosoftAspNetCoreApp70Version> |
78 | 73 | <MicrosoftAspNetCoreApp80Version>$(MicrosoftNETCoreApp80Version)</MicrosoftAspNetCoreApp80Version>
|
79 | 74 | <MicrosoftAspNetCoreApp90Version>$(MicrosoftNETCoreApp90Version)</MicrosoftAspNetCoreApp90Version>
|
80 | 75 | <MicrosoftNETCoreApp100Version>$(MicrosoftNETCoreAppRuntimewinx64Version)</MicrosoftNETCoreApp100Version>
|
|
90 | 85 | <MicrosoftBclAsyncInterfacesVersion>6.0.0</MicrosoftBclAsyncInterfacesVersion>
|
91 | 86 | <MicrosoftDiagnosticsTracingTraceEventVersion>3.0.7</MicrosoftDiagnosticsTracingTraceEventVersion>
|
92 | 87 | </PropertyGroup>
|
93 |
| - <PropertyGroup Label=".NET 6 Dependent" Condition=" '$(TargetFramework)' == 'net6.0' "> |
94 |
| - <MicrosoftAspNetCoreAuthenticationJwtBearerVersion>$(MicrosoftAspNetCoreApp60Version)</MicrosoftAspNetCoreAuthenticationJwtBearerVersion> |
95 |
| - <MicrosoftAspNetCoreAuthenticationNegotiateVersion>$(MicrosoftAspNetCoreApp60Version)</MicrosoftAspNetCoreAuthenticationNegotiateVersion> |
96 |
| - <MicrosoftExtensionsConfigurationAbstractionsVersion>$(MicrosoftExtensionsConfigurationAbstractions60Version)</MicrosoftExtensionsConfigurationAbstractionsVersion> |
97 |
| - <MicrosoftExtensionsLoggingVersion>$(MicrosoftExtensionsLogging60Version)</MicrosoftExtensionsLoggingVersion> |
98 |
| - <MicrosoftExtensionsLoggingAbstractionsVersion>$(MicrosoftExtensionsLoggingAbstractions60Version)</MicrosoftExtensionsLoggingAbstractionsVersion> |
99 |
| - <MicrosoftExtensionsLoggingConsoleVersion>$(MicrosoftExtensionsLoggingConsole60Version)</MicrosoftExtensionsLoggingConsoleVersion> |
100 |
| - <SystemTextJsonVersion>$(SystemTextJson80Version)</SystemTextJsonVersion> |
101 |
| - </PropertyGroup> |
102 |
| - <PropertyGroup Label=".NET 7 Dependent" Condition=" '$(TargetFramework)' == 'net7.0' "> |
103 |
| - <MicrosoftAspNetCoreAuthenticationJwtBearerVersion>$(MicrosoftAspNetCoreApp70Version)</MicrosoftAspNetCoreAuthenticationJwtBearerVersion> |
104 |
| - <MicrosoftExtensionsConfigurationAbstractionsVersion>$(MicrosoftExtensionsConfigurationAbstractions70Version)</MicrosoftExtensionsConfigurationAbstractionsVersion> |
105 |
| - <MicrosoftExtensionsLoggingVersion>$(MicrosoftExtensionsLogging70Version)</MicrosoftExtensionsLoggingVersion> |
106 |
| - <MicrosoftExtensionsLoggingAbstractionsVersion>$(MicrosoftExtensionsLoggingAbstractions70Version)</MicrosoftExtensionsLoggingAbstractionsVersion> |
107 |
| - <MicrosoftExtensionsLoggingConsoleVersion>$(MicrosoftExtensionsLoggingConsole70Version)</MicrosoftExtensionsLoggingConsoleVersion> |
108 |
| - <SystemTextJsonVersion>$(SystemTextJson80Version)</SystemTextJsonVersion> |
109 |
| - </PropertyGroup> |
110 | 88 | <PropertyGroup Label=".NET 8 Dependent" Condition=" '$(TargetFramework)' == 'net8.0' ">
|
111 | 89 | <MicrosoftAspNetCoreAuthenticationJwtBearerVersion>$(MicrosoftAspNetCoreApp80Version)</MicrosoftAspNetCoreAuthenticationJwtBearerVersion>
|
112 | 90 | <MicrosoftAspNetCoreAuthenticationNegotiateVersion>$(MicrosoftAspNetCoreApp80Version)</MicrosoftAspNetCoreAuthenticationNegotiateVersion>
|
|
0 commit comments