Projektdateien hinzufügen.

This commit is contained in:
2024-05-16 10:30:15 +02:00
parent 736c31a7bb
commit fe03628377
5 changed files with 74 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Pilz.Plugins" Version="2.1.5" />
</ItemGroup>
</Project>