We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b81e2f5 commit d695b4cCopy full SHA for d695b4c
2 files changed
CloudConvert.API/CloudConvert.API.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFrameworks>net461;netstandard2.1;net5.0</TargetFrameworks>
+ <TargetFrameworks>net8.0</TargetFrameworks>
5
<AssemblyName>CloudConvert.API</AssemblyName>
6
<RootNamespace>CloudConvert.API</RootNamespace>
7
<Description>Official SDK for the CloudConvert API</Description>
CloudConvert.Test/CloudConvert.Test.csproj
- <TargetFrameworks>net461;netcoreapp3.1;net5.0</TargetFrameworks>
<IsPackable>false</IsPackable>
</PropertyGroup>
0 commit comments