1
- <Project Sdk =" Microsoft.NET.Sdk" >
2
- <PropertyGroup >
3
- <TargetFrameworks >netstandard2.0</TargetFrameworks >
4
- <Authors >ArchitectNow</Authors >
5
- <Company >ArchitectNow</Company >
6
- <Product >ArchitectNow.Mongo</Product >
7
- <PackageId >ArchitectNow.Mongo</PackageId >
8
- <PackageProjectUrl >https://github.com/ArchitectNow/ArchitectNow.Framework</PackageProjectUrl >
9
- <PackageIconUrl >https://secure.gravatar.com/avatar/83fed82c32dc5424b4245cfc03d57b39?s=32& r=g& d=retro</PackageIconUrl >
10
- <RepositoryUrl >https://github.com/ArchitectNow/ArchitectNow.Framework</RepositoryUrl >
11
- <PackageRequireLicenseAcceptance >False</PackageRequireLicenseAcceptance >
12
- <Copyright >Copyright © 2014-2018 ArchitectNow</Copyright >
13
- <PackageLicenseUrl >https://github.com/ArchitectNow/ArchitectNow.Framework/blob/master/LICENSE</PackageLicenseUrl >
14
- <Description >ArchitectNow Framework - Mongo</Description >
15
- </PropertyGroup >
16
- <PropertyGroup >
17
- <GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
18
- <GenerateAssemblyVersionAttribute >false</GenerateAssemblyVersionAttribute >
19
- <GenerateAssemblyFileVersionAttribute >false</GenerateAssemblyFileVersionAttribute >
20
- <GenerateAssemblyInformationalVersionAttribute >false</GenerateAssemblyInformationalVersionAttribute >
21
- </PropertyGroup >
22
- <ItemGroup >
23
- <PackageReference Include =" Autofac" Version =" 4.8.1" />
24
- <PackageReference Include =" FluentValidation" Version =" 7.5.2" />
25
- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 2.1.0-rc1-final " />
26
- <PackageReference Include =" Microsoft.Extensions.Options" Version =" 2.1.0-rc1-final " />
27
- <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 2.1.0-rc1-final " />
28
- <PackageReference Include =" MongoDB.Driver" Version =" 2.6.0 " />
29
- <PackageReference Include =" Newtonsoft.Json" Version =" 11.0.2" />
30
- <PackageReference Include =" Serilog.Sinks.Console" Version =" 3.1.1" />
31
- <PackageReference Include =" System.ComponentModel.Annotations" Version =" 4.5.0-rc1 " />
32
- </ItemGroup >
33
- <ItemGroup >
34
- <Compile Include =" ..\..\VersionAssemblyInfo.cs" Link =" VersionAssemblyInfo.cs" />
35
- </ItemGroup >
36
- <ItemGroup >
37
- <ProjectReference Include =" ..\ArchitectNow.Caching\ArchitectNow.Caching.csproj" >
38
- <Project >{23A4DB74-55C7-4447-A216-4ECC6CFFABD6}</Project >
39
- <Name >ArchitectNow.Caching</Name >
40
- </ProjectReference >
41
- <ProjectReference Include =" ..\ArchitectNow.Services\ArchitectNow.Services.csproj" />
42
- <ProjectReference Include =" ..\ArchitectNow.Models\ArchitectNow.Models.csproj" />
43
- </ItemGroup >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+ <PropertyGroup >
3
+ <TargetFrameworks >netstandard2.0</TargetFrameworks >
4
+ <Authors >ArchitectNow</Authors >
5
+ <Company >ArchitectNow</Company >
6
+ <Product >ArchitectNow.Mongo</Product >
7
+ <PackageId >ArchitectNow.Mongo</PackageId >
8
+ <PackageProjectUrl >https://github.com/ArchitectNow/ArchitectNow.Framework</PackageProjectUrl >
9
+ <PackageIconUrl >https://secure.gravatar.com/avatar/83fed82c32dc5424b4245cfc03d57b39?s=32& r=g& d=retro</PackageIconUrl >
10
+ <RepositoryUrl >https://github.com/ArchitectNow/ArchitectNow.Framework</RepositoryUrl >
11
+ <PackageRequireLicenseAcceptance >False</PackageRequireLicenseAcceptance >
12
+ <Copyright >Copyright © 2014-2018 ArchitectNow</Copyright >
13
+ <PackageLicenseUrl >https://github.com/ArchitectNow/ArchitectNow.Framework/blob/master/LICENSE</PackageLicenseUrl >
14
+ <Description >ArchitectNow Framework - Mongo</Description >
15
+ </PropertyGroup >
16
+ <PropertyGroup >
17
+ <GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
18
+ <GenerateAssemblyVersionAttribute >false</GenerateAssemblyVersionAttribute >
19
+ <GenerateAssemblyFileVersionAttribute >false</GenerateAssemblyFileVersionAttribute >
20
+ <GenerateAssemblyInformationalVersionAttribute >false</GenerateAssemblyInformationalVersionAttribute >
21
+ </PropertyGroup >
22
+ <ItemGroup >
23
+ <PackageReference Include =" Autofac" Version =" 4.8.1" />
24
+ <PackageReference Include =" FluentValidation" Version =" 7.5.2" />
25
+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 2.0.2 " />
26
+ <PackageReference Include =" Microsoft.Extensions.Options" Version =" 2.0.2 " />
27
+ <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 2.0.2 " />
28
+ <PackageReference Include =" MongoDB.Driver" Version =" 2.6.1 " />
29
+ <PackageReference Include =" Newtonsoft.Json" Version =" 11.0.2" />
30
+ <PackageReference Include =" Serilog.Sinks.Console" Version =" 3.1.1" />
31
+ <PackageReference Include =" System.ComponentModel.Annotations" Version =" 4.4.1 " />
32
+ </ItemGroup >
33
+ <ItemGroup >
34
+ <Compile Include =" ..\..\VersionAssemblyInfo.cs" Link =" VersionAssemblyInfo.cs" />
35
+ </ItemGroup >
36
+ <ItemGroup >
37
+ <ProjectReference Include =" ..\ArchitectNow.Caching\ArchitectNow.Caching.csproj" >
38
+ <Project >{23A4DB74-55C7-4447-A216-4ECC6CFFABD6}</Project >
39
+ <Name >ArchitectNow.Caching</Name >
40
+ </ProjectReference >
41
+ <ProjectReference Include =" ..\ArchitectNow.Services\ArchitectNow.Services.csproj" />
42
+ <ProjectReference Include =" ..\ArchitectNow.Models\ArchitectNow.Models.csproj" />
43
+ </ItemGroup >
44
44
</Project >
0 commit comments