Skip to content

Commit

Permalink
Fixed NU5128 warning by adding _._ file in lib/netstandard2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NogginBops committed Mar 20, 2022
1 parent ee65f7d commit 8531bd4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Empty file added _._
Empty file.
8 changes: 8 additions & 0 deletions glfw-redist.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,13 @@
<Pack>true</Pack>
</Content>
<None Include="tmp/opentk.png" Pack="true" PackagePath="/"/>

<!-- We need to add this file to get rid of the NU5128 warning.
We don't have any assemblies in this package so we add an empty _._ file
See "Add an empty _._ file" bullet point here:
https://docs.microsoft.com/en-us/nuget/reference/errors-and-warnings/nu5128#solution-1 -->
<Content Include="_._">
<PackagePath>lib/netstandard2.0/_._</PackagePath>
</Content>
</ItemGroup>
</Project>

0 comments on commit 8531bd4

Please sign in to comment.