Merged develop into master
All checks were successful
FarmMaps/CarbonLib/pipeline/head This commit looks good

This commit is contained in:
2025-06-19 11:16:43 +02:00

View File

@@ -1,20 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PropertyGroup> <TargetFramework>net8.0</TargetFramework>
<TargetFramework>net6</TargetFramework> <AssemblyName>CarbonLib</AssemblyName>
<AssemblyName>CarbonLib</AssemblyName> <PackageId>CarbonLib</PackageId>
<PackageId>CarbonLib</PackageId> <RuntimeIdentifiers>win-x64;linux-x64;linux-musl-x64</RuntimeIdentifiers>
<RuntimeIdentifiers>win10-x64;ubuntu.16.04-x64</RuntimeIdentifiers> <GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> <GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> <GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> <Version>4.17.0</Version>
<Version>4.16.4</Version> </PropertyGroup>
</PropertyGroup> <ItemGroup>
<PackageReference Include="Base.Core.Common.Geometry" Version="4.17.0-prerelease.2113" />
<ItemGroup> <PackageReference Include="NetTopologySuite" Version="2.5.0" />
<PackageReference Include="Base.Core.Common.Geometry" Version="4.16.2" /> <PackageReference Include="NetTopologySuite.IO.GeoJSON" Version="3.0.0" />
<PackageReference Include="NetTopologySuite" Version="2.5.0" /> </ItemGroup>
<PackageReference Include="NetTopologySuite.IO.GeoJSON" Version="3.0.0" /> </Project>
</ItemGroup>
</Project>