Skip to content

Commit

Permalink
Merge pull request #564 from joecare99/master
Browse files Browse the repository at this point in the history
sync
  • Loading branch information
joecare99 authored Jan 8, 2025
2 parents bce1d61 + 7f279e1 commit a01db8d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,29 @@ updates:
directory: "/CSharpBible" # Location of package manifests
schedule:
interval: "weekly"
target-branch: "CSharpBible"

- package-ecosystem: "nuget" # See documentation for possible values
directory: "/TestStatements" # Location of package manifests
schedule:
interval: "weekly"
target-branch: "TestStatements"

- package-ecosystem: "nuget" # See documentation for possible values
directory: "/JC-AMS" # Location of package manifests
schedule:
interval: "weekly"
target-branch: "JC-AMS"

- package-ecosystem: "nuget" # See documentation for possible values
directory: "/Transpiler_pp" # Location of package manifests
schedule:
interval: "weekly"
target-branch: "Transpiler_pp"

- package-ecosystem: "nuget" # See documentation for possible values
directory: "/GenFreeWin" # Location of package manifests
schedule:
interval: "weekly"
target-branch: "GenFreeWin"

4 changes: 2 additions & 2 deletions JC-AMS/Core.Tests/Core.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<Import Sdk="Microsoft.NET.Sdk" Project="Sdk.targets" />

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.0.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.7.0" />
<PackageReference Include="coverlet.collector" Version="3.2.0">
<PackageReference Include="coverlet.collector" Version="6.0.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion JC-AMS/Core/Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Data.SqlClient" Version="4.9.0" />
<PackageReference Include="System.IO.Ports" Version="7.0.0" />
<PackageReference Include="System.IO.Ports" Version="9.0.0" />
<PackageReference Condition="'$(TargetFramework)'=='net60-windows'" Include="System.Data.Common" Version="4.3.0" />
<PackageReference Include="System.Management" Version="7.0.0" />
<PackageReference Include="System.ServiceProcess.ServiceController" Version="7.0.0" />
Expand Down

0 comments on commit a01db8d

Please sign in to comment.