Compare commits

..
7 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
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 ee12f90261 Updated project references #156
FarmMaps.Develop/CarbonLib/pipeline/head This commit looks good
2026-02-20 18:25:57 +00:00
2 changed files with 3 additions and 3 deletions
+1 -1
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>
+2 -2
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.20.5</Version>
<Version>4.22.4</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NetTopologySuite" Version="2.5.0" />