Skip to content

Commit

Permalink
Try to commend out Source Link csproj properties to see if that will …
Browse files Browse the repository at this point in the history
…get the .NET 8 built-in stuff to generate correctly.
  • Loading branch information
jonsagara committed Nov 16, 2023
1 parent 38e2171 commit 116092a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>12.0</LangVersion>

<!-- NuGet -->
<Version>2.0.1</Version>
<Version>2.0.2</Version>
<AssemblyVersion>2.0.0</AssemblyVersion>
<FileVersion>2.0.0</FileVersion>
<Authors>Jon Sagara</Authors>
Expand Down
7 changes: 4 additions & 3 deletions src/Sagara.Core/Sagara.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@
<PackageTags>Validation SequentialGuid Caching Enums</PackageTags>
<PackageReleaseNotes></PackageReleaseNotes>

<GenerateDocumentationFile>True</GenerateDocumentationFile>

<!-- SourceLink -->
<IncludeSymbols>true</IncludeSymbols>
<!--<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<NeutralLanguage>en-US</NeutralLanguage>
<NeutralLanguage>en-US</NeutralLanguage>-->
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 116092a

Please sign in to comment.