Skip to content

Commit 6874a44

Browse files
committed
fix: configure DependencyInjection nuget package creation
1 parent e20706b commit 6874a44

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

Sstv.DomainExceptions.Extensions.DependencyInjection/Sstv.DomainExceptions.Extensions.DependencyInjection.csproj

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3-
<PropertyGroup>
3+
<PropertyGroup>
44
<TargetFramework>net10.0</TargetFramework>
5-
<ImplicitUsings>enable</ImplicitUsings>
5+
<IsPackable>true</IsPackable>
6+
<PackageReadmeFile>README.md</PackageReadmeFile>
7+
<IncludeSymbols>true</IncludeSymbols>
8+
<SymbolPackageFormat>symbols.nupkg</SymbolPackageFormat>
9+
<DocumentationFile>bin\$(Configuration)\$(MSBuildProjectName).xml</DocumentationFile>
10+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
611
<Nullable>enable</Nullable>
12+
<ImplicitUsings>true</ImplicitUsings>
713
<NuGetAudit>false</NuGetAudit>
814
</PropertyGroup>
915

0 commit comments

Comments
 (0)