Skip to content

Commit e5dfdc6

Browse files
Compile for .NET 6.0 and 8.0.
1 parent 21c4863 commit e5dfdc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Testing.Azure.Functions.Http/Testing.Azure.Functions.Http.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-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
55
<GenerateDocumentationFile>True</GenerateDocumentationFile>
66
<Description>This project provides utilities for testing Azure Functions (Isolated). It includes features and tools to facilitate the testing of HttpRequestData and HttpResponseData classes, which are challenging to mock.</Description>
77
<PackageLicenseExpression>MIT</PackageLicenseExpression>

0 commit comments

Comments
 (0)