Skip to content

Commit

Permalink
#9 add net452 as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
greuelpirat committed Jun 19, 2019
1 parent fb767d4 commit ee88998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DeepCopy/DeepCopy.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<TargetFrameworks>net452;netstandard2.0</TargetFrameworks>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>key.snk</AssemblyOriginatorKeyFile>
<Authors>Oliver Ehrenmüller</Authors>
Expand Down

0 comments on commit ee88998

Please sign in to comment.