File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
tests/Exceptionless.DateTimeExtensions.Tests Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 31
31
</PropertyGroup >
32
32
33
33
<ItemGroup >
34
- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1 " PrivateAssets =" All" />
34
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0 " PrivateAssets =" All" />
35
35
<PackageReference Include =" AsyncFixer" Version =" 1.6.0" PrivateAssets =" All" />
36
36
<PackageReference Include =" MinVer" Version =" 4.3.0" PrivateAssets =" All" />
37
37
</ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<Import Project =" ..\..\build\common.props" />
3
3
<PropertyGroup >
4
- <TargetFramework >net6 .0</TargetFramework >
4
+ <TargetFramework >net8 .0</TargetFramework >
5
5
<IsPackable >False</IsPackable >
6
6
</PropertyGroup >
7
7
<ItemGroup >
8
8
<ProjectReference Include =" ..\..\src\Exceptionless.DateTimeExtensions\Exceptionless.DateTimeExtensions.csproj" />
9
9
</ItemGroup >
10
10
<ItemGroup >
11
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.7.2" />
12
- <PackageReference Include =" xunit" Version =" 2.5.3" />
13
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.3" />
11
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.8.0" />
12
+ <PackageReference Include =" xunit" Version =" 2.6.4" />
13
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.6" >
14
+ <PrivateAssets >all</PrivateAssets >
15
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
16
+ </PackageReference >
14
17
<PackageReference Include =" Foundatio.Xunit" Version =" 10.6.1" />
15
- <PackageReference Include =" GitHubActionsTestLogger" Version =" 2.3.3" PrivateAssets =" All" />
18
+ <PackageReference Include =" GitHubActionsTestLogger" Version =" 2.3.3" PrivateAssets =" All" />
16
19
</ItemGroup >
17
20
</Project >
You can’t perform that action at this time.
0 commit comments