We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff61ecc commit 0d84603Copy full SHA for 0d84603
TaskService/TaskService.csproj
@@ -41,12 +41,12 @@
41
<Choose>
42
<When Condition=" $(TargetFramework.StartsWith('net9')) ">
43
<ItemGroup>
44
- <PackageReference Include="System.Diagnostics.EventLog" Version="9.0.0" />
+ <PackageReference Include="System.Diagnostics.EventLog" Version="9.0.2" />
45
</ItemGroup>
46
</When>
47
<When Condition=" $(TargetFramework.StartsWith('net8')) ">
48
49
- <PackageReference Include="System.Diagnostics.EventLog" Version="8.0.0" />
+ <PackageReference Include="System.Diagnostics.EventLog" Version="8.0.1" />
50
51
52
<When Condition=" $(TargetFramework.StartsWith('net7')) ">
0 commit comments