File tree Expand file tree Collapse file tree 11 files changed +18
-4
lines changed
Fluxera.Extensions.Caching
Fluxera.Extensions.Common
Fluxera.Extensions.DataManagement
Fluxera.Extensions.DependencyInjection
Fluxera.Extensions.Localization
Fluxera.Extensions.Localization.Abstractions
Fluxera.Extensions.Validation
tests/Fluxera.Extensions.Localization.UnitTests Expand file tree Collapse file tree 11 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 3
3
using System ;
4
4
using System . Collections . Generic ;
5
5
using System . Linq ;
6
+ #if NET7_0_OR_GREATER
6
7
using System . Numerics ;
8
+ #endif
7
9
using System . Runtime . CompilerServices ;
8
10
using JetBrains . Annotations ;
9
11
Original file line number Diff line number Diff line change 3
3
using System ;
4
4
using System . Collections . Generic ;
5
5
using System . Linq ;
6
+ #if NET7_0_OR_GREATER
6
7
using System . Numerics ;
8
+ #endif
7
9
using System . Runtime . CompilerServices ;
8
10
using JetBrains . Annotations ;
9
11
Original file line number Diff line number Diff line change 3
3
using System ;
4
4
using System . Collections . Generic ;
5
5
using System . Linq ;
6
+ #if NET7_0_OR_GREATER
6
7
using System . Numerics ;
8
+ #endif
7
9
using System . Runtime . CompilerServices ;
8
10
using JetBrains . Annotations ;
9
11
Original file line number Diff line number Diff line change 3
3
using System ;
4
4
using System . Collections . Generic ;
5
5
using System . Linq ;
6
+ #if NET7_0_OR_GREATER
6
7
using System . Numerics ;
8
+ #endif
7
9
using System . Runtime . CompilerServices ;
8
10
using JetBrains . Annotations ;
9
11
Original file line number Diff line number Diff line change 28
28
</PackageReference >
29
29
<PackageReference Include =" JetBrains.Annotations" Version =" 2023.3.0" PrivateAssets =" All" />
30
30
<PackageReference Include =" Microsoft.Extensions.Http" Version =" 8.0.0" />
31
- <PackageReference Include =" Microsoft.Extensions.Http.Polly" Version =" 8.0.5 " />
31
+ <PackageReference Include =" Microsoft.Extensions.Http.Polly" Version =" 8.0.6 " />
32
32
</ItemGroup >
33
33
34
34
<ItemGroup >
Original file line number Diff line number Diff line change 3
3
using System ;
4
4
using System . Collections . Generic ;
5
5
using System . Linq ;
6
+ #if NET7_0_OR_GREATER
6
7
using System . Numerics ;
8
+ #endif
7
9
using System . Runtime . CompilerServices ;
8
10
using JetBrains . Annotations ;
9
11
Original file line number Diff line number Diff line change 28
28
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
29
29
</PackageReference >
30
30
<PackageReference Include =" JetBrains.Annotations" Version =" 2023.3.0" PrivateAssets =" All" />
31
- <PackageReference Include =" Microsoft.Extensions.Localization.Abstractions" Version =" 8.0.5 " />
31
+ <PackageReference Include =" Microsoft.Extensions.Localization.Abstractions" Version =" 8.0.6 " />
32
32
</ItemGroup >
33
33
34
34
</Project >
Original file line number Diff line number Diff line change 27
27
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
28
28
</PackageReference >
29
29
<PackageReference Include =" JetBrains.Annotations" Version =" 2023.3.0" PrivateAssets =" All" />
30
- <PackageReference Include =" Microsoft.Extensions.Localization" Version =" 8.0.5 " />
30
+ <PackageReference Include =" Microsoft.Extensions.Localization" Version =" 8.0.6 " />
31
31
</ItemGroup >
32
32
33
33
<ItemGroup >
Original file line number Diff line number Diff line change 3
3
using System ;
4
4
using System . Collections . Generic ;
5
5
using System . Linq ;
6
+ #if NET7_0_OR_GREATER
6
7
using System . Numerics ;
8
+ #endif
7
9
using System . Runtime . CompilerServices ;
8
10
using JetBrains . Annotations ;
9
11
Original file line number Diff line number Diff line change 3
3
using System ;
4
4
using System . Collections . Generic ;
5
5
using System . Linq ;
6
+ #if NET7_0_OR_GREATER
6
7
using System . Numerics ;
8
+ #endif
7
9
using System . Runtime . CompilerServices ;
8
10
using JetBrains . Annotations ;
9
11
Original file line number Diff line number Diff line change 9
9
<PackageReference Include =" FluentAssertions" Version =" 6.12.0" />
10
10
<PackageReference Include =" JetBrains.Annotations" Version =" 2023.3.0" />
11
11
<PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 8.0.0" />
12
- <PackageReference Include =" Microsoft.Extensions.Localization" Version =" 8.0.5 " />
12
+ <PackageReference Include =" Microsoft.Extensions.Localization" Version =" 8.0.6 " />
13
13
<PackageReference Include =" Microsoft.Extensions.Logging" Version =" 8.0.0" />
14
14
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.10.0" />
15
15
<PackageReference Include =" NUnit" Version =" 4.1.0" />
You can’t perform that action at this time.
0 commit comments