File tree 1 file changed +3
-11
lines changed
1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 5
5
<AssemblyTitle >Zio</AssemblyTitle >
6
6
<NeutralLanguage >en-US</NeutralLanguage >
7
7
<Authors >Alexandre Mutel</Authors >
8
- <TargetFrameworks >net40;net45 ;netstandard2.0;netstandard2.1;net7.0</TargetFrameworks >
8
+ <TargetFrameworks >net462 ;netstandard2.0;netstandard2.1;net7.0</TargetFrameworks >
9
9
<AssemblyName >Zio</AssemblyName >
10
10
<PackageId >Zio</PackageId >
11
11
<PackageTags >filesystem;vfs;VirtualFileSystem;virtual;abstract;directory;files;io;mock</PackageTags >
31
31
</PackageReference >
32
32
</ItemGroup >
33
33
34
- <ItemGroup Condition =" '$(TargetFramework)' == 'net45'" >
35
- <Reference Include =" System.IO.Compression" />
36
- </ItemGroup >
37
-
38
- <ItemGroup Condition =" '$(TargetFramework)' == 'net45'" >
34
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net462'" >
39
35
<PackageReference Include =" System.IO.Compression" >
40
36
<Version >4.3.0</Version >
41
37
</PackageReference >
75
71
<DefineConstants >$(AdditionalConstants);NETSTANDARD;HAS_ZIPARCHIVE;HAS_NULLABLEANNOTATIONS</DefineConstants >
76
72
</PropertyGroup >
77
73
78
- <PropertyGroup Condition =" '$(TargetFramework)' == 'net45 '" >
74
+ <PropertyGroup Condition =" '$(TargetFramework)' == 'net462 '" >
79
75
<DefineConstants >$(AdditionalConstants);NET45;HAS_ZIPARCHIVE</DefineConstants >
80
76
</PropertyGroup >
81
77
82
- <PropertyGroup Condition =" '$(TargetFramework)' == 'net40'" >
83
- <DefineConstants >$(AdditionalConstants);NET40</DefineConstants >
84
- </PropertyGroup >
85
-
86
78
<PropertyGroup Condition =" '$(Configuration)'=='Release'" >
87
79
<GenerateDocumentationFile >true</GenerateDocumentationFile >
88
80
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments