Skip to content

Commit

Permalink
fix: nuget framework support
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-zippenfenig committed Mar 13, 2024
1 parent deabed0 commit fab64d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions csharp/openmeteo_sdk/openmeteo_sdk.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<TargetFrameworks>netstandard2.1;net6.0;net8.0</TargetFrameworks>
<Nullable>enable</Nullable>
<PackageId>openmeteo_sdk</PackageId>
<Description>Compiled FlatBuffer Schema for the Open-Meteo weather API</Description>
Expand Down

0 comments on commit fab64d6

Please sign in to comment.