File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFramework > net8.0</TargetFramework >
3+ <TargetFrameworks >net6.0; net8.0</TargetFrameworks >
44 <GenerateDocumentationFile >true</GenerateDocumentationFile >
55 <PackageId >ApiStub.FSharp</PackageId >
66 <Version >1.2.5</Version >
2828 <Compile Include =" Csharp.fs" />
2929 <Compile Include =" BDD.fs" />
3030 </ItemGroup >
31- <ItemGroup >
32- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 8.0.15" >
33- <GeneratePathProperty ></GeneratePathProperty >
34- </PackageReference >
31+ <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0'" >
32+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 6.0.3" />
33+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 6.0.0" />
34+ </ItemGroup >
35+ <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
36+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 8.0.15" />
3537 <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 9.0.4" />
38+ </ItemGroup >
39+ <ItemGroup >
3640 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" all" />
3741 </ItemGroup >
3842 <ItemGroup >
You can’t perform that action at this time.
0 commit comments