Sign in
apache
/
pulsar-dotpulsar
/
refs/tags/3.3.1
/
.
/
samples
/
SendChannel
/
SendChannel.csproj
blob: 9384afaa39400ec11d59e3113788096cd2ff1cbf [
file
] [
log
] [
blame
]
<
Project
Sdk
=
"Microsoft.NET.Sdk"
>
<
PropertyGroup
>
<
OutputType
>
Exe
</
OutputType
>
<
TargetFramework
>
net8
.
0
</
TargetFramework
>
</
PropertyGroup
>
<
ItemGroup
>
<
ProjectReference
Include
=
"..\..\src\DotPulsar\DotPulsar.csproj"
/>
</
ItemGroup
>
</
Project
>