11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netstandard2.1</ TargetFramework >
4+ <TargetFrameworks >netstandard2.1;net50</ TargetFrameworks >
55 <Nullable >enable</Nullable >
66 <SignAssembly >true</SignAssembly >
77 <AssemblyOriginatorKeyFile >Axuno.VirtualFileSystem.pfx</AssemblyOriginatorKeyFile >
8- <Version >0.7.1 </Version >
8+ <Version >0.7.2 </Version >
99 <Authors >axuno gGmbH</Authors >
1010 <Company >axuno gGmbH</Company >
1111 <PackageLicenseExpression >LGPL-3.0-only</PackageLicenseExpression >
1212 <PackageIcon >VirtualFileSystem.png</PackageIcon >
1313 <RepositoryUrl >https://github.com/axuno/Axuno.VirtualFileSystem</RepositoryUrl >
1414 <RepositoryType >Git</RepositoryType >
1515 <PackageTags >virtual file system netstandard c#</PackageTags >
16- <PackageReleaseNotes >Initial release</PackageReleaseNotes >
16+ <PackageReleaseNotes >Initial release with .Net 5.0 framework added </PackageReleaseNotes >
1717 <Copyright >© 2013 - 2020 Volosoft. Open source license with LGPLv3.0</Copyright >
1818 <Description >The Virtual File System makes it possible to manage files that do not exist on a physical file system (e.g. disk).
1919
@@ -40,6 +40,7 @@ The library is a modified version of Volo.Abp.VirtualFileSystem 3.3.1</Descripti
4040 <Deterministic >true</Deterministic >
4141 <PublishRepositoryUrl >true</PublishRepositoryUrl >
4242 <EmbedUntrackedSources >true</EmbedUntrackedSources >
43+ <IncludeSymbols >true</IncludeSymbols >
4344 </PropertyGroup >
4445
4546 <ItemGroup >
0 commit comments