Skip to content

Commit f72e71e

Browse files
authored
[COMMIT] The proj files have been updated to enable SourceLink [Winton.DomainModelling.AspNetCore.csproj] (#12)
1 parent 17f0469 commit f72e71e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Winton.DomainModelling.AspNetCore/Winton.DomainModelling.AspNetCore.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,15 @@
1919
<TargetFramework>netstandard2.0</TargetFramework>
2020
<Title>Winton Domain Modelling ASP.NET Core</Title>
2121
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
22+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
23+
<IncludeSymbols>true</IncludeSymbols>
24+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2225
</PropertyGroup>
2326

27+
<ItemGroup>
28+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
29+
</ItemGroup>
30+
2431
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
2532
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
2633
</PropertyGroup>

0 commit comments

Comments
 (0)