File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change 55 <BannedApiAnalyzersVersion >3.3.4</BannedApiAnalyzersVersion >
66 <MicrosoftBclTimeProviderVersion >8.0.1</MicrosoftBclTimeProviderVersion >
77 <MicrosoftCSharpVersion >4.5.0</MicrosoftCSharpVersion >
8- <MicrosoftExtensionsLoggingAbstractionsVersion >3.1.0</MicrosoftExtensionsLoggingAbstractionsVersion >
98 <MicrosoftSourceLinkGitHubVersion >1.0.0</MicrosoftSourceLinkGitHubVersion >
109 <NetStandardVersion >2.0.3</NetStandardVersion >
1110 <NewtonsoftVersion >13.0.3</NewtonsoftVersion >
1413 <SystemTextJson >8.0.5</SystemTextJson >
1514 </PropertyGroup >
1615
16+
17+ <PropertyGroup Condition =" '$(TargetFramework)' == 'net9.0'" >
18+ <MicrosoftExtensionsLoggingAbstractionsVersion >9.0.0</MicrosoftExtensionsLoggingAbstractionsVersion >
19+ </PropertyGroup >
20+
21+ <PropertyGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
22+ <MicrosoftExtensionsLoggingAbstractionsVersion >8.0.0</MicrosoftExtensionsLoggingAbstractionsVersion >
23+ </PropertyGroup >
24+
25+ <PropertyGroup Condition =" '$(TargetFramework)' == 'net7.0'" >
26+ <MicrosoftExtensionsLoggingAbstractionsVersion >7.0.0</MicrosoftExtensionsLoggingAbstractionsVersion >
27+ </PropertyGroup >
28+
29+ <PropertyGroup Condition =" '$(TargetFramework)' == 'net6.0'" >
30+ <MicrosoftExtensionsLoggingAbstractionsVersion >6.0.0</MicrosoftExtensionsLoggingAbstractionsVersion >
31+ </PropertyGroup >
32+
33+ <PropertyGroup Condition =" '$(TargetFramework)' == 'net462'" >
34+ <MicrosoftExtensionsLoggingAbstractionsVersion >6.0.0</MicrosoftExtensionsLoggingAbstractionsVersion >
35+ </PropertyGroup >
36+
37+ <PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' Or '$(TargetFramework)' == 'net472'" >
38+ <MicrosoftExtensionsLoggingAbstractionsVersion >2.1.0</MicrosoftExtensionsLoggingAbstractionsVersion >
39+ </PropertyGroup >
40+
1741</Project >
You can’t perform that action at this time.
0 commit comments