Skip to content

Commit

Permalink
Update dependency JetBrains.Annotations to v2023.3.0 (#226)
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 Nov 8, 2023
1 parent dcdf43c commit 094181f
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 @@ -115,7 +115,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0-eap4" />
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0" />
<PackageReference Include="NLog" Version="5.2.5" />
<PackageReference Include="NLog.Schema" Version="5.2.5" />
<PackageReference Include="TaskScheduler" Version="2.10.1" />
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-eap4" />
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0" />
<PackageReference Include="NLog" Version="5.2.5" />
<PackageReference Include="NLog.Schema" Version="5.2.5" />
</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 @@ -270,7 +270,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0-eap4" />
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0" />
<PackageReference Include="NLog" Version="5.2.5" />
<PackageReference Include="NLog.Schema" Version="5.2.5" />
<PackageReference Include="TaskScheduler" Version="2.10.1" />
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 @@ -266,7 +266,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0-eap4" />
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0" />
<PackageReference Include="NLog" Version="5.2.5" />
<PackageReference Include="NLog.Schema" Version="5.2.5" />
<PackageReference Include="TaskScheduler" Version="2.10.1" />
Expand Down

0 comments on commit 094181f

Please sign in to comment.