Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Commit b218940

Browse files
committed
Fixed lib folder
1 parent 5bde23c commit b218940

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/nuget/Microsoft.AspNet.WebApi.Extensions.Compression.Server.Owin.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
<tags>aspnet webapi aspnetwebapi http compression gzip deflate eyecatch</tags>
2323
</metadata>
2424
<files>
25-
<file src="..\..\src\Server.Owin\bin\Release\Microsoft.AspNet.WebApi.Extensions.Compression.Server.Owin.dll" target="lib\net45" />
26-
<file src="..\..\src\Server.Owin\bin\Release\Microsoft.AspNet.WebApi.Extensions.Compression.Server.Owin.pdb" target="lib\net45" />
25+
<file src="..\..\src\Server.Owin\bin\Release\Microsoft.AspNet.WebApi.Extensions.Compression.Server.Owin.dll" target="lib\net452" />
26+
<file src="..\..\src\Server.Owin\bin\Release\Microsoft.AspNet.WebApi.Extensions.Compression.Server.Owin.pdb" target="lib\net452" />
2727
<file src="..\..\src\Server.Owin\**\*.cs" exclude="**\obj\**\*.*" target="src" />
2828
</files>
2929
</package>

0 commit comments

Comments
 (0)