Skip to content

Commit 066d21d

Browse files
committed
multi-targeting
1 parent f9eecb7 commit 066d21d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/GobanSource.Bus.Redis/GobanSource.Bus.Redis.csproj

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netstandard2.0</TargetFramework>
4+
<TargetFrameworks>netstandard2.0;net8.0;net9.0</TargetFrameworks>
55
<Nullable>enable</Nullable>
66
<LangVersion>10.0</LangVersion>
77
<ImplicitUsings>enable</ImplicitUsings>
@@ -27,10 +27,9 @@
2727

2828
<ItemGroup>
2929
<PackageReference Include="StackExchange.Redis" Version="2.8.24" />
30-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" />
31-
<PackageReference Include="System.Text.Json" Version="8.0.5" />
32-
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.1" />
33-
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
30+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.0" />
31+
<PackageReference Include="System.Text.Json" Version="9.0.0" />
32+
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.0" />
3433
<None Include="../../README.md" Pack="true" PackagePath="/"/>
3534
<None Include="../../icon.png" Pack="true" PackagePath="/"/>
3635
</ItemGroup>

0 commit comments

Comments
 (0)