Skip to content
Merged

sync #561

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading