Skip to content

Commit

Permalink
Merge pull request #17 from JTOne123/master
Browse files Browse the repository at this point in the history
[PR] The proj files have been updated to enable SourceLink
  • Loading branch information
MrBogomips authored Feb 13, 2023
2 parents 2019b97 + 1fa1fb5 commit de4dea2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Nexusat.AspNetCore/Nexusat.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,16 @@
<PackageReleaseNotes>Minor Enhancements.</PackageReleaseNotes>
<Version>3.1.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>


<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " />
<ItemGroup>
<Folder Include="Mvc\Formatters\" />
Expand Down

0 comments on commit de4dea2

Please sign in to comment.