Skip to content

Commit 336c2db

Browse files
committed
Add "EmbedUntrackedSources" to csproj to ensure we produce a deterministic library
1 parent 9c70392 commit 336c2db

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Source/HttpMultipartParser/HttpMultipartParser.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>net461;net472;netstandard2.0;net5.0</TargetFrameworks>
5+
<LangVersion>preview</LangVersion>
56
<PlatformTarget>anycpu</PlatformTarget>
67
<GenerateDocumentationFile>true</GenerateDocumentationFile>
78
<OutputType>Library</OutputType>
@@ -13,6 +14,7 @@
1314
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1415
<IncludeSymbols>true</IncludeSymbols>
1516
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
17+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
1618
<PackageReadmeFile>README.md</PackageReadmeFile>
1719
</PropertyGroup>
1820

0 commit comments

Comments
 (0)