We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 084aba6 commit 98f840bCopy full SHA for 98f840b
src/targets/Targets.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFrameworks>net8.0;net9.0</TargetFrameworks>
5
<OutputType>Exe</OutputType>
6
</PropertyGroup>
7
@@ -13,4 +13,4 @@
13
<Compile Include="..\NServiceBus.Transport.RabbitMQ\Configuration\ConnectionConfiguration.cs" />
14
</ItemGroup>
15
16
-</Project>
+</Project>
0 commit comments