15 Commits

Author SHA1 Message Date
Willem Dantuma
a0ae57e433 Merged develop into master
All checks were successful
FarmMaps/CarbonLib/pipeline/head This commit looks good
2026-04-15 18:36:08 +02:00
jenkins
4e7b228fc7 [ci skip] Updated project references #132
Some checks reported errors
FarmMaps/CarbonLib/pipeline/head Something is wrong with the build of this commit
2026-04-15 15:27:19 +00:00
jenkins
64cd5f47f3 Updated project references #131
All checks were successful
FarmMaps/CarbonLib/pipeline/head This commit looks good
2026-04-15 15:08:46 +00:00
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
654fa6af5c [ci skip] Updated project references #130
All checks were successful
FarmMaps/CarbonLib/pipeline/head This commit looks good
2026-02-21 07:59:31 +00: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
jenkins
76bb2979e0 [ci skip] Updated project references #127
All checks were successful
FarmMaps/CarbonLib/pipeline/head This commit looks good
2026-02-17 07:57:01 +00:00
jenkins
a3c27ef92a Updated project references #126
All checks were successful
FarmMaps/CarbonLib/pipeline/head This commit looks good
2026-02-17 07:49:02 +00:00
23993050a5 Merged develop into master
All checks were successful
FarmMaps/CarbonLib/pipeline/head This commit looks good
2026-02-16 21:55:30 +01: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
jenkins
2458c00d3f [ci skip] Updated project references #123
Some checks reported errors
FarmMaps/CarbonLib/pipeline/head Something is wrong with the build of this commit
2025-12-10 17:07:46 +00:00
jenkins
bd41203089 Updated project references #122
All checks were successful
FarmMaps/CarbonLib/pipeline/head This commit looks good
2025-12-10 15:07:11 +00:00
jenkins
5fbb14510d [ci skip] Updated project references #121
All checks were successful
FarmMaps/CarbonLib/pipeline/head This commit looks good
2025-12-10 14:31:46 +00:00
jenkins
88d38dc2ec Updated project references #120
All checks were successful
FarmMaps/CarbonLib/pipeline/head This commit looks good
2025-12-10 14:02:19 +00:00
3 changed files with 2388 additions and 3 deletions

View File

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

File diff suppressed because it is too large Load Diff

View File

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