Skip to content

Commit

Permalink
chore(deps): package updates applied
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoBaSs84 committed Jan 23, 2025
1 parent 354a26c commit 4801215
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
8 changes: 5 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ updates:
mstest-dependencies:
patterns:
- "MSTest*"
microsoft-extensions-dependencies:
microsoft-dependencies:
patterns:
- "Microsoft.Extensions*"

- "Microsoft*"
system-dependencies:
patterns:
- "System*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
with:
fetch-depth: 0

- name: Setup .Net
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
dotnet-version: '9.0.x'

- name: Publish NuGet
shell: bash
Expand All @@ -34,7 +34,7 @@ jobs:
with:
fetch-depth: 0

- name: Setup .Net
- name: Setup .NET
uses: actions/setup-dotnet@v4

- name: Setup DocFx
Expand Down
6 changes: 3 additions & 3 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="MSTest.TestAdapter" Version="3.7.1" />
<PackageVersion Include="MSTest.TestFramework" Version="3.7.1" />
<PackageVersion Include="MSTest.TestAdapter" Version="3.7.2" />
<PackageVersion Include="MSTest.TestFramework" Version="3.7.2" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageVersion Include="System.Net.Http" Version="4.3.4" />
<PackageVersion Include="System.Text.Json" Version="9.0.0" />
<PackageVersion Include="System.Text.Json" Version="9.0.1" />
<PackageVersion Include="coverlet.collector" Version="6.0.4" />
</ItemGroup>
</Project>

0 comments on commit 4801215

Please sign in to comment.