|
1 | 1 | <Project> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <MinClientVersion>2.12</MinClientVersion> |
5 | 4 | <Authors>MyCSharp.de, Benjamin Abt, Günther Foidl and Contributors</Authors> |
6 | | - <PackageProjectUrl>https://github.com/mycsharp/HttpUserAgentParser</PackageProjectUrl> |
7 | | - <PackageLicenseExpression>MIT</PackageLicenseExpression> |
| 5 | + <Product>MyCSharp.HttpUserAgentParser</Product> |
8 | 6 | <DefaultLanguage>en-US</DefaultLanguage> |
9 | | - <Description>HTTP User Agent Parser for .NET</Description> |
10 | 7 | <NoPackageAnalysis>true</NoPackageAnalysis> |
11 | | - <LangVersion>preview</LangVersion> |
12 | | - <Nullable>enable</Nullable> |
13 | | - <EmbedUntrackedSources>true</EmbedUntrackedSources> |
14 | | - <PublishRepositoryUrl>true</PublishRepositoryUrl> |
15 | 8 | <DebugType>embedded</DebugType> |
| 9 | + </PropertyGroup> |
| 10 | + |
| 11 | + <PropertyGroup Label="Env"> |
| 12 | + |
16 | 13 | <IsTestProject>$(MSBuildProjectName.Contains('Test'))</IsTestProject> |
17 | 14 | <IsBenchmarkProject>$(MsBuildProjectName.Contains('Benchmark'))</IsBenchmarkProject> |
| 15 | + </PropertyGroup> |
| 16 | + |
| 17 | + <PropertyGroup Label="Package"> |
| 18 | + <PackageProjectUrl>https://github.com/mycsharp/HttpUserAgentParser</PackageProjectUrl> |
| 19 | + <PublishRepositoryUrl>true</PublishRepositoryUrl> |
| 20 | + <Description>HTTP User Agent Parser for .NET</Description> |
| 21 | + <MinClientVersion>2.12</MinClientVersion> |
18 | 22 | <IsPackable>false</IsPackable> |
| 23 | + <PackageTags>UserAgent, User Agent, Parse, Browser, Client, Detector, Detection, Console, ASP, Desktop, Mobile</PackageTags> |
| 24 | + <EmbedUntrackedSources>true</EmbedUntrackedSources> |
| 25 | + </PropertyGroup> |
| 26 | + |
| 27 | + <PropertyGroup Label="C#"> |
| 28 | + <LangVersion>12.0</LangVersion> |
| 29 | + <Nullable>enable</Nullable> |
| 30 | + <ImplicitUsings>enable</ImplicitUsings> |
19 | 31 | <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
20 | 32 | </PropertyGroup> |
21 | 33 |
|
|
35 | 47 | <Error Code="420" Text="Blocked package dependency detected: %(PackageDependencies.Identity)" |
36 | 48 | Condition="'%(PackageDependencies.Identity)' == 'Devlooped.SponsorLink'" /> |
37 | 49 | </Target> |
38 | | - |
| 50 | + |
39 | 51 | </Project> |
0 commit comments