Skip to content

Commit f7c8d2e

Browse files
committed
Updated Deps
1 parent 3faa931 commit f7c8d2e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build/sourcelink.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
</PropertyGroup>
55

66
<ItemGroup>
7-
<PackageReference Include="SourceLink.Create.GitHub" Version="2.1.2" PrivateAssets="all" />
8-
<DotNetCliToolReference Include="dotnet-sourcelink-git" Version="2.1.2" />
9-
<DotNetCliToolReference Include="dotnet-sourcelink" Version="2.1.2" />
7+
<PackageReference Include="SourceLink.Create.GitHub" Version="2.2.1" PrivateAssets="all" />
8+
<DotNetCliToolReference Include="dotnet-sourcelink-git" Version="2.2.1" />
9+
<DotNetCliToolReference Include="dotnet-sourcelink" Version="2.2.1" />
1010
</ItemGroup>
1111
</Project>

src/Platforms/Exceptionless.NLog/Exceptionless.NLog.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</PropertyGroup>
3131

3232
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' " Label="Package References">
33-
<PackageReference Include="NLog" Version="5.0.0-beta09" />
33+
<PackageReference Include="NLog" Version="5.0.0-beta10" />
3434
</ItemGroup>
3535

3636
<PropertyGroup Condition=" '$(TargetFramework)' == 'net45' " Label="Build">

0 commit comments

Comments
 (0)