Compare commits

...
12 Commits
Author SHA1 Message Date
jenkins bde8c8a3f2 [ci skip] Updated project references #136
FarmMaps/CarbonLib/pipeline/head This commit looks good
2026-04-16 00:19:49 +00:00
jenkins 0937b219ea Updated project references #135
FarmMaps/CarbonLib/pipeline/head This commit looks good
2026-04-15 23:36:09 +00:00
jenkins 202addb9af Updated project references #134
FarmMaps/CarbonLib/pipeline/head This commit looks good
2026-04-15 22:57:13 +00:00
jenkins 3b69cb642a [ci skip] Updated project references #133
FarmMaps/CarbonLib/pipeline/head This commit looks good
2026-04-15 18:24:19 +00:00
Willem Dantuma a0ae57e433 Merged develop into master
FarmMaps/CarbonLib/pipeline/head This commit looks good
2026-04-15 18:36:08 +02:00
jenkins 4e7b228fc7 [ci skip] Updated project references #132
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
FarmMaps/CarbonLib/pipeline/head This commit looks good
2026-04-15 15:08:46 +00:00
mvanlenthe e09cf00761 AW-7304 Migratie libs to .NET 10
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
FarmMaps/CarbonLib/pipeline/head This commit looks good
2026-02-21 07:59:31 +00:00
jenkins ee12f90261 Updated project references #156
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
FarmMaps/CarbonLib/pipeline/head This commit looks good
2026-02-17 07:57:01 +00:00
jenkins a3c27ef92a Updated project references #126
FarmMaps/CarbonLib/pipeline/head This commit looks good
2026-02-17 07:49:02 +00:00
2 changed files with 3 additions and 3 deletions
+1 -1
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>
+2 -2
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.20.0</Version> <Version>4.22.4</Version>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="NetTopologySuite" Version="2.5.0" /> <PackageReference Include="NetTopologySuite" Version="2.5.0" />