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 5
5
<BannedApiAnalyzersVersion >3.3.4</BannedApiAnalyzersVersion >
6
6
<MicrosoftBclTimeProviderVersion >8.0.1</MicrosoftBclTimeProviderVersion >
7
7
<MicrosoftCSharpVersion >4.5.0</MicrosoftCSharpVersion >
8
- <MicrosoftExtensionsLoggingAbstractionsVersion >3.1.0</MicrosoftExtensionsLoggingAbstractionsVersion >
9
8
<MicrosoftSourceLinkGitHubVersion >1.0.0</MicrosoftSourceLinkGitHubVersion >
10
9
<NetStandardVersion >2.0.3</NetStandardVersion >
11
10
<NewtonsoftVersion >13.0.3</NewtonsoftVersion >
14
13
<SystemTextJson >8.0.5</SystemTextJson >
15
14
</PropertyGroup >
16
15
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
+
17
41
</Project >
You can’t perform that action at this time.
0 commit comments