|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | | - <PropertyGroup> |
4 | | - <TargetFramework>net8.0</TargetFramework> |
5 | | - <ImplicitUsings>enable</ImplicitUsings> |
6 | | - <Nullable>enable</Nullable> |
7 | | - <LangVersion>latest</LangVersion> |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFramework>net8.0</TargetFramework> |
| 5 | + <ImplicitUsings>enable</ImplicitUsings> |
| 6 | + <Nullable>enable</Nullable> |
| 7 | + <LangVersion>latest</LangVersion> |
8 | 8 |
|
9 | | - <RootNamespace>DendroDocs</RootNamespace> |
10 | | - |
11 | | - <Authors>Michaël Hompus</Authors> |
12 | | - <PackageProjectUrl>https://github.com/DendroDocs/dotnet-shared-lib</PackageProjectUrl> |
13 | | - <Description></Description> |
14 | | - <Copyright>Copyright Michaël Hompus 2019</Copyright> |
15 | | - <RepositoryUrl>https://github.com/DendroDocs/dotnet-shared-lib</RepositoryUrl> |
16 | | - <RepositoryType>git</RepositoryType> |
17 | | - <PackageTags>Living Documentation; DendroDocs; Roslyn; UML; Generation;</PackageTags> |
18 | | - <NeutralLanguage>en-US</NeutralLanguage> |
19 | | - <Version>0.1.0</Version> |
20 | | - <PackageLicenseExpression>MIT</PackageLicenseExpression> |
| 9 | + <RootNamespace>DendroDocs</RootNamespace> |
21 | 10 |
|
22 | | - <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild> |
23 | | - <PublishRepositoryUrl>true</PublishRepositoryUrl> |
24 | | - <EmbedUntrackedSources>true</EmbedUntrackedSources> |
25 | | - <IncludeSymbols>true</IncludeSymbols> |
26 | | - <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
27 | | - <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
28 | | - </PropertyGroup> |
| 11 | + <Authors>Michaël Hompus</Authors> |
| 12 | + <PackageProjectUrl>https://github.com/DendroDocs/dotnet-shared-lib</PackageProjectUrl> |
| 13 | + <Description></Description> |
| 14 | + <Copyright>Copyright Michaël Hompus 2019</Copyright> |
| 15 | + <RepositoryUrl>https://github.com/DendroDocs/dotnet-shared-lib</RepositoryUrl> |
| 16 | + <RepositoryType>git</RepositoryType> |
| 17 | + <PackageTags>Living Documentation; DendroDocs; Roslyn; UML; Generation;</PackageTags> |
| 18 | + <NeutralLanguage>en-US</NeutralLanguage> |
| 19 | + <Version>0.1.0</Version> |
| 20 | + <PackageLicenseExpression>MIT</PackageLicenseExpression> |
29 | 21 |
|
30 | | - <ItemGroup> |
31 | | - <Using Include="System.ComponentModel" /> |
32 | | - <Using Include="System.Diagnostics" /> |
33 | | - <Using Include="System.Runtime.Serialization" /> |
34 | | - <Using Include="Newtonsoft.Json" /> |
35 | | - <Using Remove="System.IO" /> |
36 | | - <Using Remove="System.Net.Http" /> |
37 | | - </ItemGroup> |
| 22 | + <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild> |
| 23 | + <PublishRepositoryUrl>true</PublishRepositoryUrl> |
| 24 | + <EmbedUntrackedSources>true</EmbedUntrackedSources> |
| 25 | + <IncludeSymbols>true</IncludeSymbols> |
| 26 | + <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
| 27 | + <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
| 28 | + </PropertyGroup> |
38 | 29 |
|
39 | | - <ItemGroup> |
40 | | - <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> |
41 | | - <PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" /> |
42 | | - </ItemGroup> |
| 30 | + <ItemGroup> |
| 31 | + <Using Include="System.ComponentModel" /> |
| 32 | + <Using Include="System.Diagnostics" /> |
| 33 | + <Using Include="System.Runtime.Serialization" /> |
| 34 | + <Using Include="Newtonsoft.Json" /> |
| 35 | + <Using Remove="System.IO" /> |
| 36 | + <Using Remove="System.Net.Http" /> |
| 37 | + </ItemGroup> |
| 38 | + |
| 39 | + <ItemGroup> |
| 40 | + <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> |
| 41 | + <PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" /> |
| 42 | + </ItemGroup> |
43 | 43 |
|
44 | 44 | </Project> |
0 commit comments