File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup Label =" NuGet" >
3
- <TargetFrameworks >netstandard1.4;netstandard2.0;net451;net35</TargetFrameworks >
3
+ <TargetFrameworks >netstandard1.4;netstandard2.0;net451;net35;net472 </TargetFrameworks >
4
4
<IsPackable >true</IsPackable >
5
5
<PackageId >Twilio</PackageId >
6
6
<Description >Twilio REST API helper library</Description >
46
46
<Reference Include =" System.Net" />
47
47
<Reference Include =" System.Net.Http" />
48
48
</ItemGroup >
49
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net472' " >
50
+ <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.1" />
51
+ <PackageReference Include =" System.IdentityModel.Tokens.Jwt" Version =" 5.1.2" />
52
+ <PackageReference Include =" Microsoft.IdentityModel.Tokens" Version =" 5.1.2" />
53
+ <Reference Include =" System.Net" />
54
+ <Reference Include =" System.Net.Http" />
55
+ </ItemGroup >
49
56
<ItemGroup Condition =" '$(TargetFramework)' == 'net35' " >
50
57
<Reference Include =" System" />
51
58
<Reference Include =" System.Web" />
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<OutputType >Exe</OutputType >
4
4
<RootNamespace >Twilio.Tests</RootNamespace >
5
- <TargetFrameworks >netcoreapp2.0;net451;net35</TargetFrameworks >
5
+ <TargetFrameworks >netcoreapp2.0;net451;net35;net472 </TargetFrameworks >
6
6
<RuntimeIdentifier Condition =" '$(TargetFramework)' == 'net451' " >win7-x86</RuntimeIdentifier >
7
+ <RuntimeIdentifier Condition =" '$(TargetFramework)' == 'net472' " >win7-x86</RuntimeIdentifier >
7
8
<RuntimeIdentifier Condition =" '$(TargetFramework)' == 'net35' " >win7-x86</RuntimeIdentifier >
8
9
<IsPackable >false</IsPackable >
9
10
</PropertyGroup >
23
24
<Reference Include =" System.Net" />
24
25
<Reference Include =" System.Net.Http" />
25
26
</ItemGroup >
27
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net472' " >
28
+ <Reference Include =" System.Net" />
29
+ <Reference Include =" System.Net.Http" />
30
+ </ItemGroup >
26
31
<ItemGroup >
27
32
<ProjectReference Include =" ..\..\src\Twilio\Twilio.csproj" />
28
33
</ItemGroup >
You can’t perform that action at this time.
0 commit comments