Skip to content

Commit 76ed19c

Browse files
#1684 Tweak Dependencies (#1693)
1 parent f2fdf45 commit 76ed19c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Refit/Refit.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
44
<Product>Refit ($(TargetFramework))</Product>
55
<TargetFrameworks>netstandard2.0;netstandard2.1;net462;net6.0;net7.0</TargetFrameworks>
66
<GenerateDocumentationFile Condition=" '$(Configuration)' == 'Release' ">true</GenerateDocumentationFile>
7-
7+
88
<Nullable>enable</Nullable>
99
</PropertyGroup>
1010

11-
<ItemGroup>
11+
<ItemGroup Condition="'$(TargetFramework)' == 'net462' or '$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'netstandard2.1'">
1212
<PackageReference Include="System.Text.Json" Version="8.0.3" />
1313
<PackageReference Include="System.Net.Http.Json" Version="8.0.0" />
1414
</ItemGroup>
15-
16-
<ItemGroup Condition="'$(TargetFramework)' == 'net462'">
15+
16+
<ItemGroup Condition="'$(TargetFramework)' == 'net462'">
1717
<Reference Include="System.Web" />
1818
<PackageReference Include="System.Net.Http" Version="4.3.4" />
1919
<ProjectReference Include="..\InterfaceStubGenerator.Roslyn38\InterfaceStubGenerator.Roslyn38.csproj" ReferenceOutputAssembly="false" />
2020
<ProjectReference Include="..\InterfaceStubGenerator.Roslyn40\InterfaceStubGenerator.Roslyn40.csproj" ReferenceOutputAssembly="false" />
2121
</ItemGroup>
2222

23-
<ItemGroup Label="Package">
23+
<ItemGroup Label="Package">
2424
<None Include="targets\refit.targets" PackagePath="buildTransitive\netstandard2.0" Pack="true" />
2525
<None Include="targets\refit.props" PackagePath="buildTransitive\netstandard2.0" Pack="true" />
2626

0 commit comments

Comments
 (0)