File tree Expand file tree Collapse file tree 4 files changed +7
-465
lines changed
ManagedCode.Storage.VirtualFileSystem
Tests/ManagedCode.Storage.Tests Expand file tree Collapse file tree 4 files changed +7
-465
lines changed Original file line number Diff line number Diff line change 66 <EnableNETAnalyzers >true</EnableNETAnalyzers >
77 <DebugType >embedded</DebugType >
88 <Nullable >enable</Nullable >
9+ <GenerateDocumentationFile >true</GenerateDocumentationFile >
910 </PropertyGroup >
1011
1112 <!-- NuGet-->
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net9.0</TargetFramework >
5- <LangVersion >13</LangVersion >
6- <Nullable >enable</Nullable >
7- <GenerateDocumentationFile >true</GenerateDocumentationFile >
8- <WarningsAsErrors />
9- <WarningsNotAsErrors >CS1591</WarningsNotAsErrors >
104 <PackageId >ManagedCode.Storage.VirtualFileSystem</PackageId >
115 <Product >ManagedCode.Storage.VirtualFileSystem</Product >
126 <Description >Virtual FileSystem abstraction over ManagedCode.Storage blob providers</Description >
2317 </ItemGroup >
2418
2519 <ItemGroup >
26- <PackageReference Include =" Microsoft.Extensions.Caching.Memory" Version = " 9.0.1 " />
27- <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version = " 9.0.8 " />
28- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version = " 9.0.8 " />
29- <PackageReference Include =" Microsoft.Extensions.Options" Version = " 9.0.7 " />
20+ <PackageReference Include =" Microsoft.Extensions.Caching.Memory" />
21+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" />
22+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" />
23+ <PackageReference Include =" Microsoft.Extensions.Options" />
3024 </ItemGroup >
3125
3226</Project >
Original file line number Diff line number Diff line change 2222 </Folder >
2323 <Project Path =" ManagedCode.Storage.Core/ManagedCode.Storage.Core.csproj" />
2424 <Project Path =" ManagedCode.Storage.TestFakes/ManagedCode.Storage.TestFakes.csproj" />
25- </Solution >
25+ <Project Path =" ManagedCode.Storage.VirtualFileSystem\ManagedCode.Storage.VirtualFileSystem.csproj" />
26+ </Solution >
You can’t perform that action at this time.
0 commit comments