Skip to content

Commit

Permalink
Merge pull request #8 from Syriiin/update-performanceplus
Browse files Browse the repository at this point in the history
Update performanceplus
  • Loading branch information
Syriiin authored May 15, 2024
2 parents 24d12b7 + 0e8c09f commit a5ce07a
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 11 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: "nuget"
directories:
- "/Difficalcy.PerformancePlus"
- "/Difficalcy.PerformancePlus.Tests"
schedule:
interval: "daily"
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="xunit" Version="2.8.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="6.0.0">
<PackageReference Include="coverlet.collector" Version="6.0.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
COMPOSE_TOOLING_RUN = docker compose -f docker-compose.tooling.yml run --rm --build tooling
COMPOSE_E2E = docker compose -f docker-compose.yml -f docker-compose.override.e2e.yml
COMPOSE_TOOLING_RUN = docker compose -f compose.tooling.yaml run --rm --build tooling
COMPOSE_E2E = docker compose -f compose.yaml -f compose.override.e2e.yaml
COMPOSE_E2E_RUN = $(COMPOSE_E2E) run --rm --build e2e-test-runner
COMPOSE_APP_DEV = docker compose -f docker-compose.yml -f docker-compose.override.yml
COMPOSE_RUN_DOCS = docker compose -f docker-compose.yml -f docker-compose.override.yml run docs
COMPOSE_PUBLISH = docker compose -f docker-compose.yml -f docker-compose.override.publish.yml
COMPOSE_APP_DEV = docker compose -f compose.yaml -f compose.override.yaml
COMPOSE_RUN_DOCS = docker compose -f compose.yaml -f compose.override.yaml run docs
COMPOSE_PUBLISH = docker compose -f compose.yaml -f compose.override.publish.yaml

export OSU_COMMIT_HASH = $(shell git rev-parse HEAD:osu)

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion osu
Submodule osu updated 187 files

0 comments on commit a5ce07a

Please sign in to comment.