-
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #179 from HavenDV/dependabot/nuget/all-8a18e7c682
chore(deps): Bump the all group with 3 updates
- Loading branch information
Showing
2 changed files
with
89 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,87 +1,87 @@ | ||
<Project> | ||
|
||
<Import Project="..\Directory.Build.props" /> | ||
|
||
<PropertyGroup Label="GraphicsLibrary"> | ||
<!-- Supported values: System.Drawing, SkiaSharp --> | ||
<GraphicsLibrary>System.Drawing</GraphicsLibrary> | ||
<DefineConstants Condition="'$(GraphicsLibrary)' == 'System.Drawing'">$(DefineConstants);HAS_SYSTEM_DRAWING</DefineConstants> | ||
<DefineConstants Condition="'$(GraphicsLibrary)' == 'SkiaSharp'">$(DefineConstants);HAS_SKIA_SHARP</DefineConstants> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Label="Signing"> | ||
<SignAssembly>true</SignAssembly> | ||
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)../key.snk</AssemblyOriginatorKeyFile> | ||
</PropertyGroup> | ||
|
||
<ItemGroup Label="CLSCompliant"> | ||
<AssemblyAttribute Include="System.CLSCompliantAttribute"> | ||
<_Parameter1>true</_Parameter1> | ||
</AssemblyAttribute> | ||
</ItemGroup> | ||
|
||
<PropertyGroup Label="Nuget"> | ||
<PackageReleaseNotes>$(PACKAGE_RELEASE_NOTES)</PackageReleaseNotes> | ||
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild> | ||
<GenerateDocumentationFile>true</GenerateDocumentationFile> | ||
<Authors>havendv</Authors> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<PackageIcon>nuget_icon.png</PackageIcon> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<PackageProjectUrl>https://github.com/HavenDV/H.NotifyIcon</PackageProjectUrl> | ||
</PropertyGroup> | ||
|
||
<ItemGroup Label="Nuget"> | ||
<None Include="$(MSBuildThisFileDirectory)../../assets/nuget_icon.png" Pack="true" PackagePath="\" Visible="false" /> | ||
<None Include="$(MSBuildThisFileDirectory)../../README.md" Pack="true" PackagePath="\" Visible="false" /> | ||
</ItemGroup> | ||
|
||
<PropertyGroup Label="Versioning"> | ||
<MinVerTagPrefix>v</MinVerTagPrefix> | ||
<MinVerDefaultPreReleaseIdentifiers>dev</MinVerDefaultPreReleaseIdentifiers> | ||
</PropertyGroup> | ||
|
||
<ItemGroup Label="Versioning"> | ||
<PackageReference Include="MinVer" Version="6.0.0"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
|
||
<ItemGroup Label="Source Link"> | ||
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.2.25"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
|
||
<ItemGroup Label="PolySharp"> | ||
<PackageReference Include="PolySharp" Version="1.14.1"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<Using Include="System.Runtime.Versioning" /> | ||
</ItemGroup> | ||
|
||
<PropertyGroup Label="PolySharp"> | ||
<PolySharpIncludeRuntimeSupportedAttributes>true</PolySharpIncludeRuntimeSupportedAttributes> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Label="Analyzers"> | ||
<EnableNETAnalyzers>true</EnableNETAnalyzers> | ||
<AnalysisLevel>latest</AnalysisLevel> | ||
<AnalysisMode>All</AnalysisMode> | ||
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild> | ||
<!-- <CodeAnalysisTreatWarningsAsErrors>true</CodeAnalysisTreatWarningsAsErrors>--> | ||
<NoWarn>$(NoWarn);CA1502;CA1506;CA1010;CA1822</NoWarn> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Label="Trimmable" Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))"> | ||
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))">true</IsAotCompatible> | ||
<EnableTrimAnalyzer>true</EnableTrimAnalyzer> | ||
<IsTrimmable>true</IsTrimmable> | ||
<SuppressTrimAnalysisWarnings>false</SuppressTrimAnalysisWarnings> | ||
<TrimmerSingleWarn>false</TrimmerSingleWarn> | ||
</PropertyGroup> | ||
|
||
</Project> | ||
<Project> | ||
|
||
<Import Project="..\Directory.Build.props" /> | ||
|
||
<PropertyGroup Label="GraphicsLibrary"> | ||
<!-- Supported values: System.Drawing, SkiaSharp --> | ||
<GraphicsLibrary>System.Drawing</GraphicsLibrary> | ||
<DefineConstants Condition="'$(GraphicsLibrary)' == 'System.Drawing'">$(DefineConstants);HAS_SYSTEM_DRAWING</DefineConstants> | ||
<DefineConstants Condition="'$(GraphicsLibrary)' == 'SkiaSharp'">$(DefineConstants);HAS_SKIA_SHARP</DefineConstants> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Label="Signing"> | ||
<SignAssembly>true</SignAssembly> | ||
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)../key.snk</AssemblyOriginatorKeyFile> | ||
</PropertyGroup> | ||
|
||
<ItemGroup Label="CLSCompliant"> | ||
<AssemblyAttribute Include="System.CLSCompliantAttribute"> | ||
<_Parameter1>true</_Parameter1> | ||
</AssemblyAttribute> | ||
</ItemGroup> | ||
|
||
<PropertyGroup Label="Nuget"> | ||
<PackageReleaseNotes>$(PACKAGE_RELEASE_NOTES)</PackageReleaseNotes> | ||
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild> | ||
<GenerateDocumentationFile>true</GenerateDocumentationFile> | ||
<Authors>havendv</Authors> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<PackageIcon>nuget_icon.png</PackageIcon> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<PackageProjectUrl>https://github.com/HavenDV/H.NotifyIcon</PackageProjectUrl> | ||
</PropertyGroup> | ||
|
||
<ItemGroup Label="Nuget"> | ||
<None Include="$(MSBuildThisFileDirectory)../../assets/nuget_icon.png" Pack="true" PackagePath="\" Visible="false" /> | ||
<None Include="$(MSBuildThisFileDirectory)../../README.md" Pack="true" PackagePath="\" Visible="false" /> | ||
</ItemGroup> | ||
|
||
<PropertyGroup Label="Versioning"> | ||
<MinVerTagPrefix>v</MinVerTagPrefix> | ||
<MinVerDefaultPreReleaseIdentifiers>dev</MinVerDefaultPreReleaseIdentifiers> | ||
</PropertyGroup> | ||
|
||
<ItemGroup Label="Versioning"> | ||
<PackageReference Include="MinVer" Version="6.0.0"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
|
||
<ItemGroup Label="Source Link"> | ||
<PackageReference Include="DotNet.ReproducibleBuilds" Version="1.2.25"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
|
||
<ItemGroup Label="PolySharp"> | ||
<PackageReference Include="PolySharp" Version="1.15.0"> | ||
<PrivateAssets>all</PrivateAssets> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
</PackageReference> | ||
<Using Include="System.Runtime.Versioning" /> | ||
</ItemGroup> | ||
|
||
<PropertyGroup Label="PolySharp"> | ||
<PolySharpIncludeRuntimeSupportedAttributes>true</PolySharpIncludeRuntimeSupportedAttributes> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Label="Analyzers"> | ||
<EnableNETAnalyzers>true</EnableNETAnalyzers> | ||
<AnalysisLevel>latest</AnalysisLevel> | ||
<AnalysisMode>All</AnalysisMode> | ||
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild> | ||
<!-- <CodeAnalysisTreatWarningsAsErrors>true</CodeAnalysisTreatWarningsAsErrors>--> | ||
<NoWarn>$(NoWarn);CA1502;CA1506;CA1010;CA1822</NoWarn> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Label="Trimmable" Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))"> | ||
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))">true</IsAotCompatible> | ||
<EnableTrimAnalyzer>true</EnableTrimAnalyzer> | ||
<IsTrimmable>true</IsTrimmable> | ||
<SuppressTrimAnalysisWarnings>false</SuppressTrimAnalysisWarnings> | ||
<TrimmerSingleWarn>false</TrimmerSingleWarn> | ||
</PropertyGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters