File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
src/GobanSource.Bus.Redis Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netstandard2.0</ TargetFramework >
4
+ <TargetFrameworks >netstandard2.0;net8.0;net9.0</ TargetFrameworks >
5
5
<Nullable >enable</Nullable >
6
6
<LangVersion >10.0</LangVersion >
7
7
<ImplicitUsings >enable</ImplicitUsings >
27
27
28
28
<ItemGroup >
29
29
<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" />
34
33
<None Include =" ../../README.md" Pack =" true" PackagePath =" /" />
35
34
<None Include =" ../../icon.png" Pack =" true" PackagePath =" /" />
36
35
</ItemGroup >
You can’t perform that action at this time.
0 commit comments