|
1 | 1 | <Project> |
2 | | - <PropertyGroup> |
3 | | - <Company>Rocket Surgeons Guild</Company> |
4 | | - <Copyright>Copyright Rocket Surgeons Guild © $([System.DateTime]::Now.ToString('yyyy'))</Copyright> |
5 | | - <Authors>David Driscoll,Rocket Surgeons Guild contributors</Authors> |
6 | | - <PackageProjectUrl>https://rocketsurgeonsguild.github.io/</PackageProjectUrl> |
7 | | - <PublishRepositoryUrl>true</PublishRepositoryUrl> |
8 | | - <PackageIcon>images/packageicon.png</PackageIcon> |
9 | | - <PackageLicenseFile>LICENSE</PackageLicenseFile> |
10 | | - <!-- |
| 2 | + <PropertyGroup> |
| 3 | + <Company>Rocket Surgeons Guild</Company> |
| 4 | + <Copyright>Copyright Rocket Surgeons Guild © $([System.DateTime]::Now.ToString('yyyy'))</Copyright> |
| 5 | + <Authors>David Driscoll,Rocket Surgeons Guild contributors</Authors> |
| 6 | + <PackageProjectUrl>https://rocketsurgeonsguild.github.io/</PackageProjectUrl> |
| 7 | + <PublishRepositoryUrl>true</PublishRepositoryUrl> |
| 8 | + <PackageIcon>images/packageicon.png</PackageIcon> |
| 9 | + <PackageLicenseFile>LICENSE</PackageLicenseFile> |
| 10 | + <!-- |
11 | 11 | in package |
12 | 12 | Title |
13 | 13 | Description |
14 | 14 | Tags |
15 | 15 | --> |
16 | | - <LangVersion>preview</LangVersion> |
17 | | - <Features>strict</Features> |
18 | | - <Nullable>enable</Nullable> |
19 | | - <AnalysisMode>AllEnabledByDefault</AnalysisMode> |
20 | | - <EnableNETAnalyzers>true</EnableNETAnalyzers> |
21 | | - <NukeTelemetryVersion>1</NukeTelemetryVersion> |
22 | | - <ProduceReferenceAssembly>true</ProduceReferenceAssembly> |
23 | | - <ImplicitUsings>enable</ImplicitUsings> |
24 | | - <AnalysisLevel>latest</AnalysisLevel> |
25 | | - <!-- <TreatWarningsAsErrors>true</TreatWarningsAsErrors>--> |
26 | | - <!-- <WarningsNotAsErrors></WarningsNotAsErrors>--> |
27 | | - <WarningsAsErrors>RS0017</WarningsAsErrors> |
| 16 | + <LangVersion>preview</LangVersion> |
| 17 | + <Features>strict</Features> |
| 18 | + <Nullable>enable</Nullable> |
| 19 | + <AnalysisMode>AllEnabledByDefault</AnalysisMode> |
| 20 | + <EnableNETAnalyzers>true</EnableNETAnalyzers> |
| 21 | + <NukeTelemetryVersion>1</NukeTelemetryVersion> |
| 22 | + <ProduceReferenceAssembly>true</ProduceReferenceAssembly> |
| 23 | + <ImplicitUsings>enable</ImplicitUsings> |
| 24 | + <AnalysisLevel>latest</AnalysisLevel> |
| 25 | + <!-- <TreatWarningsAsErrors>true</TreatWarningsAsErrors>--> |
| 26 | + <!-- <WarningsNotAsErrors></WarningsNotAsErrors>--> |
| 27 | + <WarningsAsErrors>RS0017</WarningsAsErrors> |
28 | 28 |
|
29 | | - <NuGetAudit>true</NuGetAudit> |
30 | | - <NuGetAuditMode>all</NuGetAuditMode> |
31 | | - <NuGetAuditLevel>moderate</NuGetAuditLevel> |
32 | | - <SolutionDir>$(MSBuildThisFileDirectory)</SolutionDir> |
33 | | - </PropertyGroup> |
34 | | - <ItemGroup> |
35 | | - <None |
| 29 | + <NuGetAudit>true</NuGetAudit> |
| 30 | + <NuGetAuditMode>all</NuGetAuditMode> |
| 31 | + <NuGetAuditLevel>moderate</NuGetAuditLevel> |
| 32 | + <SolutionDir>$(MSBuildThisFileDirectory)</SolutionDir> |
| 33 | + </PropertyGroup> |
| 34 | + <ItemGroup> |
| 35 | + <None |
36 | 36 | Include="$(MSBuildThisFileDirectory)/.nuke/temp/packageicon.png" |
37 | 37 | Condition="Exists('$(MSBuildThisFileDirectory)/.nuke/temp/packageicon.png')" |
38 | 38 | Pack="true" |
39 | 39 | PackagePath="/images/" |
40 | | - Visible="false" /> |
41 | | - <None Include="$(MSBuildThisFileDirectory)/LICENSE" Pack="true" PackagePath="/" Visible="false" /> |
42 | | - </ItemGroup> |
43 | | - <ItemGroup> |
44 | | - <ProjectCapability Include="DynamicDependentFile" /> |
45 | | - <ProjectCapability Include="DynamicFileNesting" /> |
46 | | - </ItemGroup> |
47 | | - <ItemGroup> |
48 | | - <Using Include="JetBrains.Annotations" /> |
49 | | - <Using Include="System.Diagnostics.CodeAnalysis" /> |
50 | | - <Using Include="System.Diagnostics.CodeAnalysis.NotNullAttribute" Alias="NotNullAttribute" /> |
51 | | - </ItemGroup> |
| 40 | + Visible="false" |
| 41 | + /> |
| 42 | + <None Include="$(MSBuildThisFileDirectory)/LICENSE" Pack="true" PackagePath="/" Visible="false" /> |
| 43 | + </ItemGroup> |
| 44 | + <ItemGroup> |
| 45 | + <ProjectCapability Include="DynamicDependentFile" /> |
| 46 | + <ProjectCapability Include="DynamicFileNesting" /> |
| 47 | + </ItemGroup> |
| 48 | + <ItemGroup> |
| 49 | + <Using Include="JetBrains.Annotations" /> |
| 50 | + <Using Include="System.Diagnostics.CodeAnalysis" /> |
| 51 | + <Using Include="System.Diagnostics.CodeAnalysis.NotNullAttribute" Alias="NotNullAttribute" /> |
| 52 | + </ItemGroup> |
52 | 53 | </Project> |
0 commit comments