Skip to content

Commit

Permalink
Merge pull request #228 from linksplatform/dependabot/nuget/Octokit-5…
Browse files Browse the repository at this point in the history
….0.3

Bump Octokit from 2.0.0 to 5.0.3
  • Loading branch information
FreePhoenix888 authored Jul 5, 2023
2 parents 569c9a5 + 5982697 commit 5b99dd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions csharp/Platform.Bot/Platform.Bot.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand All @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Octokit" Version="2.0.0" />
<PackageReference Include="Octokit" Version="5.0.3" />
<PackageReference Include="Platform.Communication.Protocol.Lino" Version="0.4.0" />
<PackageReference Include="Platform.Data.Doublets.Sequences" Version="0.1.1" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions csharp/Storage/Storage.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Octokit" Version="2.0.0" />
<PackageReference Include="Octokit" Version="5.0.3" />
<PackageReference Include="Platform.Data.Doublets.Sequences" Version="0.1.1" />
<PackageReference Include="Platform.Exceptions" Version="0.4.0" />
</ItemGroup>
Expand Down

0 comments on commit 5b99dd7

Please sign in to comment.