Files
AMWD.Protocols.Modbus/tool/Directory.Build.props
Andreas Müller 7a820723e9
All checks were successful
Branch Build / build-test-deploy (push) Successful in 2m0s
Updated to .NET 10
2026-01-12 18:48:31 +01:00

15 lines
535 B
XML

<Project>
<PropertyGroup>
<OutputType>Exe</OutputType>
<IsPackable>false</IsPackable>
<TargetFramework>net10.0</TargetFramework>
<InvariantGlobalization>true</InvariantGlobalization>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AssemblyOriginatorKeyFile>../../AMWD.Protocols.Modbus.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)\..'))" />
</Project>