File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 18
18
fail-fast : false
19
19
matrix :
20
20
dotnet :
21
- - 7 .x
21
+ - 8 .x
22
22
arango :
23
23
- " arangodb:3.11"
24
24
- " arangodb:3.10"
Original file line number Diff line number Diff line change 16
16
- name : Setup
17
17
uses : actions/setup-dotnet@v3
18
18
with :
19
- dotnet-version : 7 .x
19
+ dotnet-version : 8 .x
20
20
21
21
- name : Build Version
22
22
id : vars
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net7 .0</TargetFramework >
4
+ <TargetFramework >net8 .0</TargetFramework >
5
5
<IsPackable >false</IsPackable >
6
6
</PropertyGroup >
7
7
10
10
</ItemGroup >
11
11
12
12
<ItemGroup >
13
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.3 .0" />
14
- <PackageReference Include =" xunit" Version =" 2.4.2 " />
13
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.8 .0" />
14
+ <PackageReference Include =" xunit" Version =" 2.6.1 " />
15
15
<PackageReference Include =" Xunit.Priority" Version =" 1.1.6" />
16
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5 " >
16
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.3 " >
17
17
<PrivateAssets >all</PrivateAssets >
18
18
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
19
19
</PackageReference >
20
- <PackageReference Include =" coverlet.collector" Version =" 3.1.2 " >
20
+ <PackageReference Include =" coverlet.collector" Version =" 6.0.0 " >
21
21
<PrivateAssets >all</PrivateAssets >
22
22
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
23
23
</PackageReference >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >netstandard2.0;netstandard2.1;net5 .0;net6 .0;net7 .0</TargetFrameworks >
4
+ <TargetFrameworks >netstandard2.0;netstandard2.1;net6 .0;net7 .0;net8 .0</TargetFrameworks >
5
5
<Company >Corona Bytes</Company >
6
6
<Authors >Andreas Dominik Jung</Authors >
7
7
<PackageId >Core.Arango</PackageId >
41
41
<PackageReference Include =" System.IdentityModel.Tokens.Jwt" Version =" 6.22.0" />
42
42
</ItemGroup >
43
43
44
- <ItemGroup Condition =" '$(TargetFramework)' == 'net5.0' " >
45
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 5.0.0" />
46
- </ItemGroup >
47
-
48
44
<ItemGroup Condition =" '$(TargetFramework)' == 'net6.0' " >
49
45
<PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 6.0.0" />
50
46
</ItemGroup >
53
49
<PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 7.0.0" />
54
50
</ItemGroup >
55
51
52
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0' " >
53
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 8.0.0" />
54
+ </ItemGroup >
55
+
56
56
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.1' " >
57
57
<PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 6.0.0" />
58
58
<PackageReference Include =" System.Text.Json" Version =" 6.0.5" />
You can’t perform that action at this time.
0 commit comments