|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
2 | 2 |
|
3 |
| - <PropertyGroup> |
4 |
| - <TargetFramework>netstandard2.1</TargetFramework> |
5 |
| - <AssemblyName>CouchDB.NET.DependencyInjection.Autofac</AssemblyName> |
6 |
| - <Authors>Matteo Bortolazzo</Authors> |
7 |
| - <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
8 |
| - <Description>Dependency injection utilities for CouchDB.NET with Autofac container support.</Description> |
9 |
| - <PackageProjectUrl>https://github.com/matteobortolazzo/couchdb-net</PackageProjectUrl> |
10 |
| - <RepositoryUrl>https://github.com/matteobortolazzo/couchdb-net</RepositoryUrl> |
11 |
| - <PackageTags>couchdb,driver,nosql,netstandard,pouchdb,xamarin</PackageTags> |
12 |
| - <PackageReleaseNotes></PackageReleaseNotes> |
13 |
| - <ApplicationIcon /> |
14 |
| - <OutputType>Library</OutputType> |
15 |
| - <StartupObject /> |
16 |
| - <NeutralLanguage>en</NeutralLanguage> |
17 |
| - <LangVersion>8.0</LangVersion> |
18 |
| - <Nullable>enable</Nullable> |
19 |
| - <Version>3.0.0</Version> |
20 |
| - <PackageIcon>icon.png</PackageIcon> |
21 |
| - <PackageLicenseFile>LICENSE.txt</PackageLicenseFile> |
22 |
| - </PropertyGroup> |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFramework>netstandard2.1</TargetFramework> |
| 5 | + <AssemblyName>CouchDB.NET.DependencyInjection.Autofac</AssemblyName> |
| 6 | + <Authors>Matteo Bortolazzo</Authors> |
| 7 | + <Description>Dependency injection utilities for CouchDB.NET with Autofac container support.</Description> |
| 8 | + <PackageProjectUrl>https://github.com/matteobortolazzo/couchdb-net</PackageProjectUrl> |
| 9 | + <RepositoryUrl>https://github.com/matteobortolazzo/couchdb-net</RepositoryUrl> |
| 10 | + <PackageTags>couchdb,driver,nosql,netstandard,pouchdb,xamarin</PackageTags> |
| 11 | + <PackageReleaseNotes></PackageReleaseNotes> |
| 12 | + <ApplicationIcon /> |
| 13 | + <OutputType>Library</OutputType> |
| 14 | + <StartupObject /> |
| 15 | + <NeutralLanguage>en</NeutralLanguage> |
| 16 | + <LangVersion>8.0</LangVersion> |
| 17 | + <Nullable>enable</Nullable> |
| 18 | + <PackageIcon>icon.png</PackageIcon> |
| 19 | + <PackageLicenseFile>LICENSE.txt</PackageLicenseFile> |
| 20 | + </PropertyGroup> |
23 | 21 |
|
24 |
| - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
25 |
| - <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
26 |
| - <WarningsAsErrors /> |
27 |
| - </PropertyGroup> |
28 |
| - |
29 |
| - <ItemGroup> |
30 |
| - <None Include="Images\icon.png" Pack="true" PackagePath="\" /> |
31 |
| - <None Include="License\LICENSE.txt" Pack="true" PackagePath="\" /> |
32 |
| - </ItemGroup> |
| 22 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
| 23 | + <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
| 24 | + <WarningsAsErrors /> |
| 25 | + </PropertyGroup> |
33 | 26 |
|
34 |
| - <ItemGroup> |
35 |
| - <PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" PrivateAssets="All" Version="3.3.1" /> |
36 |
| - <PackageReference Include="Autofac" Version="5.2.0" /> |
37 |
| - </ItemGroup> |
| 27 | + <ItemGroup> |
| 28 | + <None Include="Images\icon.png" Pack="true" PackagePath="\" /> |
| 29 | + <None Include="License\LICENSE.txt" Pack="true" PackagePath="\" /> |
| 30 | + </ItemGroup> |
38 | 31 |
|
39 |
| - <ItemGroup> |
40 |
| - <ProjectReference Include="..\CouchDB.Driver\CouchDB.Driver.csproj" /> |
41 |
| - </ItemGroup> |
| 32 | + <ItemGroup> |
| 33 | + <PackageReference Include="CouchDB.NET" Version="3.2.0" /> |
| 34 | + <PackageReference Include="Autofac" Version="5.2.0" /> |
| 35 | + </ItemGroup> |
42 | 36 |
|
43 | 37 | </Project>
|
0 commit comments