File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments