Skip to content

Commit

Permalink
Assembly is now targeted on the .NET Framework 4 Client Profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Taritsyn committed Mar 25, 2016
1 parent a6cbd8f commit 74deb2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion NuGet/JSMin.NET.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</references>
</metadata>
<files>
<file src="..\src\DouglasCrockford.JsMin\bin\Release\DouglasCrockford.JsMin.dll" target="lib\net40" />
<file src="..\src\DouglasCrockford.JsMin\bin\Release\DouglasCrockford.JsMin.dll" target="lib\net40-client" />
<file src="readme.txt" />
<file src="license.txt" />
</files>
Expand Down
1 change: 1 addition & 0 deletions src/DouglasCrockford.JsMin/DouglasCrockford.JsMin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<AssemblyName>DouglasCrockford.JsMin</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit 74deb2d

Please sign in to comment.