Skip to content

Commit

Permalink
Fix targetframeworks
Browse files Browse the repository at this point in the history
  • Loading branch information
hadashiA committed Mar 14, 2024
1 parent 80edf2a commit 48c0143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MemoryPack.UnityShims/MemoryPack.UnityShims.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net8.0;netstandard2.1</TargetFrameworks>
<TargetFrameworks>net7.0;net8.0;netstandard2.1</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
Expand Down

0 comments on commit 48c0143

Please sign in to comment.