File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
Axuno.VirtualFileSystem.Tests Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFrameworks >netcoreapp3.1;Net5.0 </TargetFrameworks >
5+ <TargetFrameworks >net60 </TargetFrameworks >
66 <SignAssembly >true</SignAssembly >
77 <Nullable >enable</Nullable >
88 <LangVersion >latest</LangVersion >
2323 </ItemGroup >
2424
2525 <ItemGroup >
26- <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 5 .0.1 " />
27- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 5 .0.0 " />
28- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.8.3 " />
29- <PackageReference Include =" NUnit" Version =" 3.13.0 " />
30- <PackageReference Include =" NUnit3TestAdapter" Version =" 3.17.0 " />
26+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 6 .0.0 " />
27+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 6 .0.1 " />
28+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.2.0 " />
29+ <PackageReference Include =" NUnit" Version =" 3.13.3 " />
30+ <PackageReference Include =" NUnit3TestAdapter" Version =" 4.2.1 " />
3131 </ItemGroup >
3232
3333 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netstandard2.1;net50 </TargetFrameworks >
4+ <TargetFrameworks >netstandard2.1;net60 </TargetFrameworks >
55 <Nullable >enable</Nullable >
66 <LangVersion >latest</LangVersion >
77 <SignAssembly >true</SignAssembly >
@@ -47,11 +47,11 @@ The library is a modified version of Volo.Abp.VirtualFileSystem 4.2</Description
4747 </PropertyGroup >
4848
4949 <ItemGroup >
50- <PackageReference Include =" Microsoft.Extensions.FileProviders.Composite" Version =" 3.1.9 " />
51- <PackageReference Include =" Microsoft.Extensions.FileProviders.Embedded" Version =" 3.1.9 " />
52- <PackageReference Include =" Microsoft.Extensions.FileProviders.Physical" Version =" 3.1.9 " />
53- <PackageReference Include =" Microsoft.Extensions.Options" Version =" 3.1.9 " />
54- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0 " >
50+ <PackageReference Include =" Microsoft.Extensions.FileProviders.Composite" Version =" 6.0.0 " />
51+ <PackageReference Include =" Microsoft.Extensions.FileProviders.Embedded" Version =" 6.0.5 " />
52+ <PackageReference Include =" Microsoft.Extensions.FileProviders.Physical" Version =" 6.0.0 " />
53+ <PackageReference Include =" Microsoft.Extensions.Options" Version =" 6.0.0 " />
54+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1 " >
5555 <PrivateAssets >all</PrivateAssets >
5656 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
5757 </PackageReference >
You can’t perform that action at this time.
0 commit comments