Skip to content

Commit

Permalink
Retargets for net45
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Best committed Oct 23, 2018
1 parent 527b98f commit e8733bb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion Hmac.WebAPI/Hmac.WebAPI.csproj
Expand Up @@ -9,8 +9,9 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Hmac.WebAPI</RootNamespace>
<AssemblyName>Hmac.WebAPI</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -67,6 +68,8 @@
<Content Include="Hmac.WebAPI.nuspec">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
2 changes: 1 addition & 1 deletion Hmac.WebAPI/Hmac.WebAPI.nuspec
Expand Up @@ -16,6 +16,6 @@
</dependencies>
</metadata>
<files>
<file src="bin\release\Hmac.WebAPI.dll" target="lib\net40" />
<file src="bin\release\Hmac.WebAPI.dll" target="lib\net45" />
</files>
</package>
6 changes: 3 additions & 3 deletions Hmac.WebAPI/packages.config
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.3" targetFramework="net461" />
<package id="Microsoft.AspNet.WebApi.Core" version="5.2.3" targetFramework="net461" />
<package id="Newtonsoft.Json" version="6.0.4" targetFramework="net461" />
<package id="Microsoft.AspNet.WebApi.Client" version="5.2.3" targetFramework="net45" />
<package id="Microsoft.AspNet.WebApi.Core" version="5.2.3" targetFramework="net45" />
<package id="Newtonsoft.Json" version="6.0.4" targetFramework="net45" />
</packages>
2 changes: 1 addition & 1 deletion Hmac/Hmac.nuspec
Expand Up @@ -13,6 +13,6 @@
<copyright>Copyright © 2018, Andrew Best</copyright>
</metadata>
<files>
<file src="bin\release\Hmac.dll" target="lib\net40" />
<file src="bin\release\Hmac.dll" target="lib\net45" />
</files>
</package>

0 comments on commit e8733bb

Please sign in to comment.