Skip to content

Commit

Permalink
Adopt to .NET 9
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuki committed Nov 28, 2024
1 parent 84a803d commit 7a4b7b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MagicOnion.Client/MagicOnion.Client.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1;net8.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;netstandard2.1;net8.0;net9.0</TargetFrameworks>

<LangVersion>$(_LangVersionUnityBaseline)</LangVersion>
<Nullable>enable</Nullable>
<IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))">true</IsTrimmable>
<IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net9.0'))">true</IsTrimmable>

<!-- NuGet -->
<PackageId>MagicOnion.Client</PackageId>
Expand Down

0 comments on commit 7a4b7b6

Please sign in to comment.