|
1 | 1 | <Project>
|
2 | 2 | <ItemGroup>
|
3 |
| - <AdditionalFiles Include="$(MSBuildThisFileDirectory)stylecop.json" Link="stylecop.json" /> |
4 | 3 | <AssemblyAttribute Include="System.CLSCompliant">
|
5 | 4 | <_Parameter1>false</_Parameter1>
|
6 | 5 | <_Parameter1_IsLiteral>true</_Parameter1_IsLiteral>
|
7 | 6 | </AssemblyAttribute>
|
8 | 7 | </ItemGroup>
|
9 | 8 | <PropertyGroup>
|
10 |
| - <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> |
11 |
| - <AnalysisMode>All</AnalysisMode> |
12 | 9 | <AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)Logging.XUnit.snk</AssemblyOriginatorKeyFile>
|
13 |
| - <Authors>martin_costello</Authors> |
14 |
| - <ChecksumAlgorithm>SHA256</ChecksumAlgorithm> |
15 | 10 | <CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)Logging.XUnit.ruleset</CodeAnalysisRuleSet>
|
16 |
| - <Company>https://github.com/martincostello/xunit-logging</Company> |
17 |
| - <ContinuousIntegrationBuild Condition=" '$(CI)' != '' ">true</ContinuousIntegrationBuild> |
18 |
| - <Copyright>Martin Costello (c) $([System.DateTime]::Now.ToString(yyyy))</Copyright> |
19 |
| - <Deterministic>true</Deterministic> |
20 |
| - <EmbedUntrackedSources>true</EmbedUntrackedSources> |
21 |
| - <EnableNETAnalyzers>true</EnableNETAnalyzers> |
22 |
| - <EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild> |
23 |
| - <GenerateDocumentationFile>false</GenerateDocumentationFile> |
24 |
| - <GenerateGitMetadata Condition=" '$(CI)' != '' and '$(GenerateGitMetadata)' == '' ">true</GenerateGitMetadata> |
25 |
| - <ImplicitUsings>enable</ImplicitUsings> |
26 |
| - <LangVersion>latest</LangVersion> |
27 | 11 | <ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
|
28 |
| - <NeutralLanguage>en-US</NeutralLanguage> |
29 | 12 | <NuGetAuditMode>direct</NuGetAuditMode>
|
30 |
| - <Nullable>enable</Nullable> |
31 |
| - <PackageIcon>package-icon.png</PackageIcon> |
32 |
| - <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> |
33 |
| - <PackageProjectUrl>https://github.com/martincostello/xunit-logging</PackageProjectUrl> |
34 |
| - <PackageReadmeFile>package-readme.md</PackageReadmeFile> |
35 |
| - <PackageReleaseNotes>See $(PackageProjectUrl)/releases for details.</PackageReleaseNotes> |
36 |
| - <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> |
37 | 13 | <PackageTags>xunit;logging</PackageTags>
|
38 |
| - <PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign> |
39 |
| - <PublishRepositoryUrl>true</PublishRepositoryUrl> |
40 |
| - <RepositoryType>git</RepositoryType> |
41 |
| - <RepositoryUrl>$(PackageProjectUrl).git</RepositoryUrl> |
42 |
| - <SignAssembly>true</SignAssembly> |
43 |
| - <StrongNamePublicKey Condition=" '$(SignAssembly)' == 'true'">00240000048000009400000006020000002400005253413100040000010001004b0b2efbada897147aa03d2076278890aefe2f8023562336d206ec8a719b06e89461c31b43abec615918d509158629f93385930c030494509e418bf396d69ce7dbe0b5b2db1a81543ab42777cb98210677fed69dbeb3237492a7ad69e87a1911ed20eb2d7c300238dc6f6403e3d04a1351c5cb369de4e022b18fbec70f7d21ed</StrongNamePublicKey> |
44 |
| - <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
45 |
| - <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
46 | 14 | <UseArtifactsOutput>true</UseArtifactsOutput>
|
47 | 15 | <AssemblyVersion>0.5.0.0</AssemblyVersion>
|
| 16 | + <PackageValidationBaselineVersion>0.5.0</PackageValidationBaselineVersion> |
48 | 17 | <VersionPrefix>0.5.2</VersionPrefix>
|
49 | 18 | </PropertyGroup>
|
50 |
| - <PropertyGroup Condition=" '$(GITHUB_ACTIONS)' != '' AND '$(DEPENDABOT_JOB_ID)' == '' "> |
51 |
| - <VersionSuffix Condition=" '$(VersionSuffix)' == '' AND '$(GITHUB_HEAD_REF)' == '' ">beta.$(GITHUB_RUN_NUMBER)</VersionSuffix> |
52 |
| - <VersionSuffix Condition=" '$(VersionSuffix)' == '' AND '$(GITHUB_HEAD_REF)' != '' ">pr.$(GITHUB_REF_NAME.Replace('/merge', '')).$(GITHUB_RUN_NUMBER)</VersionSuffix> |
53 |
| - <VersionPrefix Condition=" $(GITHUB_REF.StartsWith(`refs/tags/v`)) ">$(GITHUB_REF.Replace('refs/tags/v', ''))</VersionPrefix> |
54 |
| - <VersionSuffix Condition=" $(GITHUB_REF.StartsWith(`refs/tags/v`)) "></VersionSuffix> |
55 |
| - <FileVersion Condition=" '$(GITHUB_RUN_NUMBER)' != '' ">$(VersionPrefix).$(GITHUB_RUN_NUMBER)</FileVersion> |
56 |
| - </PropertyGroup> |
57 | 19 | <PropertyGroup Condition=" '$(EnableReferenceTrimmer)' != 'false' and '$(GenerateDocumentationFile)' != 'true' ">
|
58 | 20 | <GenerateDocumentationFile>true</GenerateDocumentationFile>
|
59 | 21 | <NoWarn>$(NoWarn);419;1570;1573;1574;1584;1591;SA0001;SA1602</NoWarn>
|
60 | 22 | </PropertyGroup>
|
61 |
| - <ItemGroup Condition=" '$(PackageIcon)' != '' "> |
62 |
| - <None Include="$(MSBuildThisFileDirectory)$(PackageIcon)" Pack="True" PackagePath="" /> |
63 |
| - </ItemGroup> |
64 |
| - <ItemGroup Condition=" '$(PackageReadmeFile)' != '' "> |
65 |
| - <None Include="$(MSBuildThisFileDirectory)$(PackageReadmeFile)" Pack="True" PackagePath="" /> |
66 |
| - </ItemGroup> |
67 | 23 | <PropertyGroup Condition=" '$(BuildingInsideVisualStudio)' != 'true' ">
|
68 | 24 | <CollectCoverage>true</CollectCoverage>
|
69 | 25 | <CoverletOutputFormat>cobertura,json</CoverletOutputFormat>
|
70 | 26 | <Exclude>[SampleApp]*,[xunit.*]*</Exclude>
|
71 | 27 | <Threshold>93</Threshold>
|
72 | 28 | </PropertyGroup>
|
73 | 29 | <ItemGroup>
|
74 |
| - <Using Include="System.Globalization" /> |
75 | 30 | <Using Include="Xunit" />
|
76 | 31 | <Using Include="Xunit.Sdk" />
|
77 | 32 | </ItemGroup>
|
|
81 | 36 | <ItemGroup Condition=" !$(DefineConstants.Contains('XUNIT_V3')) ">
|
82 | 37 | <Using Include="Xunit.Abstractions" />
|
83 | 38 | </ItemGroup>
|
84 |
| - <ItemGroup Condition=" '$(IsTestProject)' == 'true' "> |
85 |
| - <Using Include="Shouldly" /> |
86 |
| - </ItemGroup> |
87 | 39 | </Project>
|
0 commit comments