File tree 2 files changed +4
-4
lines changed
CacheTower.Serializers.SystemTextJson
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
</PropertyGroup >
10
10
11
11
<ItemGroup >
12
- <PackageReference Include =" System.Text.Json" Version =" 6 .0.7 " />
12
+ <PackageReference Include =" System.Text.Json" Version =" 7 .0.2 " />
13
13
</ItemGroup >
14
14
15
15
<ItemGroup >
Original file line number Diff line number Diff line change 10
10
</PropertyGroup >
11
11
12
12
<ItemGroup >
13
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 6 .0.0" />
14
- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 6 .0.3 " />
13
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 7 .0.0" />
14
+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 7 .0.0 " />
15
15
<PackageReference Include =" Nito.AsyncEx" Version =" 5.1.2" />
16
- <PackageReference Condition =" '$(TargetFramework)' == 'netstandard2.0'" Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 6 .0.0" />
16
+ <PackageReference Condition =" '$(TargetFramework)' == 'netstandard2.0'" Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 7 .0.0" />
17
17
<PackageReference Include =" System.Memory" Version =" 4.5.5" />
18
18
</ItemGroup >
19
19
You can’t perform that action at this time.
0 commit comments