Remove implicitly set EmbedUntrackedSources property

This commit is contained in:
Ronald Barendse
2023-11-21 11:39:04 +01:00
parent 40dd163e3a
commit 28550b88c8
2 changed files with 1 additions and 3 deletions

View File

@@ -22,7 +22,6 @@
<!-- SourceLink -->
<PropertyGroup>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

View File

@@ -1,7 +1,6 @@
{
"sdk": {
"version": "8.0.100",
"rollForward": "latestFeature",
"allowPrerelease": false
"rollForward": "latestFeature"
}
}