mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 22:34:27 -07:00
Removed most of the warnings and update CommandLineParser package.
This commit is contained in:
parent
669dce1b12
commit
06f78212c1
4 changed files with 8 additions and 4 deletions
|
@ -22,10 +22,14 @@
|
||||||
<PublishRepositoryUrl>true</PublishRepositoryUrl>
|
<PublishRepositoryUrl>true</PublishRepositoryUrl>
|
||||||
<!-- Optional: Embed source files that are not tracked by the source control manager in the PDB -->
|
<!-- Optional: Embed source files that are not tracked by the source control manager in the PDB -->
|
||||||
<EmbedUntrackedSources>true</EmbedUntrackedSources>
|
<EmbedUntrackedSources>true</EmbedUntrackedSources>
|
||||||
|
<!-- disable all package warnings "This may cause compatibility problems." -->
|
||||||
|
<NoWarn>NU1701</NoWarn>
|
||||||
|
<!-- disable all documentation warnings -->
|
||||||
|
<NoWarn>CS1591</NoWarn>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup Condition="'$(Configuration)' != 'Debug' And !$(MSBuildProjectName.Contains('Test')) And !$(MSBuildProjectName.Contains('Demo'))">
|
<PropertyGroup Condition="'$(Configuration)' != 'Debug' And !$(MSBuildProjectName.Contains('Test')) And !$(MSBuildProjectName.Contains('Demo'))">
|
||||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
<GenerateDocumentationFile>false</GenerateDocumentationFile>
|
||||||
<IsPackable>true</IsPackable>
|
<IsPackable>true</IsPackable>
|
||||||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="BenchmarkDotNet" Version="0.11.5" />
|
<PackageReference Include="BenchmarkDotNet" Version="0.11.5" />
|
||||||
<PackageReference Include="CommandLineParser" Version="2.4.3" />
|
<PackageReference Include="CommandLineParser" Version="2.5.0" />
|
||||||
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="2.1.0" />
|
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions" Version="2.1.0" />
|
||||||
<PackageReference Include="SharpAvi" Version="2.1.1" />
|
<PackageReference Include="SharpAvi" Version="2.1.1" />
|
||||||
<PackageReference Include="System.Memory" Version="4.5.2" />
|
<PackageReference Include="System.Memory" Version="4.5.2" />
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="BenchmarkDotNet" Version="0.11.5" />
|
<PackageReference Include="BenchmarkDotNet" Version="0.11.5" />
|
||||||
<PackageReference Include="CommandLineParser" Version="2.4.3" />
|
<PackageReference Include="CommandLineParser" Version="2.5.0" />
|
||||||
<PackageReference Include="Dapplo.CaliburnMicro.Translations" Version="1.2.25" />
|
<PackageReference Include="Dapplo.CaliburnMicro.Translations" Version="1.2.25" />
|
||||||
<PackageReference Include="Dapplo.HttpExtensions.OAuth" Version="0.9.18" />
|
<PackageReference Include="Dapplo.HttpExtensions.OAuth" Version="0.9.18" />
|
||||||
<PackageReference Include="Dapplo.Log.XUnit" Version="1.3.11" />
|
<PackageReference Include="Dapplo.Log.XUnit" Version="1.3.11" />
|
||||||
|
|
|
@ -56,7 +56,7 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Autofac.Extras.CommonServiceLocator" Version="5.0.0" />
|
<PackageReference Include="Autofac.Extras.CommonServiceLocator" Version="5.0.0" />
|
||||||
<PackageReference Include="AutoProperties.Fody" Version="1.21.0" />
|
<PackageReference Include="AutoProperties.Fody" Version="1.21.0" />
|
||||||
<PackageReference Include="CommandLineParser" Version="2.4.3" />
|
<PackageReference Include="CommandLineParser" Version="2.5.0" />
|
||||||
<PackageReference Include="CommonServiceLocator" Version="2.0.4" />
|
<PackageReference Include="CommonServiceLocator" Version="2.0.4" />
|
||||||
<PackageReference Include="Dapplo.CaliburnMicro.Dapp" Version="1.2.25" />
|
<PackageReference Include="Dapplo.CaliburnMicro.Dapp" Version="1.2.25" />
|
||||||
<PackageReference Include="Dapplo.CaliburnMicro.Configuration" Version="1.2.25" />
|
<PackageReference Include="Dapplo.CaliburnMicro.Configuration" Version="1.2.25" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue