Skip to content

Commit dea25d1

Browse files
chore: added net472
1 parent 5aad37a commit dea25d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Twilio/Twilio.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup Label="NuGet">
3-
<TargetFrameworks>netstandard1.4;netstandard2.0;net451;net35</TargetFrameworks>
3+
<TargetFrameworks>netstandard1.4;netstandard2.0;net451;net472;net35</TargetFrameworks>
44
<IsPackable>true</IsPackable>
55
<PackageId>Twilio</PackageId>
66
<Description>Twilio REST API helper library</Description>

test/Twilio.Test/Twilio.Test.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<RootNamespace>Twilio.Tests</RootNamespace>
5-
<TargetFrameworks>netcoreapp2.0;net451;net35</TargetFrameworks>
5+
<TargetFrameworks>netcoreapp2.0;net451;net472;net35</TargetFrameworks>
66
<RuntimeIdentifier Condition=" '$(TargetFramework)' == 'net451' ">win7-x86</RuntimeIdentifier>
77
<RuntimeIdentifier Condition=" '$(TargetFramework)' == 'net35' ">win7-x86</RuntimeIdentifier>
88
<IsPackable>false</IsPackable>

0 commit comments

Comments
 (0)