Skip to content

Commit 71e2dda

Browse files
authored
Bump to .net 8
1 parent f5c87c0 commit 71e2dda

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/IntegrationTests.HostV4/IntegrationTests.HostV4.csproj

Lines changed: 2 additions & 2 deletions
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+
<TargetFramework>net8.0</TargetFramework>
55
<AzureFunctionsVersion>v4</AzureFunctionsVersion>
66
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
77
<CompilerGeneratedFilesOutputPath>$(BaseIntermediateOutputPath)\GeneratedFiles</CompilerGeneratedFilesOutputPath>
@@ -31,4 +31,4 @@
3131
<!-- Import the props file from the component because it's referenced as a ProjectReference here, not a PackageReference -->
3232
<Import Project="..\NServiceBus.AzureFunctions.InProcess.ServiceBus\build\NServiceBus.AzureFunctions.InProcess.ServiceBus.props" />
3333

34-
</Project>
34+
</Project>

0 commit comments

Comments
 (0)