File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
tests/Bugsnag.AspNet.Core.Tests Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 77 <ProduceReferenceAssembly >false</ProduceReferenceAssembly >
88 </PropertyGroup >
99 <ItemGroup >
10- <PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 2.3.0" />
1110 <PackageReference Include =" Microsoft.AspNetCore.Diagnostics" Version =" 2.3.0" />
1211 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.13.0" />
1312 <PackageReference Include =" xunit" Version =" 2.9.3" />
1615 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1716 </PackageReference >
1817 </ItemGroup >
18+ <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0'" >
19+ <PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 6.0.36" />
20+ </ItemGroup >
21+ <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
22+ <PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 8.0.14" />
23+ </ItemGroup >
1924 <ItemGroup >
2025 <ProjectReference Include =" ..\..\src\Bugsnag.AspNet.Core\Bugsnag.AspNet.Core.csproj" />
2126 <ProjectReference Include =" ..\..\tests\Bugsnag.Tests.Server\Bugsnag.Tests.Server.csproj" />
You can’t perform that action at this time.
0 commit comments