We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c70392 commit 336c2dbCopy full SHA for 336c2db
1 file changed
Source/HttpMultipartParser/HttpMultipartParser.csproj
@@ -2,6 +2,7 @@
2
3
<PropertyGroup>
4
<TargetFrameworks>net461;net472;netstandard2.0;net5.0</TargetFrameworks>
5
+ <LangVersion>preview</LangVersion>
6
<PlatformTarget>anycpu</PlatformTarget>
7
<GenerateDocumentationFile>true</GenerateDocumentationFile>
8
<OutputType>Library</OutputType>
@@ -13,6 +14,7 @@
13
14
<PublishRepositoryUrl>true</PublishRepositoryUrl>
15
<IncludeSymbols>true</IncludeSymbols>
16
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
17
+ <EmbedUntrackedSources>true</EmbedUntrackedSources>
18
<PackageReadmeFile>README.md</PackageReadmeFile>
19
</PropertyGroup>
20
0 commit comments