File tree Expand file tree Collapse file tree
sample/LocalPortFilteringDemo
src/LocalPortFiltering.AspNetCore Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 <TargetFramework >net8.0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
7+ <IsPackable >false</IsPackable >
78 </PropertyGroup >
89
910 <ItemGroup >
Original file line number Diff line number Diff line change 2323 <IsPackable >true</IsPackable >
2424 <PackageReadmeFile >README.md</PackageReadmeFile >
2525 <PackageLicenseFile >LICENSE</PackageLicenseFile >
26+ <IncludeSymbols >true</IncludeSymbols >
27+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
28+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
29+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
2630 </PropertyGroup >
2731
2832 <ItemGroup >
2933 <FrameworkReference Include =" Microsoft.AspNetCore.App" />
34+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" All" />
3035 </ItemGroup >
3136
3237 <ItemGroup >
You can’t perform that action at this time.
0 commit comments