File tree Expand file tree Collapse file tree 2 files changed +7
-16
lines changed Expand file tree Collapse file tree 2 files changed +7
-16
lines changed Original file line number Diff line number Diff line change 10
10
</ItemGroup >
11
11
12
12
<ItemGroup >
13
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.8 .0" />
14
- <PackageReference Include =" xunit" Version =" 2.6.1 " />
13
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.9 .0" />
14
+ <PackageReference Include =" xunit" Version =" 2.7.0 " />
15
15
<PackageReference Include =" Xunit.Priority" Version =" 1.1.6" />
16
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.3 " >
16
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.7 " >
17
17
<PrivateAssets >all</PrivateAssets >
18
18
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
19
19
</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;net6.0;net7.0; net8.0</TargetFrameworks >
4
+ <TargetFrameworks >netstandard2.0;netstandard2.1;net8.0</TargetFrameworks >
5
5
<Company >Corona Bytes</Company >
6
6
<Authors >Andreas Dominik Jung</Authors >
7
7
<PackageId >Core.Arango</PackageId >
32
32
</PropertyGroup >
33
33
34
34
<ItemGroup >
35
- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1 " PrivateAssets =" All" />
35
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0 " PrivateAssets =" All" />
36
36
</ItemGroup >
37
37
38
-
39
38
<ItemGroup >
40
- <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.2" />
41
- <PackageReference Include =" System.IdentityModel.Tokens.Jwt" Version =" 6.22.0" />
42
- </ItemGroup >
43
-
44
- <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0' " >
45
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 6.0.0" />
46
- </ItemGroup >
47
-
48
- <ItemGroup Condition =" '$(TargetFramework)' == 'net7.0' " >
49
- <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 7.0.0" />
39
+ <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
40
+ <PackageReference Include =" System.IdentityModel.Tokens.Jwt" Version =" 7.3.1" />
50
41
</ItemGroup >
51
42
52
43
<ItemGroup Condition =" '$(TargetFramework)' == 'net8.0' " >
You can’t perform that action at this time.
0 commit comments