File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop" >
1
+ <Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netcoreapp3.1</TargetFramework >
20
20
<FileVersion >1.0.0</FileVersion >
21
21
<PackageId >Flow.Launcher.Plugin</PackageId >
22
22
<IncludeSymbols >true</IncludeSymbols >
23
+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
23
24
<Authors >qianlifeng, Jeremy Wu</Authors >
24
25
<PackageLicenseExpression >MIT</PackageLicenseExpression >
25
26
<RepositoryUrl >https://github.com/Flow-Launcher/Flow.Launcher</RepositoryUrl >
26
27
<PackageDescription >Reference this library if you want to develop a Flow Launcher plugin</PackageDescription >
27
28
<PackageTags >flowlauncher</PackageTags >
29
+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
28
30
</PropertyGroup >
29
31
30
32
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
You can’t perform that action at this time.
0 commit comments