Skip to content

Commit 450473e

Browse files
committed
trx+project
1 parent 6354582 commit 450473e

File tree

4 files changed

+7
-465
lines changed

4 files changed

+7
-465
lines changed

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<EnableNETAnalyzers>true</EnableNETAnalyzers>
77
<DebugType>embedded</DebugType>
88
<Nullable>enable</Nullable>
9+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
910
</PropertyGroup>
1011

1112
<!--NuGet-->
Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
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>
@@ -23,10 +17,10 @@
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>

ManagedCode.Storage.slnx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@
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>

0 commit comments

Comments
 (0)