|
1 | | -<Project Sdk="Microsoft.NET.Sdk"> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <TargetFrameworks>netstandard2.1;net6.0</TargetFrameworks> |
| 4 | + <TargetFrameworks>netstandard2.1;net6.0;net7.0</TargetFrameworks> |
5 | 5 | <LangVersion>latest</LangVersion> |
6 | 6 | <Nullable>enable</Nullable> |
7 | 7 | <SignAssembly>True</SignAssembly> |
8 | 8 | <AssemblyOriginatorKeyFile>..\DistributedFileStorage.snk</AssemblyOriginatorKeyFile> |
9 | | - <AssemblyVersion>1.0.2</AssemblyVersion> |
10 | | - <FileVersion>1.0.2</FileVersion> |
11 | | - <Version>1.0.2</Version> |
| 9 | + <AssemblyVersion>1.0.3</AssemblyVersion> |
| 10 | + <FileVersion>1.0.3</FileVersion> |
| 11 | + <Version>1.0.3</Version> |
12 | 12 | <Company></Company> |
13 | 13 | <Authors>Leonid Salavatov</Authors> |
14 | | - <Copyright>Leonid Salavatov 2021</Copyright> |
| 14 | + <Copyright>Leonid Salavatov 2022</Copyright> |
15 | 15 | <PackageId>DistributedFileStorage.MongoDB</PackageId> |
16 | 16 | <Product>DistributedFileStorage.MongoDB</Product> |
17 | 17 | <Title>DistributedFileStorage.MongoDB</Title> |
18 | 18 | <Description>.NET DistributedFileStorage with MongoDB</Description> |
19 | | - <PackageTags>distributed filestorage blobstorage mongodb mongo blob dfs dotnet</PackageTags> |
| 19 | + <PackageTags>filestorage file-storage blobstorage blob-storage distributed-storage storage mongodb mongo blob dfs</PackageTags> |
20 | 20 | <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
21 | 21 | <PackageProjectUrl>https://github.com/mustaddon/DistributedFileStorage</PackageProjectUrl> |
22 | 22 | <RepositoryUrl>https://github.com/mustaddon/DistributedFileStorage</RepositoryUrl> |
|
27 | 27 | <PackageReleaseNotes></PackageReleaseNotes> |
28 | 28 | </PropertyGroup> |
29 | 29 |
|
30 | | - <ItemGroup Condition="'$(TargetFramework)' == 'net6.0'"> |
31 | | - <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" /> |
32 | | - <PackageReference Include="MongoDB.Driver" Version="2.13.2" /> |
33 | | - <PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> |
34 | | - </ItemGroup> |
35 | | - |
36 | | - <ItemGroup Condition="'$(TargetFramework)' != 'net6.0'"> |
37 | | - <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="5.0.0" /> |
38 | | - <PackageReference Include="MongoDB.Driver" Version="2.13.2" /> |
39 | | - <PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> |
| 30 | + <ItemGroup> |
| 31 | + <ProjectReference Include="..\DistributedFileStorage\DistributedFileStorage.csproj" /> |
40 | 32 | </ItemGroup> |
41 | 33 |
|
42 | 34 | <ItemGroup> |
43 | | - <ProjectReference Include="..\DistributedFileStorage\DistributedFileStorage.csproj" /> |
| 35 | + <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" /> |
| 36 | + <PackageReference Include="MongoDB.Driver" Version="2.18.0" /> |
| 37 | + <PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> |
44 | 38 | </ItemGroup> |
45 | 39 |
|
46 | 40 | </Project> |
0 commit comments