File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
test/OpenFeature.IntegrationTests Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 4343 <PackageVersion Include =" Reqnroll.xUnit" Version =" 2.4.1" />
4444 <PackageVersion Include =" xunit" Version =" 2.9.3" />
4545 <PackageVersion Include =" xunit.runner.visualstudio" Version =" 2.8.2" />
46- <PackageVersion Include =" Microsoft.AspNetCore.TestHost" Version =" 9.0.3" />
46+ </ItemGroup >
47+
48+ <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
49+ <PackageVersion Include =" Microsoft.AspNetCore.TestHost" Version =" 8.0.21" />
50+ </ItemGroup >
51+
52+ <ItemGroup Condition =" '$(TargetFramework)' == 'net9.0'" >
53+ <PackageVersion Include =" Microsoft.AspNetCore.TestHost" Version =" 9.0.10" />
4754 </ItemGroup >
4855
4956 <ItemGroup Condition =" '$(OS)' == 'Unix'" >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework > net9.0</TargetFramework >
4+ <TargetFrameworks >net8.0; net9.0</TargetFrameworks >
55 </PropertyGroup >
66
77 <ItemGroup >
You can’t perform that action at this time.
0 commit comments