|
|
@@ -1,8 +1,12 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
+<Project>
|
|
|
+
|
|
|
+ <!-- https://devblogs.microsoft.com/dotnet/producing-packages-with-source-link/ -->
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
|
|
|
|
+ <Deterministic>true</Deterministic>
|
|
|
+
|
|
|
<GitRepositoryRemoteName>github</GitRepositoryRemoteName>
|
|
|
|
|
|
<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
|
|
|
@@ -14,7 +18,7 @@
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
|
- <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
|
|
|
+ <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.0" PrivateAssets="All"/>
|
|
|
</ItemGroup>
|
|
|
|
|
|
</Project>
|