Skip to content

Commit 374b572

Browse files
authored
Merge pull request #21 from carbon/master
Cross target netstandard2.0
2 parents c59bda6 + 9a5b130 commit 374b572

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Zio/Zio.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<NeutralLanguage>en-US</NeutralLanguage>
77
<VersionPrefix>0.6.0</VersionPrefix>
88
<Authors>Alexandre Mutel</Authors>
9-
<TargetFrameworks>net40;net45;netstandard1.3</TargetFrameworks>
9+
<TargetFrameworks>net40;net45;netstandard1.3;netstandard2.0</TargetFrameworks>
1010
<AssemblyName>Zio</AssemblyName>
1111
<PackageId>Zio</PackageId>
1212
<PackageTags>filesystem;vfs;VirtualFileSystem;virtual;abstract;directory;files;io;mock</PackageTags>
@@ -31,6 +31,10 @@
3131
<DefineConstants>$(AdditionalConstants);NETSTANDARD;HAS_ZIPARCHIVE</DefineConstants>
3232
</PropertyGroup>
3333

34+
<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard2.0'">
35+
<DefineConstants>$(AdditionalConstants);NETSTANDARD;HAS_ZIPARCHIVE</DefineConstants>
36+
</PropertyGroup>
37+
3438
<PropertyGroup Condition=" '$(TargetFramework)' == 'net45'">
3539
<DefineConstants>$(AdditionalConstants);NET45;HAS_ZIPARCHIVE</DefineConstants>
3640
</PropertyGroup>

0 commit comments

Comments
 (0)