|
1 |
| -<Project> |
2 |
| - <PropertyGroup> |
3 |
| - <Copyright>Copyright (c) .NET Foundation and Contributors</Copyright> |
4 |
| - <Product>ReactiveUI.Validations ($(TargetFramework))</Product> |
5 |
| - <PackageLicenseExpression>MIT</PackageLicenseExpression> |
6 |
| - <PackageProjectUrl>https://github.com/reactiveui/ReactiveUI.Validation/</PackageProjectUrl> |
7 |
| - <PackageIconUrl>https://github.com/reactiveui/ReactiveUI.Validation/blob/master/media/logo.png?raw=true</PackageIconUrl> |
8 |
| - <Authors>.NET Foundation and Contributors</Authors> |
9 |
| - <Description>Validations library for ReactiveUI.</Description> |
10 |
| - <Owners>xpaulbettsx;ghuntley</Owners> |
11 |
| - <PackageTags>reactiveui;validation library;reactive programming;xamarin forms;netcore;portable;xamarin;xamarin ios;xamarin mac;android;monodroid;uwp;net45</PackageTags> |
12 |
| - <PackageReleaseNotes>https://github.com/reactiveui/reactiveui.validation/releases</PackageReleaseNotes> |
13 |
| - <RepositoryUrl>https://github.com/reactiveui/reactiveui.validation</RepositoryUrl> |
14 |
| - <RepositoryType>git</RepositoryType> |
15 |
| - <GenerateDocumentationFile>true</GenerateDocumentationFile> |
16 |
| - <IsTestProject>$(MSBuildProjectName.Contains('Tests'))</IsTestProject> |
17 |
| - <DebugType>Embedded</DebugType> |
18 |
| - <!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) --> |
19 |
| - <PublishRepositoryUrl>true</PublishRepositoryUrl> |
20 |
| - <!-- Optional: Embed source files that are not tracked by the source control manager in the PDB --> |
21 |
| - <EmbedUntrackedSources>true</EmbedUntrackedSources> |
22 |
| - <!-- Optional: Include PDB in the built .nupkg --> |
23 |
| - <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> |
24 |
| - <CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)analyzers.ruleset</CodeAnalysisRuleSet> |
25 |
| - <WarningsAsErrors>CS8600;CS8602;CS8603;CS8604;CS8605;CS8606;CS8607;CS8608;CS8609;CS8610;CS8611;CS8612;CS8613;CS8614;CS8615;CS8616;CS8617;CS8618;CS8619;CS8620;CS8621;CS8622;CS8623;CS8624;CS8625</WarningsAsErrors> |
26 |
| - <LangVersion>preview</LangVersion> |
27 |
| - <EnableNETAnalyzers>True</EnableNETAnalyzers> |
28 |
| - <AnalysisLevel>latest</AnalysisLevel> |
29 |
| - </PropertyGroup> |
| 1 | +<Project> |
| 2 | + <PropertyGroup> |
| 3 | + <Copyright>Copyright (c) .NET Foundation and Contributors</Copyright> |
| 4 | + <Product>ReactiveUI.Validations ($(TargetFramework))</Product> |
| 5 | + <PackageLicenseExpression>MIT</PackageLicenseExpression> |
| 6 | + <PackageProjectUrl>https://github.com/reactiveui/ReactiveUI.Validation/</PackageProjectUrl> |
| 7 | + <PackageIconUrl>https://github.com/reactiveui/ReactiveUI.Validation/blob/master/media/logo.png?raw=true</PackageIconUrl> |
| 8 | + <Authors>.NET Foundation and Contributors</Authors> |
| 9 | + <Description>Validations library for ReactiveUI.</Description> |
| 10 | + <Owners>xanaisbettsx;ghuntley</Owners> |
| 11 | + <PackageTags>reactiveui;validation library;reactive programming;netcore;netstandard;netframework</PackageTags> |
| 12 | + <PackageIcon>logo.png</PackageIcon> |
| 13 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
| 14 | + <PackageReleaseNotes>https://github.com/reactiveui/reactiveui.validation/releases</PackageReleaseNotes> |
| 15 | + <RepositoryUrl>https://github.com/reactiveui/reactiveui.validation</RepositoryUrl> |
| 16 | + <RepositoryType>git</RepositoryType> |
| 17 | + <GenerateDocumentationFile>true</GenerateDocumentationFile> |
| 18 | + <IsTestProject>$(MSBuildProjectName.Contains('Tests'))</IsTestProject> |
| 19 | + <DebugType>Embedded</DebugType> |
| 20 | + <!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) --> |
| 21 | + <PublishRepositoryUrl>true</PublishRepositoryUrl> |
| 22 | + <!-- Optional: Embed source files that are not tracked by the source control manager in the PDB --> |
| 23 | + <EmbedUntrackedSources>true</EmbedUntrackedSources> |
| 24 | + <!-- Optional: Include PDB in the built .nupkg --> |
| 25 | + <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> |
| 26 | + <WarningsAsErrors>CS8600;CS8602;CS8603;CS8604;CS8605;CS8606;CS8607;CS8608;CS8609;CS8610;CS8611;CS8612;CS8613;CS8614;CS8615;CS8616;CS8617;CS8618;CS8619;CS8620;CS8621;CS8622;CS8623;CS8624;CS8625</WarningsAsErrors> |
| 27 | + <LangVersion>preview</LangVersion> |
| 28 | + <EnableNETAnalyzers>True</EnableNETAnalyzers> |
| 29 | + <AnalysisLevel>latest</AnalysisLevel> |
| 30 | + <NoWarn>$(NoWarn);IDE1006</NoWarn> |
| 31 | + </PropertyGroup> |
30 | 32 |
|
31 |
| - <ItemGroup> |
32 |
| - <None Include="$(MSBuildThisFileDirectory)..\LICENSE" Pack="true" PackagePath="LICENSE" /> |
33 |
| - </ItemGroup> |
| 33 | + <ItemGroup> |
| 34 | + <None Include="$(MSBuildThisFileDirectory)..\media\logo.png" Pack="true" PackagePath="\" /> |
| 35 | + <None Include="$(MSBuildThisFileDirectory)..\LICENSE" Pack="true" PackagePath="LICENSE" /> |
| 36 | + <None Include="$(MSBuildThisFileDirectory)..\README.md" Pack="true" PackagePath="\" /> |
| 37 | + </ItemGroup> |
34 | 38 |
|
35 |
| - <ItemGroup Condition="'$(IsTestProject)' != 'true'"> |
36 |
| - <PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" /> |
37 |
| - </ItemGroup> |
38 |
| - <ItemGroup> |
39 |
| - <PackageReference Include="Nerdbank.GitVersioning" Version="3.6.133" PrivateAssets="all" /> |
40 |
| - <PackageReference Include="stylecop.analyzers" Version="1.2.0-beta.556" PrivateAssets="all" /> |
41 |
| - <PackageReference Include="Roslynator.Analyzers" Version="4.12.2" PrivateAssets="All" /> |
42 |
| - </ItemGroup> |
43 |
| - <ItemGroup> |
44 |
| - <AdditionalFiles Include="$(MSBuildThisFileDirectory)stylecop.json" Link="stylecop.json" /> |
45 |
| - </ItemGroup> |
| 39 | + <ItemGroup Condition="'$(IsTestProject)' != 'true'"> |
| 40 | + <PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" /> |
| 41 | + </ItemGroup> |
| 42 | + <ItemGroup> |
| 43 | + <PackageReference Include="Nerdbank.GitVersioning" Version="3.6.133" PrivateAssets="all" /> |
| 44 | + <PackageReference Include="stylecop.analyzers" Version="1.2.0-beta.556" PrivateAssets="all" /> |
| 45 | + <PackageReference Include="Roslynator.Analyzers" Version="4.12.2" PrivateAssets="All" /> |
| 46 | + </ItemGroup> |
| 47 | + <ItemGroup> |
| 48 | + <AdditionalFiles Include="$(MSBuildThisFileDirectory)stylecop.json" Link="stylecop.json" /> |
| 49 | + </ItemGroup> |
| 50 | + |
| 51 | +</Project> |
46 | 52 |
|
47 |
| - </Project> |
48 |
| - |
|
0 commit comments