This repository was archived by the owner on Feb 11, 2025. It is now read-only.
File tree 2 files changed +5
-8
lines changed
2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 31
31
32
32
<!-- Conditional compilation-->
33
33
<PropertyGroup Condition =" '$(OS)' == 'Windows_NT' " >
34
- <TargetFrameworks >net461;netstandard2.0</TargetFrameworks >
34
+ <TargetFrameworks >net461;net472; netstandard2.0</TargetFrameworks >
35
35
</PropertyGroup >
36
36
<PropertyGroup Condition =" '$(OS)' != 'Windows_NT' " >
37
37
<TargetFramework >netstandard2.0</TargetFramework >
38
38
</PropertyGroup >
39
39
40
40
<ItemGroup >
41
- <PackageReference Include =" minver" Version =" 2.0.0" >
42
- <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
43
- <PrivateAssets >all</PrivateAssets >
44
- </PackageReference >
41
+ <PackageReference Include =" minver" Version =" 2.0.0" PrivateAssets =" All" />
45
42
46
43
<PackageReference Include =" Newtonsoft.Json" Version =" 11.0.2" />
47
44
<PackageReference Include =" System.Text.Encodings.Web" Version =" 4.5.0" />
48
45
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-beta2-19554-01" PrivateAssets =" All" />
49
46
</ItemGroup >
50
47
51
- <ItemGroup Condition =" '$(TargetFramework)' == 'net461' " >
48
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net461' or '$(TargetFramework)' == 'net472' " >
52
49
<Reference Include =" System.Net.Http" />
53
50
</ItemGroup >
54
51
Original file line number Diff line number Diff line change 5
5
6
6
<!-- Conditional compilation-->
7
7
<PropertyGroup Condition =" '$(OS)' == 'Windows_NT' " >
8
- <TargetFrameworks >net461;netcoreapp2.1;netcoreapp2.2;netcoreapp3.0</TargetFrameworks >
8
+ <TargetFrameworks >net461;net472; netcoreapp2.1;netcoreapp2.2;netcoreapp3.0</TargetFrameworks >
9
9
</PropertyGroup >
10
10
<PropertyGroup Condition =" '$(OS)' != 'Windows_NT' " >
11
11
<TargetFramework >netcoreapp2.1</TargetFramework >
40
40
<PackageReference Include =" Microsoft.AspNetCore.WebUtilities" Version =" 2.2.0" />
41
41
</ItemGroup >
42
42
43
- <ItemGroup Condition =" '$(TargetFramework)' == 'net461' " >
43
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net461' or $(TargetFramework) == 'net472' " >
44
44
<PackageReference Include =" Microsoft.Extensions.PlatformAbstractions" Version =" 1.1.0" />
45
45
<PackageReference Include =" Microsoft.AspNetCore.WebUtilities" Version =" 2.0.1" />
46
46
</ItemGroup >
You can’t perform that action at this time.
0 commit comments