4 Commits

Author SHA1 Message Date
e09cf00761 AW-7304 Migratie libs to .NET 10
All checks were successful
FarmMaps.Develop/CarbonLib/pipeline/head This commit looks good
2026-03-04 21:06:12 +01:00
jenkins
ee12f90261 Updated project references #156
All checks were successful
FarmMaps.Develop/CarbonLib/pipeline/head This commit looks good
2026-02-20 18:25:57 +00:00
11d8a3962c aw7165: fixes for chantal: calculate median if requested, 2026 engine (same); updated knmi 2024
All checks were successful
FarmMaps.Develop/CarbonLib/pipeline/head This commit looks good
2026-01-27 13:48:38 +01:00
jenkins
dfa10dd570 Updated project references #153
All checks were successful
FarmMaps.Develop/CarbonLib/pipeline/head This commit looks good
2025-12-18 11:19:15 +00:00
3 changed files with 2388 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework> <TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
</PropertyGroup> </PropertyGroup>

File diff suppressed because it is too large Load Diff

View File

@@ -1,13 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFramework>net8.0</TargetFramework> <TargetFrameworks>net8.0;net10.0</TargetFrameworks>
<AssemblyName>CarbonLib</AssemblyName> <AssemblyName>CarbonLib</AssemblyName>
<PackageId>CarbonLib</PackageId> <PackageId>CarbonLib</PackageId>
<RuntimeIdentifiers>win-x64;linux-x64;linux-musl-x64</RuntimeIdentifiers> <RuntimeIdentifiers>win-x64;linux-x64;linux-musl-x64</RuntimeIdentifiers>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> <GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> <GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> <GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<Version>4.19.0</Version> <Version>4.22.0</Version>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="NetTopologySuite" Version="2.5.0" /> <PackageReference Include="NetTopologySuite" Version="2.5.0" />