File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
<Product >Refit ($(TargetFramework))</Product >
5
5
<TargetFrameworks >netstandard2.0;netstandard2.1;net462;net6.0;net7.0</TargetFrameworks >
6
6
<GenerateDocumentationFile Condition =" '$(Configuration)' == 'Release' " >true</GenerateDocumentationFile >
7
-
7
+
8
8
<Nullable >enable</Nullable >
9
9
</PropertyGroup >
10
10
11
- <ItemGroup >
11
+ <ItemGroup Condition = " '$(TargetFramework)' == 'net462' or '$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'netstandard2.1' " >
12
12
<PackageReference Include =" System.Text.Json" Version =" 8.0.3" />
13
13
<PackageReference Include =" System.Net.Http.Json" Version =" 8.0.0" />
14
14
</ItemGroup >
15
-
16
- <ItemGroup Condition =" '$(TargetFramework)' == 'net462'" >
15
+
16
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net462'" >
17
17
<Reference Include =" System.Web" />
18
18
<PackageReference Include =" System.Net.Http" Version =" 4.3.4" />
19
19
<ProjectReference Include =" ..\InterfaceStubGenerator.Roslyn38\InterfaceStubGenerator.Roslyn38.csproj" ReferenceOutputAssembly =" false" />
20
20
<ProjectReference Include =" ..\InterfaceStubGenerator.Roslyn40\InterfaceStubGenerator.Roslyn40.csproj" ReferenceOutputAssembly =" false" />
21
21
</ItemGroup >
22
22
23
- <ItemGroup Label =" Package" >
23
+ <ItemGroup Label =" Package" >
24
24
<None Include =" targets\refit.targets" PackagePath =" buildTransitive\netstandard2.0" Pack =" true" />
25
25
<None Include =" targets\refit.props" PackagePath =" buildTransitive\netstandard2.0" Pack =" true" />
26
26
You can’t perform that action at this time.
0 commit comments