Skip to content

Commit 50faac1

Browse files
committed
chore: update package deps
1 parent e860a32 commit 50faac1

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

src/Directory.Build.props

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Source code and extensive sample application available at http://www.hardcodet.n
3434
</PropertyGroup>
3535

3636
<ItemGroup>
37-
<PackageReference Include="Nerdbank.GitVersioning" Version="3.5.109">
37+
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.143">
3838
<PrivateAssets>all</PrivateAssets>
3939
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
4040
</PackageReference>
@@ -56,7 +56,10 @@ Source code and extensive sample application available at http://www.hardcodet.n
5656
</PropertyGroup>
5757

5858
<ItemGroup>
59-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
59+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
60+
<PrivateAssets>all</PrivateAssets>
61+
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
62+
</PackageReference>
6063
<None Include="$(SolutionDir)\icon.png" Pack="true" PackagePath="\"/>
6164
</ItemGroup>
6265

src/global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "8.0.100",
3+
"version": "8.0.403",
44
"rollForward": "feature",
55
"allowPrerelease": false
66
}

0 commit comments

Comments
 (0)