Files
Pilz/Pilz.IO/Pilz.IO.csproj

24 lines
590 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net8.0</TargetFrameworks>
<Version>2.1.0</Version>
<Nullable>enable</Nullable>
<ImplicitUsings>annotations</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<Compile Remove="My Project\**" />
<EmbeddedResource Remove="My Project\**" />
<None Remove="My Project\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Pilz\Pilz.csproj" />
</ItemGroup>
</Project>