fix: move to netstandard2.1

This commit is contained in:
2025-08-17 12:26:30 +02:00
parent 6e6f8124cc
commit ba51ab9557
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include=".build/Helpers.fs" />

View File

@@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>netstandard2.1</TargetFramework>
<IsPackable>true</IsPackable>
<PackageId>Oceanbox.GeoJson</PackageId>
<Authors/>
@@ -21,4 +21,4 @@
<ItemGroup>
<Content Include="*.fsproj; *.fs" PackagePath="fable/"/>
</ItemGroup>
</Project>
</Project>