Sign in
apache
/
pulsar-dotpulsar
/
refs/tags/3.0.1
/
.
/
samples
/
Consuming
/
Consuming.csproj
blob: 6a0c465a78fce0efd0a6b276061bf4b489505460 [
file
] [
log
] [
blame
]
<Project
Sdk
=
"Microsoft.NET.Sdk"
>
<PropertyGroup>
<OutputType>
Exe
</OutputType>
<TargetFramework>
net7.0
</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference
Include
=
"..\..\src\DotPulsar\DotPulsar.csproj"
/>
</ItemGroup>
</Project>