feat: added runtime identifiers to project

This commit is contained in:
Gerard Gascón 2024-06-30 00:30:42 +02:00
parent 1df15a8ba3
commit c329754f32

View file

@ -5,6 +5,7 @@
<TargetFramework>net8.0</TargetFramework> <TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<RuntimeIdentifiers>win-x64;linux-x64</RuntimeIdentifiers>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="$([MSBuild]::IsOSPlatform('Windows'))"> <PropertyGroup Condition="$([MSBuild]::IsOSPlatform('Windows'))">