Skip to content

Commit

Permalink
Enable net45 direct target for less packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovan Crone committed Jun 2, 2018
1 parent bfeaeeb commit 60924f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Resiliency/Resiliency.csproj
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard1.1</TargetFramework>
<TargetFrameworks>netstandard1.1;net45</TargetFrameworks>
<LangVersion>latest</LangVersion>
</PropertyGroup>

<PropertyGroup>
<Authors>Ovan Crone</Authors>
<Company>PSIBR LLC</Company>
<Description>Add resiliency to your async operations with retries, timeouts, and circuit-breakers.</Description>
<Copyright>Ovan Crone 2018</Copyright>
<Copyright>PSIBR 2018</Copyright>
<Version>0.1.0</Version>
<AssemblyVersion>0.1.0.0</AssemblyVersion>
<FileVersion>0.1.0.0</FileVersion>
Expand Down

0 comments on commit 60924f9

Please sign in to comment.