Skip to content

Commit d695b4c

Browse files
committed
Update target framework to Dotnet 8.0
1 parent b81e2f5 commit d695b4c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CloudConvert.API/CloudConvert.API.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net461;netstandard2.1;net5.0</TargetFrameworks>
4+
<TargetFrameworks>net8.0</TargetFrameworks>
55
<AssemblyName>CloudConvert.API</AssemblyName>
66
<RootNamespace>CloudConvert.API</RootNamespace>
77
<Description>Official SDK for the CloudConvert API</Description>

CloudConvert.Test/CloudConvert.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net461;netcoreapp3.1;net5.0</TargetFrameworks>
4+
<TargetFrameworks>net8.0</TargetFrameworks>
55

66
<IsPackable>false</IsPackable>
77
</PropertyGroup>

0 commit comments

Comments
 (0)