File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <Version >2.0.8</Version >
44 <Copyright >Copyright © laojiu 2017-2024</Copyright >
5- <NoWarn >IDE0057</NoWarn >
5+ <NoWarn >IDE0057;IDE0290 </NoWarn >
66 </PropertyGroup >
77
88 <PropertyGroup >
99 <Authors >laojiu</Authors >
1010 <Company >laojiu</Company >
11- <NoWarn >IDE0290</NoWarn >
1211 <LangVersion >latest</LangVersion >
1312 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
1413 <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
1817 <UseArtifactsOutput >true</UseArtifactsOutput >
1918 </PropertyGroup >
2019
21- <PropertyGroup >
20+ <PropertyGroup >
2221 <IncludeSymbols >True</IncludeSymbols >
2322 <SymbolPackageFormat >snupkg</SymbolPackageFormat >
2423 <PublishRepositoryUrl >true</PublishRepositoryUrl >
2928 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" All" />
3029 </ItemGroup >
3130
32- <ItemGroup >
31+ <ItemGroup Condition = " '$(GeneratePackageOnBuild)' == 'true' " >
3332 <None Include =" ..\icon.png" >
3433 <Pack >True</Pack >
3534 <PackagePath >\</PackagePath >
You can’t perform that action at this time.
0 commit comments