|
5 | 5 | <AssemblyTitle>Zio</AssemblyTitle> |
6 | 6 | <NeutralLanguage>en-US</NeutralLanguage> |
7 | 7 | <Authors>Alexandre Mutel</Authors> |
8 | | - <TargetFrameworks>net462;netstandard2.0;netstandard2.1;net7.0;net9.0</TargetFrameworks> |
| 8 | + <TargetFrameworks>netstandard2.0;netstandard2.1;net8.0;net9.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)' == 'net462'"> |
35 | | - <PackageReference Include="System.IO.Compression"> |
36 | | - <Version>4.3.0</Version> |
37 | | - </PackageReference> |
38 | | - <PackageReference Include="System.ValueTuple"> |
39 | | - <Version>4.5.0</Version> |
40 | | - </PackageReference> |
41 | | - <PackageReference Include="System.Memory"> |
42 | | - <Version>4.6.0</Version> |
43 | | - </PackageReference> |
44 | | - </ItemGroup> |
45 | | - |
46 | 34 | <ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'"> |
47 | 35 | <PackageReference Include="System.IO.Compression"> |
48 | 36 | <Version>4.3.0</Version> |
|
72 | 60 | <DefineConstants>$(AdditionalConstants);NETSTANDARD;HAS_ZIPARCHIVE;HAS_NULLABLEANNOTATIONS</DefineConstants> |
73 | 61 | </PropertyGroup> |
74 | 62 |
|
75 | | - <PropertyGroup Condition=" '$(TargetFramework)' == 'net7.0'"> |
| 63 | + <PropertyGroup Condition=" '$(TargetFramework)' == 'net8.0'"> |
76 | 64 | <IsTrimmable>true</IsTrimmable> |
77 | 65 | <IsAotCompatible>true</IsAotCompatible> |
78 | 66 | <DefineConstants>$(AdditionalConstants);NETSTANDARD;HAS_ZIPARCHIVE;HAS_NULLABLEANNOTATIONS</DefineConstants> |
|
83 | 71 | <IsAotCompatible>true</IsAotCompatible> |
84 | 72 | <DefineConstants>$(AdditionalConstants);NETSTANDARD;HAS_ZIPARCHIVE;HAS_NULLABLEANNOTATIONS;HAS_ALTERNATEEQUALITYCOMPARER</DefineConstants> |
85 | 73 | </PropertyGroup> |
86 | | - |
87 | | - <PropertyGroup Condition=" '$(TargetFramework)' == 'net462'"> |
88 | | - <DefineConstants>$(AdditionalConstants);HAS_ZIPARCHIVE</DefineConstants> |
89 | | - </PropertyGroup> |
90 | | - |
91 | 74 | <PropertyGroup Condition="'$(Configuration)'=='Release'"> |
92 | 75 | <GenerateDocumentationFile>true</GenerateDocumentationFile> |
93 | 76 | </PropertyGroup> |
|
0 commit comments