diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9ebd19d9..660777dc 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -19,8 +19,8 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 6.0.x - - run: dotnet test -c Debug ./VContainer.StandaloneTests + dotnet-version: 8.0.x + - run: dotnet test -c Debug ./tests/VContainer.StandaloneTests test-unity: runs-on: ubuntu-latest diff --git a/VContainer.Standalone/VContainer.Standalone.csproj b/VContainer.Standalone/VContainer.Standalone.csproj index a43f9537..dec2593d 100644 --- a/VContainer.Standalone/VContainer.Standalone.csproj +++ b/VContainer.Standalone/VContainer.Standalone.csproj @@ -1,8 +1,9 @@ - net6.0 + net8.0 - +