Skip to content

Commit 69a5954

Browse files
committed
(GH-149) Update Microsoft.SourceLink.GitHub to 8.0.0
* fixes #149
1 parent 0ea9f5a commit 69a5954

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/LitJson.Source/LitJSON.Source.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
<ItemGroup>
2525
<PackageFile Include="../LitJson/**/*.cs" Exclude="../LitJson/obj/**;../LitJson/bin/**;../LitJson/AssemblyInfo.cs" PackagePath="$(ContentTargetFolders)\cs\any\LitJson\%(RelativeDir)%(Filename).g%(Extension)" />
2626
<None Include="../LitJson/litjson.png" Pack="true" PackagePath="" />
27-
<None Include="../../README.md" Pack="true" PackagePath="\"/>
27+
<None Include="../../README.md" Pack="true" PackagePath="\" />
2828
</ItemGroup>
2929

3030
<ItemGroup>
3131
<PackageReference Include="NuGetizer" Version="0.7.5" PrivateAssets="All" />
3232
</ItemGroup>
3333

3434
<ItemGroup Condition="'$(OS)' == 'Windows_NT'">
35-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
35+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all" />
3636
</ItemGroup>
3737

3838
</Project>

src/LitJson/LitJSON.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup Condition="'$(OS)' == 'Windows_NT'">
17-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
17+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all" />
1818
<DotNetCliToolReference Include="dotnet-sourcelink-git" Version="2.8.3" />
1919
<DotNetCliToolReference Include="dotnet-sourcelink" Version="2.8.3" />
2020
</ItemGroup>
@@ -81,7 +81,7 @@ It's quick and lean, without external dependencies.</Description>
8181
</ItemGroup>
8282

8383
<ItemGroup>
84-
<None Include="../../README.md" Pack="true" PackagePath="\"/>
84+
<None Include="../../README.md" Pack="true" PackagePath="\" />
8585
</ItemGroup>
8686

8787
</Project>

0 commit comments

Comments
 (0)