Skip to content

Commit

Permalink
Target netstandard2.0 in Vezel.Zig.Sdk-based projects to avoid NETSDK…
Browse files Browse the repository at this point in the history
…1215.
  • Loading branch information
alexrp committed Nov 13, 2024
1 parent bac6255 commit f0e74dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/sdk/build/Vezel.Zig.Sdk.Overrides.targets
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<GenerateDependencyFile>false</GenerateDependencyFile>
<IncludeBuildOutput>false</IncludeBuildOutput>
<ShouldBeValidatedAsExecutableReference>false</ShouldBeValidatedAsExecutableReference>
<TargetFramework>netstandard1.0</TargetFramework>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>

<!--
Expand Down
2 changes: 1 addition & 1 deletion src/sdk/build/Vezel.Zig.Sdk.Pack.targets
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<Target Name="_PackNativeAssets">
<!--
Since we claim to support netstandard1.0 but do not package any managed
Since we claim to support netstandard2.0 but do not package any managed
assemblies, NuGet will warn during package validation. We place a dummy
file in the lib directory to silence it.
-->
Expand Down

0 comments on commit f0e74dc

Please sign in to comment.