CSharpProjekt/Solution/BeispielTasks.csproj

16 lines
411 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MQTTnet" Version="4.1.4" />
<PackageReference Include="System.Text.Json" Version="9.0.6" />
</ItemGroup>
</Project>