Commit dea25d1 1 parent 5aad37a commit dea25d1 Copy full SHA for dea25d1
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-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;net472; net35</TargetFrameworks >
4
4
<IsPackable >true</IsPackable >
5
5
<PackageId >Twilio</PackageId >
6
6
<Description >Twilio REST API helper library</Description >
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;net472; net35</TargetFrameworks >
6
6
<RuntimeIdentifier Condition =" '$(TargetFramework)' == 'net451' " >win7-x86</RuntimeIdentifier >
7
7
<RuntimeIdentifier Condition =" '$(TargetFramework)' == 'net35' " >win7-x86</RuntimeIdentifier >
8
8
<IsPackable >false</IsPackable >
You can’t perform that action at this time.
0 commit comments