Skip to content

Commit aefac9b

Browse files
committed
build: Upgrade dependencies in subprojects to 9.0.8
- Microsoft.DotNet.ILCompiler -> 9.0.8 - Microsoft.Extensions.Logging.Abstractions -> 9.0.8 - Microsoft.NET.ILLink.Tasks -> 9.0.8
1 parent c13ed67 commit aefac9b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Hi3Helper.Plugin.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<ItemGroup>
2525
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.8" />
26-
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="9.0.7" />
26+
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="9.0.8" />
2727
</ItemGroup>
2828

2929
<PropertyGroup Condition="'$(Configuration)'=='DebugNoReflection'">

PluginTest/PluginTest.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
</PropertyGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="Microsoft.DotNet.ILCompiler" Version="9.0.7" />
17-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.7" />
18-
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="9.0.7" />
16+
<PackageReference Include="Microsoft.DotNet.ILCompiler" Version="9.0.8" />
17+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.8" />
18+
<PackageReference Include="Microsoft.NET.ILLink.Tasks" Version="9.0.8" />
1919
</ItemGroup>
2020

2121
<ItemGroup>

packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
},
1414
"Microsoft.NET.ILLink.Tasks": {
1515
"type": "Direct",
16-
"requested": "[9.0.7, )",
17-
"resolved": "9.0.7",
18-
"contentHash": "SZ1brSGoLnhLbE8QUZrtN6YwzN2gDT1wbx9qDBEfFFJcstiDTjJ6ygNuTPBV/K7SjGfx2YNbcJi5+ygbPOZpDg=="
16+
"requested": "[9.0.8, )",
17+
"resolved": "9.0.8",
18+
"contentHash": "rd1CbIsMtVPtZNTIVD6Xydue//klYOOQIDpRgu3BHtv17AlpRs74/6QFbcYgMm/jL+naVU2T3OFLxVSLV5lQLQ=="
1919
},
2020
"Microsoft.Extensions.DependencyInjection.Abstractions": {
2121
"type": "Transitive",

0 commit comments

Comments
 (0)