Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jas88 committed May 29, 2024
2 parents d2ec320 + 05e1685 commit d34aa26
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ updates:
schedule:
interval: weekly
open-pull-requests-limit: 99
target-branch: develop
reviewers:
- SMI/reviewers
2 changes: 2 additions & 0 deletions BadDicom/BadDicom.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<DebugType>embedded</DebugType>
<PublishSingleFile>true</PublishSingleFile>
<Nullable>enable</Nullable>
<PublishSingleFile>true</PublishSingleFile>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion BadMedicine.Dicom.Tests/PackageListIsCorrectTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
namespace BadMedicine.Dicom.Tests;

/// <summary>
/// Tests to confirm that the dependencies in csproj files (NuGet packages) match those in the .nuspec files and that packages.md
/// Tests to confirm that the dependencies in csproj files (NuGet packages) match those in the .nuspec files and that packages.md
/// lists the correct versions (in documentation)
/// </summary>
public sealed class PackageListIsCorrectTests
Expand Down
2 changes: 1 addition & 1 deletion BadMedicine.Dicom/BadMedicine.Dicom.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>
<TargetFramework>net8.0</TargetFramework>
Expand Down

0 comments on commit d34aa26

Please sign in to comment.