Skip to content

Commit

Permalink
Fix NuGet package build warnings (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivo-stoilov authored Nov 6, 2024
1 parent 455ee1f commit 4c94358
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Telerik.JustMock.EntityFrameworkCore.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
<description>Mock DbSet and DbContext mocking amenities for JustMock Lite.</description>
<version>$Version$</version>

<iconUrl>http://www.telerik.com/sfimages/default-source/logos/jm_32x32.png?sfvrsn=2</iconUrl>
<icon>images\justmock.png</icon>
<readme>docs\README.md</readme>
<tags>justmock efcore entityframeworkcore</tags>

<authors>Progress Software Corporation</authors>
<owners>Progress Software Corporation</owners>
<copyright>$Copyright$</copyright>

<projectUrl>https://github.com/telerik/Telerik.JustMock.EntityFrameworkCore</projectUrl>

<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
<license type="expression">Apache-2.0</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>

<dependencies>
Expand Down Expand Up @@ -53,6 +53,9 @@
<file src="Telerik.JustMock.EntityFrameworkCore\bin\Release\net8.0\Telerik.JustMock.EntityFrameworkCore.dll" target="lib/net8.0"/>
<file src="Telerik.JustMock.EntityFrameworkCore\bin\Release\net8.0\Telerik.JustMock.EntityFrameworkCore.xml" target="lib/net8.0"/>

<file src="README.md" target="docs\"/>
<file src="justmock.png" target="images\"/>

</files>

</package>

0 comments on commit 4c94358

Please sign in to comment.