Skip to content

Commit e89039e

Browse files
Cryotechnicneon-nyan
authored andcommitted
Update PLJ for net10 & PluginTest project
1 parent 4e5fa7d commit e89039e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

PluginTest/PluginTest.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net9.0</TargetFramework>
5+
<TargetFramework>net10.0</TargetFramework>
66
<ImplicitUsings>disable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
<PublishAot>true</PublishAot>
@@ -13,7 +13,7 @@
1313
</PropertyGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.9" />
16+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.0" />
1717
</ItemGroup>
1818

1919
<ItemGroup>

packages.lock.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
"version": 1,
33
"dependencies": {
44
"net10.0": {
5+
"Microsoft.DotNet.ILCompiler": {
6+
"type": "Direct",
7+
"requested": "[10.0.0, )",
8+
"resolved": "10.0.0",
9+
"contentHash": "f9u8fMRROe2lS5MOOLutK6iSNTK9pC3kqd90FIn8Sk29fbZ0QDjZrBbwUkhouk/8dppC71SIEQaag0lGRTxvfA=="
10+
},
511
"Microsoft.Extensions.Logging.Abstractions": {
612
"type": "Direct",
713
"requested": "[10.0.0, )",

0 commit comments

Comments
 (0)