We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5c87c0 commit 71e2ddaCopy full SHA for 71e2dda
1 file changed
src/IntegrationTests.HostV4/IntegrationTests.HostV4.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
5
<AzureFunctionsVersion>v4</AzureFunctionsVersion>
6
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
7
<CompilerGeneratedFilesOutputPath>$(BaseIntermediateOutputPath)\GeneratedFiles</CompilerGeneratedFilesOutputPath>
@@ -31,4 +31,4 @@
31
<!-- Import the props file from the component because it's referenced as a ProjectReference here, not a PackageReference -->
32
<Import Project="..\NServiceBus.AzureFunctions.InProcess.ServiceBus\build\NServiceBus.AzureFunctions.InProcess.ServiceBus.props" />
33
34
-</Project>
+</Project>
0 commit comments