File tree Expand file tree Collapse file tree
test/Exceptionless.RandomData.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 <MinVerSkip Condition =" '$(Configuration)' == 'Debug'" >true</MinVerSkip >
1111 <MinVerTagPrefix >v</MinVerTagPrefix >
1212
13- <Copyright >Copyright (c) 2022 Exceptionless. All rights reserved.</Copyright >
13+ <Copyright >Copyright (c) 2023 Exceptionless. All rights reserved.</Copyright >
1414 <Authors >Exceptionless</Authors >
1515 <NoWarn >$(NoWarn);CS1591;NU1701</NoWarn >
1616 <WarningsAsErrors >true</WarningsAsErrors >
3131 </PropertyGroup >
3232
3333 <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" />
3535 <PackageReference Include =" AsyncFixer" Version =" 1.6.0" PrivateAssets =" All" />
3636 <PackageReference Include =" MinVer" Version =" 4.3.0" PrivateAssets =" All" />
3737 </ItemGroup >
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22 <Import Project =" ..\..\build\common.props" />
33 <PropertyGroup >
4- <TargetFramework >net6 .0</TargetFramework >
4+ <TargetFramework >net8 .0</TargetFramework >
55 <IsPackable >False</IsPackable >
66 </PropertyGroup >
77 <ItemGroup >
88 <ProjectReference Include =" ..\..\src\Exceptionless.RandomData\Exceptionless.RandomData.csproj" />
99 </ItemGroup >
1010 <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 " >
1515 <PrivateAssets >all</PrivateAssets >
1616 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1717 </PackageReference >
You can’t perform that action at this time.
0 commit comments