-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
24 lines (18 loc) · 1.79 KB
/
Copy pathDirectory.Build.props
File metadata and controls
24 lines (18 loc) · 1.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Project>
<PropertyGroup>
<TargetFrameworks>net8.0;net10.0</TargetFrameworks>
<!-- Shared Microsoft package bands per TFM -->
<MicrosoftAspNetCorePackageVersion Condition="'$(TargetFramework)' == 'net8.0'">8.0.19</MicrosoftAspNetCorePackageVersion>
<MicrosoftAspNetCorePackageVersion Condition="'$(TargetFramework)' == 'net10.0'">10.0.11</MicrosoftAspNetCorePackageVersion>
<MicrosoftExtensionsConfigurationVersion Condition="'$(TargetFramework)' == 'net8.0'">8.0.0</MicrosoftExtensionsConfigurationVersion>
<MicrosoftExtensionsConfigurationVersion Condition="'$(TargetFramework)' == 'net10.0'">10.0.11</MicrosoftExtensionsConfigurationVersion>
<MicrosoftExtensionsConfigurationBinderVersion Condition="'$(TargetFramework)' == 'net8.0'">8.0.2</MicrosoftExtensionsConfigurationBinderVersion>
<MicrosoftExtensionsConfigurationBinderVersion Condition="'$(TargetFramework)' == 'net10.0'">10.0.11</MicrosoftExtensionsConfigurationBinderVersion>
<MicrosoftExtensionsDependencyInjectionVersion Condition="'$(TargetFramework)' == 'net8.0'">8.0.1</MicrosoftExtensionsDependencyInjectionVersion>
<MicrosoftExtensionsDependencyInjectionVersion Condition="'$(TargetFramework)' == 'net10.0'">10.0.11</MicrosoftExtensionsDependencyInjectionVersion>
<MicrosoftExtensionsHostingVersion Condition="'$(TargetFramework)' == 'net8.0'">8.0.1</MicrosoftExtensionsHostingVersion>
<MicrosoftExtensionsHostingVersion Condition="'$(TargetFramework)' == 'net10.0'">10.0.11</MicrosoftExtensionsHostingVersion>
<SystemServiceModelSyndicationVersion Condition="'$(TargetFramework)' == 'net8.0'">8.0.0</SystemServiceModelSyndicationVersion>
<SystemServiceModelSyndicationVersion Condition="'$(TargetFramework)' == 'net10.0'">10.0.11</SystemServiceModelSyndicationVersion>
</PropertyGroup>
</Project>