Skip to content

Commit

Permalink
Update dependency JetBrains.Annotations to v2024 (#246)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 10, 2024
1 parent 178b1b1 commit 58f4a76
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion OotD.Core/OotD.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0" />
<PackageReference Include="JetBrains.Annotations" Version="2024.2.0" />
<PackageReference Include="NLog" Version="5.3.2" />
<PackageReference Include="NLog.Schema" Version="5.3.2" />
<PackageReference Include="TaskScheduler" Version="2.11.0" />
Expand Down
2 changes: 1 addition & 1 deletion OotD.Launcher/OotD.Launcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<ProjectReference Include="..\OotD.x86\OotD.x86.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0" />
<PackageReference Include="JetBrains.Annotations" Version="2024.2.0" />
<PackageReference Include="NLog" Version="5.3.2" />
<PackageReference Include="NLog.Schema" Version="5.3.2" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion OotD.x64/OotD.x64.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0" />
<PackageReference Include="JetBrains.Annotations" Version="2024.2.0" />
<PackageReference Include="NLog" Version="5.3.2" />
<PackageReference Include="NLog.Schema" Version="5.3.2" />
<PackageReference Include="TaskScheduler" Version="2.11.0" />
Expand Down
2 changes: 1 addition & 1 deletion OotD.x86/OotD.x86.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0" />
<PackageReference Include="JetBrains.Annotations" Version="2024.2.0" />
<PackageReference Include="NLog" Version="5.3.2" />
<PackageReference Include="NLog.Schema" Version="5.3.2" />
<PackageReference Include="TaskScheduler" Version="2.11.0" />
Expand Down

0 comments on commit 58f4a76

Please sign in to comment.