Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #41 from Barsonax/hotfix/dualbuild
Browse files Browse the repository at this point in the history
added dual build
  • Loading branch information
Barsonax authored Jan 8, 2019
2 parents 6ff62ff + f5d0860 commit 28d51d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net452</TargetFrameworks>
<TargetFrameworks>net452;netstandard1.1</TargetFrameworks>
<PackageTargetFallback>$(PackageTargetFallback);net00</PackageTargetFallback>
<AssemblyName>Singularity.Duality.core</AssemblyName>
<PackageLicenseUrl>https://github.com/Barsonax/Singularity/blob/master/LICENSE</PackageLicenseUrl>
Expand Down
2 changes: 1 addition & 1 deletion Singularity/Singularity.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net452</TargetFrameworks>
<TargetFrameworks>net452;netstandard1.1</TargetFrameworks>
<Authors>Barsonax</Authors>
<Description>The core library for the singularity ioc container</Description>
<PackageProjectUrl>https://github.com/Barsonax/Singularity</PackageProjectUrl>
Expand Down

0 comments on commit 28d51d7

Please sign in to comment.