File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
test/Exceptionless.RandomData.Tests Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 10
10
<MinVerSkip Condition =" '$(Configuration)' == 'Debug'" >true</MinVerSkip >
11
11
<MinVerTagPrefix >v</MinVerTagPrefix >
12
12
13
- <Copyright >Copyright (c) 2022 Exceptionless. All rights reserved.</Copyright >
13
+ <Copyright >Copyright (c) 2023 Exceptionless. All rights reserved.</Copyright >
14
14
<Authors >Exceptionless</Authors >
15
15
<NoWarn >$(NoWarn);CS1591;NU1701</NoWarn >
16
16
<WarningsAsErrors >true</WarningsAsErrors >
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
- <Project Sdk =" Microsoft.NET.Sdk" >
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.RandomData\Exceptionless.RandomData.csproj" />
9
9
</ItemGroup >
10
10
<ItemGroup >
11
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.7.2 " />
12
- <PackageReference Include =" GitHubActionsTestLogger" Version =" 2.3.3" PrivateAssets =" All" />
13
- <PackageReference Include =" xunit" Version =" 2.5.3 " />
14
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.3 " >
11
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.8.0 " />
12
+ <PackageReference Include =" GitHubActionsTestLogger" Version =" 2.3.3" PrivateAssets =" All" />
13
+ <PackageReference Include =" xunit" Version =" 2.6.4 " />
14
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.6 " >
15
15
<PrivateAssets >all</PrivateAssets >
16
16
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
17
17
</PackageReference >
You can’t perform that action at this time.
0 commit comments